Changes in uspace/drv/usbhid/usbhid.h [dd3eda2:e60436b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
rdd3eda2 re60436b 44 44 #include <usb/devdrv.h> 45 45 #include <usb/classes/hid.h> 46 #include <bool.h>47 46 48 47 struct usb_hid_dev; … … 94 93 usb_hid_report_t *report; 95 94 96 uint8_t *input_report;97 98 size_t input_report_size;99 100 95 /** Arbitrary data (e.g. a special structure for handling keyboard). */ 101 96 void *data; … … 125 120 void *arg); 126 121 127 //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); 128 123 129 //const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev); 130 131 void usb_hid_new_report(void); 132 133 void usb_hid_report_received(void); 134 135 bool usb_hid_report_ready(void); 124 const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev); 136 125 137 126 void usb_hid_free(usb_hid_dev_t **hid_dev);
Note:
See TracChangeset
for help on using the changeset viewer.