Changes in uspace/drv/usbhid/usbhid.h [31cfee16:62bd8d3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
r31cfee16 r62bd8d3 91 91 92 92 /** HID Report parser. */ 93 usb_hid_report_t *report; 94 95 uint8_t *input_report; 96 97 size_t input_report_size; 93 usb_hid_report_parser_t *parser; 98 94 99 95 /** Arbitrary data (e.g. a special structure for handling keyboard). */ … … 124 120 void *arg); 125 121 126 //const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev);122 const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev); 127 123 128 //const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev);124 const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev); 129 125 130 126 void usb_hid_free(usb_hid_dev_t **hid_dev);
Note:
See TracChangeset
for help on using the changeset viewer.