Changes between Version 1 and Version 2 of Ticket #17842, comment 2
- Timestamp:
- Jul 22, 2022, 4:36:36 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17842, comment 2
v1 v2 5 5 Upon a quick re-read of that code... 6 6 7 That "returned General system error" basically implies the mouse detection failed (should have returned B_NO_INIT, or similar, I guess... is it there a B_NO_SUCH_DEVICE ?). It is due to either not being able to properly access the serial port, or my mouse detection code being just a testament of my poor coding skills (I didn't get any better with age :-D).7 That "returned General system error" basically implies the mouse detection failed (should have returned B_NO_INIT, or similar, I guess... is it there a B_NO_SUCH_DEVICE or similar error code?). It is due to either not being able to properly access the serial port, or my mouse detection code being just a testament of my poor coding skills (I didn't get any better with age :-D). 8 8 9 9