Ignore:
Timestamp:
2011-04-21T20:57:21Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6513110
Parents:
36f737a (diff), c7c0984a (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.
Message:

Merged fixes from maklf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/lgtch-ultrax/lgtch-ultrax.c

    r36f737a reb393ad  
    8181        usb_hid_report_path_t *path = usb_hid_report_path();
    8282        usb_hid_report_path_append_item(path, 0xc, 0);
    83         usb_hid_report_path_set_report_id(path, 0);
    84        
    85         int rc = usb_hid_parse_report(hid_dev->report, buffer, buffer_size);
     83
     84        uint8_t report_id;
     85        int rc = usb_hid_parse_report(hid_dev->parser, buffer, buffer_size, &report_id);
     86        usb_hid_report_path_set_report_id(path, report_id);
    8687
    8788        usb_hid_report_field_t *field = usb_hid_report_get_sibling(hid_dev->report, NULL, path, USB_HID_PATH_COMPARE_END , USB_HID_REPORT_TYPE_INPUT);
Note: See TracChangeset for help on using the changeset viewer.