Changes between Version 1 and Version 2 of Ticket #8789, comment 21
- Timestamp:
- May 15, 2023, 1:59:15 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8789, comment 21
v1 v2 3 3 Modifying Haiku's `BSerialPort::_DeviceControl()` so it (un)sets `O_NONBLOCK` depending on the state of BSerialPort's `fBlocking`, makes that test run as expected (for both SetBlocking() true/false values). 4 4 5 Guess I found one of the many reasons why my old serial_mouse driver misbehaves in Haiku, but works otherwise OK on BeOS. 5 Guess I found one of the many reasons why my old serial_mouse driver misbehaves in Haiku, but works otherwise OK on BeOS. (edit: or at least one of the reasons why my tests trying to find the differences only managed to confuse me further :-D).