From e409fba7f85e9ddf51e2d6a3342dbca6f667e280 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 18 Jul 2009 12:58:29 +0000 Subject: Flyspray: FS#10326 Author: Tomer Shalev Adds a USB HID sample application, a plugin tha allows to send HID commands while connected in non-storage mode. This also removes the HID stuff in the debug menu. Testing is now easily doable from the plugin Also general HID updates git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21953 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usbstack/usb_hid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/usbstack/usb_hid.h') diff --git a/firmware/usbstack/usb_hid.h b/firmware/usbstack/usb_hid.h index bce6943a4d..917992cd35 100644 --- a/firmware/usbstack/usb_hid.h +++ b/firmware/usbstack/usb_hid.h @@ -22,6 +22,7 @@ #define USB_HID_H #include "usb_ch9.h" +#include "usb_core.h" #include "usb_hid_usage_tables.h" int usb_hid_request_endpoints(struct usb_class_driver *drv); @@ -33,7 +34,7 @@ void usb_hid_disconnect(void); void usb_hid_transfer_complete(int ep, int dir, int status, int length); bool usb_hid_control_request(struct usb_ctrlrequest* req, unsigned char* dest); -void usb_hid_send_consumer_usage(consumer_usage_page_t id); +void usb_hid_send(usage_page_t usage_page, int id); #endif -- cgit v1.2.3