Changeset 62bd8d3 in mainline for uspace/drv/usbhid/usbhid.h


Ignore:
Timestamp:
2011-04-10T16:33:04Z (13 years ago)
Author:
Lubos Slovak <lubos.slovak@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f76153ce
Parents:
ba358ed
Message:

First draft of subdriver mappings.

File:
1 edited

Legend:

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

    rba358ed r62bd8d3  
    6363        usb_hid_driver_poll_ended poll_end;
    6464} usb_hid_subdriver_t;
    65 
    66 /*----------------------------------------------------------------------------*/
    67 
    68 typedef struct usb_hid_callback_mapping {
    69         usb_hid_report_path_t *path;
    70         char *vendor_id;
    71         char *product_id;
    72 } usb_hid_callback_mapping_t;
    7365
    7466/*----------------------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.