Changeset eb393ad in mainline for uspace/drv/usbkbd/kbddev.c
- Timestamp:
- 2011-04-21T20:57:21Z (14 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbkbd/kbddev.c
r36f737a reb393ad 618 618 usb_hid_report_path_append_item(path, USB_HIDUT_PAGE_KEYBOARD, 0); 619 619 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); 621 622 usb_hid_descriptor_print (kbd_dev->parser); 622 623
Note:
See TracChangeset
for help on using the changeset viewer.