Changeset c0940a85 in mainline
- Timestamp:
- 2011-05-26T11:52:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9cdca0
- Parents:
- 8d3f198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/multimedia/multimedia.c
r8d3f198 rc0940a85 250 250 251 251 multim_dev->key_count = usb_hid_report_size( 252 hid_dev->report, 0, USB_HID_REPORT_TYPE_INPUT);252 hid_dev->report, 1, USB_HID_REPORT_TYPE_INPUT); 253 253 254 254 usb_hid_report_path_free(path);
Note:
See TracChangeset
for help on using the changeset viewer.