Changeset 7304663 in mainline for uspace/lib/usb/src
- Timestamp:
- 2011-04-22T10:10:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 28d7185, 9b78020
- Parents:
- cf2ccd4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hidparser.c
rcf2ccd4 r7304663 175 175 if(report_item->usages_count > 0 && ((report_item->usage_minimum == 0) && (report_item->usage_maximum == 0))) { 176 176 uint32_t usage; 177 if(report_item->type != USB_HID_REPORT_TYPE_INPUT) {177 if(report_item->type == USB_HID_REPORT_TYPE_INPUT) { 178 178 if(i < report_item->usages_count){ 179 179 usage = report_item->usages[i];
Note:
See TracChangeset
for help on using the changeset viewer.