From ad3b2e3eb7677f8bc1292e4beea93b5f230f62fd Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 20 Oct 2009 17:21:25 +0000 Subject: 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 --- apps/features.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/features.txt') 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 -- cgit