Changeset 0475e13 in mainline for uspace/lib/usb/include/usb/classes/hid.h
- Timestamp:
- 2011-02-25T10:40:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a1aa20
- Parents:
- 54e682f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hid.h
r54e682f r0475e13 57 57 } usb_hid_report_type_t; 58 58 59 typedef enum { 60 USB_HID_PROTOCOL_BOOT = 0, 61 USB_HID_PROTOCOL_REPORT = 1 62 } usb_hid_protocol_t; 63 59 64 /** USB/HID subclass constants. */ 60 65 typedef enum { … … 68 73 USB_HID_PROTOCOL_KEYBOARD = 1, 69 74 USB_HID_PROTOCOL_MOUSE = 2 70 } usb_hid_ protocol_t;75 } usb_hid_iface_protocol_t; 71 76 72 77 /** Part of standard USB HID descriptor specifying one class descriptor.
Note:
See TracChangeset
for help on using the changeset viewer.