diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-04 06:19:10 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-04 06:19:10 +0000 |
commit | 2e0af89327e702f727f2fd76709f39856d275f9f (patch) | |
tree | 4d69b7da518d290573b3a031d30bebef06c752fb /apps/features.txt | |
parent | 753ca717b4625e326ccf10ee574079e24bedd06b (diff) | |
download | rockbox-2e0af89327e702f727f2fd76709f39856d275f9f.tar.gz rockbox-2e0af89327e702f727f2fd76709f39856d275f9f.tar.bz2 rockbox-2e0af89327e702f727f2fd76709f39856d275f9f.zip |
Show USB HID mouse mode in manual only in targets which supports it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22912 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index f2822da4b7..e503a4c963 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -198,6 +198,9 @@ usb_charging usbstack #if defined(USB_ENABLE_HID) usb_hid +#if defined(HAVE_USB_HID_MOUSE) +usb_hid_mouse +#endif #endif #endif |