Changeset 173922f in mainline for uspace/drv/usbhid/usbhid.h
- Timestamp:
- 2011-05-30T19:20:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63862a0
- Parents:
- 8c74d15 (diff), 19e0560e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/usbhid.h
r8c74d15 r173922f 55 55 bool reason); 56 56 57 // TODO: add function and class name??58 57 typedef struct usb_hid_subdriver { 59 58 /** Function to be called when initializing HID device. */ … … 126 125 void *arg); 127 126 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 132 127 void usb_hid_new_report(usb_hid_dev_t *hid_dev); 133 128 134 129 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);139 130 140 131 void usb_hid_free(usb_hid_dev_t **hid_dev);
Note:
See TracChangeset
for help on using the changeset viewer.