summaryrefslogtreecommitdiffstats
path: root/apps/features.txt
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-20 17:21:25 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-20 17:21:25 +0000
commitad3b2e3eb7677f8bc1292e4beea93b5f230f62fd (patch)
tree8fc881b68e3e974664262ca0cf2aca6579997012 /apps/features.txt
parent4cc1b1f8337d80f51ba7425f29adacff2865addc (diff)
downloadrockbox-ad3b2e3eb7677f8bc1292e4beea93b5f230f62fd.tar.gz
rockbox-ad3b2e3eb7677f8bc1292e4beea93b5f230f62fd.zip
USB_ENABLE_HID can be enabled without USE_ROCKBOX_USB, so move the usb_hid and usb_hid_mouse features a bit to allow for that
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23293 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index e503a4c963..888e9d2210 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -196,13 +196,14 @@ usb_charging
#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB)
usbstack
+#endif
+
#if defined(USB_ENABLE_HID)
usb_hid
#if defined(HAVE_USB_HID_MOUSE)
usb_hid_mouse
#endif
#endif
-#endif
#if defined(HAVE_WHEEL_ACCELERATION)
wheel_acceleration