Changeset e3b5129 in mainline for uspace/drv/usbhid/subdrivers.h


Ignore:
Timestamp:
2011-04-12T19:00:00Z (14 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11d2e96a, c7dd69d
Parents:
a6610d4
Message:

Report IDs in subdriver mappings, sample driver for Logitech kbd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhid/subdrivers.h

    ra6610d4 re3b5129  
    5454typedef struct usb_hid_subdriver_mapping {
    5555        const usb_hid_subdriver_usage_t *usage_path;
     56        int report_id;
    5657        int compare;
    5758        uint16_t vendor_id;
Note: See TracChangeset for help on using the changeset viewer.