Ignore:
Timestamp:
2018-04-15T09:35:04Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1f44ca
Parents:
8ebe212
Message:

More ccheck fixes, sometimes with manual intervention.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/hid/usbhid/multimedia/multimedia.c

    r8ebe212 r18b6a88  
    260260
    261261        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,
    264264            USB_HID_REPORT_TYPE_INPUT);
    265265
     
    279279
    280280                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,
    283283                    USB_HID_REPORT_TYPE_INPUT);
    284284        }
Note: See TracChangeset for help on using the changeset viewer.