Changes between Initial Version and Version 1 of Ticket #17867, comment 1


Ignore:
Timestamp:
Aug 12, 2022, 9:25:49 PM (21 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17867, comment 1

    initial v1  
    11I 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.
    22
    3 I guess they can't return a status_t for BeOS compatibility, but maybe they should at least log a warnign to syslog? (would have helped find #17861 sooner!
     3I 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!
    44
    55(thanks to waddlesplash for suggesting me to use strace).