Changeset 021351c in mainline for uspace/lib/usb/include
- Timestamp:
- 2011-03-08T20:01:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5050d9e
- Parents:
- 8e9becf6 (diff), 8bec4d1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- uspace/lib/usb/include/usb/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/classes/hid_report_items.h
r8e9becf6 r021351c 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 -
uspace/lib/usb/include/usb/classes/hidparser.h
r8e9becf6 r021351c 76 76 int32_t size; 77 77 int32_t count; 78 int32_t offset; 78 size_t offset; 79 int32_t delimiter; 79 80 80 81 int32_t unit_exponent;
Note:
See TracChangeset
for help on using the changeset viewer.