summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-16 14:41:48 +0700
committerhathach <[email protected]>2013-06-16 14:41:48 +0700
commit357e8d32ec2c0a32cab79466131e38a103591975 (patch)
tree7e442d40b454e4ef28b71fde886d49d76de9764b /tinyusb/class
parent77e0834f3464d44de9c0bc560f5db22cf58c2fa0 (diff)
clean up some & add code for managing control request targeting interface
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/hid_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid_device.h
index 5a22979ac..d6f962bc8 100644
--- a/tinyusb/class/hid_device.h
+++ b/tinyusb/class/hid_device.h
@@ -66,6 +66,7 @@ tusb_error_t tusbd_hid_mouse_send_report(tusb_mouse_report_t *p_mouse_report);
#ifdef _TINY_USB_SOURCE_FILE_
tusb_error_t hidd_init(uint8_t coreid, tusb_descriptor_interface_t const * p_interface_desc, uint16_t *p_length);
+tusb_error_t hidd_control_request(uint8_t coreid, tusb_std_request_t const * p_request);
tusb_error_t hidd_configured(void);
#endif