From 3d1b26cddcc5a98acc260bb450ac8261f6cf0c5a Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 30 Sep 2009 12:41:09 +0000 Subject: Fix delta in targets without HAVE_USBSTACK and USE_ROCKBOX_USB caused by redundant strings in lang file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22856 a1c6a512-1295-4272-9138-f99709370657 --- apps/features.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/features.txt') diff --git a/apps/features.txt b/apps/features.txt index 91acdc5f4e..f2822da4b7 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -196,6 +196,9 @@ usb_charging #if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) usbstack +#if defined(USB_ENABLE_HID) +usb_hid +#endif #endif #if defined(HAVE_WHEEL_ACCELERATION) -- cgit