Changeset 7f2e33a in mainline for uspace/drv/usbhid/kbd/kbddev.c
- Timestamp:
- 2011-04-07T21:48:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd10e07
- Parents:
- fee6381
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/kbd/kbddev.c
rfee6381 r7f2e33a 636 636 usb_hid_report_path_t *path = usb_hid_report_path(); 637 637 usb_hid_report_path_append_item(path, USB_HIDUT_PAGE_KEYBOARD, 0); 638 usb_hid_report_path_set_report_id(path, 1);638 usb_hid_report_path_set_report_id(path, 0); 639 639 640 640 int rc = usb_hid_parse_report(hid_dev->parser, buffer, … … 733 733 usb_hid_report_path_append_item(path, USB_HIDUT_PAGE_KEYBOARD, 0); 734 734 735 usb_hid_report_path_set_report_id(path, 1);735 usb_hid_report_path_set_report_id(path, 0); 736 736 737 737 kbd_dev->key_count = usb_hid_report_input_length(
Note:
See TracChangeset
for help on using the changeset viewer.