USB Human Interface Devices: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Overlooked the title, should be interface not input...
 
No edit summary
Line 71: Line 71:
* '''Y movement:''' This is also a signed 8-bit integer that represents the Y movement. When this value is negative, the mouse is being moved up. When the value is positive, the mouse is being moved down (towards the user.)
* '''Y movement:''' This is also a signed 8-bit integer that represents the Y movement. When this value is negative, the mouse is being moved up. When the value is positive, the mouse is being moved down (towards the user.)


== Keep reading ==
== See also ==

=== Articles ===
* [[Universal Serial Bus]]
* [[Universal Serial Bus]]

=== External links ===
* [http://www.usb.org/developers/hidpage/HID1_11.pdf USB HID specification]
* [http://www.usb.org/developers/hidpage/HID1_11.pdf USB HID specification]
* [https://github.com/omarrx024/xos/blob/master/kernel/usb/hid.asm xOS USB HID implementation]
* [https://github.com/omarrx024/xos/blob/master/kernel/usb/hid.asm xOS USB HID implementation]