Changeset 62bd8d3 in mainline for uspace/drv/usbhid/usbhid.h
- Timestamp:
- 2011-04-10T16:33:04Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f76153ce
- Parents:
- ba358ed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
rba358ed r62bd8d3 63 63 usb_hid_driver_poll_ended poll_end; 64 64 } 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;73 65 74 66 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.