Changeset c0940a85 in mainline


Ignore:
Timestamp:
2011-05-26T11:52:57Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9cdca0
Parents:
8d3f198
Message:

Fixed getting key count in multimedia driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/multimedia/multimedia.c

    r8d3f198 rc0940a85  
    250250       
    251251        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);
    253253
    254254        usb_hid_report_path_free(path);
Note: See TracChangeset for help on using the changeset viewer.