Changeset 777e336 in mainline for uspace/drv/usbhid/subdrivers.h
- Timestamp:
- 2011-04-12T15:59:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7df6cd
- Parents:
- 1cbb4b7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/subdrivers.h
r1cbb4b7 r777e336 54 54 typedef struct usb_hid_subdriver_mapping { 55 55 const usb_hid_subdriver_usage_t *usage_path; 56 int path_size;57 56 int compare; 58 const char *vendor_id;59 const char *product_id;57 uint16_t vendor_id; 58 uint16_t product_id; 60 59 usb_hid_subdriver_t subdriver; 61 60 } usb_hid_subdriver_mapping_t;
Note:
See TracChangeset
for help on using the changeset viewer.