Changes between Version 1 and Version 2 of Ticket #8789, comment 21


Ignore:
Timestamp:
May 15, 2023, 1:59:15 AM (12 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8789, comment 21

    v1 v2  
    33Modifying 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).
    44
    5 Guess I found one of the many reasons why my old serial_mouse driver misbehaves in Haiku, but works otherwise OK on BeOS.
     5Guess 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).