Changeset a35b458 in mainline for uspace/drv/hid/usbhid/subdrivers.h
- Timestamp:
- 2018-03-02T20:10:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1380b7
- Parents:
- 3061bc1
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:38:31)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:10:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/subdrivers.h
r3061bc1 ra35b458 61 61 */ 62 62 const usb_hid_subdriver_usage_t *usage_path; 63 63 64 64 /** Report ID for which the path should apply. */ 65 65 int report_id; 66 66 67 67 /** Compare type for the usage path. */ 68 68 int compare; 69 69 70 70 /** Vendor ID (set to -1 if not specified). */ 71 71 int vendor_id; 72 72 73 73 /** Product ID (set to -1 if not specified). */ 74 74 int product_id; 75 75 76 76 /** Subdriver for controlling this device. */ 77 77 const usb_hid_subdriver_t subdriver;
Note:
See TracChangeset
for help on using the changeset viewer.