Changes in uspace/drv/hid/usbhid/usbhid.h [b7fd2a0:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/usbhid.h
rb7fd2a0 r5a6cc679 43 43 #include <usb/dev/pipes.h> 44 44 #include <usb/dev/driver.h> 45 #include <usb/dev/poll.h> 45 46 #include <usb/hid/hid.h> 46 47 #include <stdbool.h> … … 106 107 usb_endpoint_mapping_t *poll_pipe_mapping; 107 108 109 /** Device polling structure. */ 110 usb_polling_t polling; 111 108 112 /** Subdrivers. */ 109 113 usb_hid_subdriver_t *subdrivers; … … 138 142 void usb_hid_deinit(usb_hid_dev_t *hid_dev); 139 143 140 bool usb_hid_polling_callback(usb_device_t *dev,141 uint8_t *buffer, size_t buffer_size, void *arg);142 143 void usb_hid_polling_ended_callback(usb_device_t *dev, bool reason, void *arg);144 145 144 void usb_hid_new_report(usb_hid_dev_t *hid_dev); 146 145
Note:
See TracChangeset
for help on using the changeset viewer.