Changeset eb393ad in mainline for uspace/drv/usbkbd/kbddev.c


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/usbkbd/kbddev.c

    r36f737a reb393ad  
    618618        usb_hid_report_path_append_item(path, USB_HIDUT_PAGE_KEYBOARD, 0);
    619619
    620         int rc = usb_hid_parse_report(kbd_dev->parser, buffer, actual_size);
     620        uint8_t report_id;
     621        int rc = usb_hid_parse_report(kbd_dev->parser, buffer, actual_size, &report_id);
    621622        usb_hid_descriptor_print (kbd_dev->parser);
    622623
Note: See TracChangeset for help on using the changeset viewer.