Changes between Initial Version and Version 1 of Ticket #6727, comment 5
- Timestamp:
- Nov 9, 2010, 9:07:35 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6727, comment 5
initial v1 5 5 If you could explain (in accurate, but simplified terms) how the Haiku HID driver and a given USB mouse/trackball communicate, that would help me understand things a bit better. 6 6 7 My thinking is that the HID driver simply asks "any data?" every few milliseconds or whatever. The device simply sends what data it ha d, but only when the mouse is moved or a button pressed/held, etc.7 My thinking is that the HID driver simply asks "any data?" every few milliseconds or whatever. The device simply sends what data it has, but only when the mouse is moved or a button pressed/held, etc. 8 8 9 9 Is this how Haiku and a device does things or... ?