Changes between Initial Version and Version 1 of Ticket #17867, comment 1
- Timestamp:
- Aug 12, 2022, 9:25:49 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17867, comment 1
initial v1 1 1 I would also like to point out that [https://cgit.haiku-os.org/haiku/tree/src/kits/device/SerialPort.cpp#n324 ClearInput()] and ClearOutput() can fail silently. 2 2 3 I guess they can't return a status_t for BeOS compatibility, but maybe they should at least log a warni gnto syslog? (would have helped find #17861 sooner!3 I guess they can't return a status_t for BeOS compatibility, but maybe they should at least log a warning to syslog? (would have helped find #17861 sooner! 4 4 5 5 (thanks to waddlesplash for suggesting me to use strace).