Changeset b7d9606 in mainline for uspace/lib/usb/include/usb/classes/hid_report_items.h
- Timestamp:
- 2011-03-04T13:35:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fad14d7
- Parents:
- c7a2e7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hid_report_items.h
rc7a2e7e rb7d9606 42 42 #define USB_HID_REPORT_TAG_INPUT 0x8 43 43 #define USB_HID_REPORT_TAG_OUTPUT 0x9 44 #define USB_HID_REPORT_TAG_FEATURE 0x A45 #define USB_HID_REPORT_TAG_COLLECTION 0x B44 #define USB_HID_REPORT_TAG_FEATURE 0xB 45 #define USB_HID_REPORT_TAG_COLLECTION 0xA 46 46 #define USB_HID_REPORT_TAG_END_COLLECTION 0xC 47 47
Note:
See TracChangeset
for help on using the changeset viewer.