Changeset 18b6a88 in mainline for uspace/drv/hid/usbhid/multimedia/multimedia.c
- Timestamp:
- 2018-04-15T09:35:04Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c1f44ca
- Parents:
- 8ebe212
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/multimedia/multimedia.c
r8ebe212 r18b6a88 260 260 261 261 usb_hid_report_field_t *field = usb_hid_report_get_sibling( 262 &hid_dev->report, NULL, path, USB_HID_PATH_COMPARE_END 263 |USB_HID_PATH_COMPARE_USAGE_PAGE_ONLY,262 &hid_dev->report, NULL, path, USB_HID_PATH_COMPARE_END | 263 USB_HID_PATH_COMPARE_USAGE_PAGE_ONLY, 264 264 USB_HID_REPORT_TYPE_INPUT); 265 265 … … 279 279 280 280 field = usb_hid_report_get_sibling( 281 &hid_dev->report, field, path, USB_HID_PATH_COMPARE_END 282 |USB_HID_PATH_COMPARE_USAGE_PAGE_ONLY,281 &hid_dev->report, field, path, USB_HID_PATH_COMPARE_END | 282 USB_HID_PATH_COMPARE_USAGE_PAGE_ONLY, 283 283 USB_HID_REPORT_TYPE_INPUT); 284 284 }
Note:
See TracChangeset
for help on using the changeset viewer.