diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2009-07-18 12:58:29 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2009-07-18 12:58:29 +0000 |
| commit | e409fba7f85e9ddf51e2d6a3342dbca6f667e280 (patch) | |
| tree | 63d0e5689658f3a439459611a31462b1cba9fa55 /apps/plugins/SOURCES | |
| parent | 06bb5ea004dacfa81e3c8e192ad2c1f95d2ad18e (diff) | |
| download | rockbox-e409fba7f85e9ddf51e2d6a3342dbca6f667e280.zip rockbox-e409fba7f85e9ddf51e2d6a3342dbca6f667e280.tar.gz rockbox-e409fba7f85e9ddf51e2d6a3342dbca6f667e280.tar.bz2 rockbox-e409fba7f85e9ddf51e2d6a3342dbca6f667e280.tar.xz | |
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
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 92d1ae6..95ffb1c 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -165,3 +165,6 @@ md5sum.c lua.c #endif +#if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) +remote_control.c +#endif |