Changeset 09ab0a9a in mainline for uspace/lib/usbhid/include/usb/hid/hid_report_items.h
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/include/usb/hid/hid_report_items.h
rb2aaaa0 r09ab0a9a 38 38 #include <stdint.h> 39 39 40 41 40 /* 42 41 * Item prefix … … 57 56 #define USB_HID_ITEM_IS_LONG(data) (data == 0xFE) 58 57 59 60 58 /* 61 59 * Extended usage macros … … 70 68 /** Cuts usage of the extended usage */ 71 69 #define USB_HID_EXTENDED_USAGE(usage) (usage & 0xFFFF) 72 73 70 74 71 /* … … 143 140 #define USB_HID_ITEM_FLAG_BUFFERED(flags) ((flags & 0x100) == 0x100) 144 141 145 146 147 142 /* MAIN ITEMS */ 148 143 … … 185 180 */ 186 181 #define USB_HID_REPORT_TAG_END_COLLECTION 0xC 187 188 189 182 190 183 /* GLOBAL ITEMS */ … … 273 266 #define USB_HID_REPORT_TAG_POP 0xB 274 267 275 276 277 268 /* LOCAL ITEMS */ 278 269 … … 348 339 #define USB_HID_REPORT_TAG_DELIMITER 0xA 349 340 350 351 352 341 #endif 353 342 /**
Note:
See TracChangeset
for help on using the changeset viewer.