forked from len0rd/rockbox
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
This commit is contained in:
parent
06bb5ea004
commit
e409fba7f8
10 changed files with 1288 additions and 517 deletions
|
@ -165,3 +165,6 @@ md5sum.c
|
|||
lua.c
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID)
|
||||
remote_control.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue