Changes in uspace/drv/usbhid/usbhid.h [19e0560e:8fb45e08] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
r19e0560e r8fb45e08 55 55 bool reason); 56 56 57 // TODO: add function and class name?? 57 58 typedef struct usb_hid_subdriver { 58 59 /** Function to be called when initializing HID device. */ … … 125 126 void *arg); 126 127 128 //const char *usb_hid_get_function_name(const usb_hid_dev_t *hid_dev); 129 130 //const char *usb_hid_get_class_name(const usb_hid_dev_t *hid_dev); 131 127 132 void usb_hid_new_report(usb_hid_dev_t *hid_dev); 128 133 129 134 int usb_hid_report_number(usb_hid_dev_t *hid_dev); 135 136 //void usb_hid_report_received(void); 137 138 //bool usb_hid_report_ready(void); 130 139 131 140 void usb_hid_free(usb_hid_dev_t **hid_dev);
Note:
See TracChangeset
for help on using the changeset viewer.