summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sparmann <theseven@rockbox.org>2010-03-10 03:20:48 +0000
committerMichael Sparmann <theseven@rockbox.org>2010-03-10 03:20:48 +0000
commit0be28e819face17564a75a11745c29d33317fcb0 (patch)
tree5de58b4b34910e59fe699c89e19c9c43e547824b
parent32ffcfa495730959eba7e1443ee1e42795286187 (diff)
downloadrockbox-0be28e819face17564a75a11745c29d33317fcb0.tar.gz
rockbox-0be28e819face17564a75a11745c29d33317fcb0.zip
Disable HID on Nano2G for now - it's causing some instability that needs to be debugged
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25104 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 739a859c1d..5af75f51f0 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -879,7 +879,7 @@ Lyre prototype 1 */
879#define USB_HAS_BULK 879#define USB_HAS_BULK
880#elif CONFIG_USBOTG == USBOTG_S3C6400X 880#elif CONFIG_USBOTG == USBOTG_S3C6400X
881#define USB_HAS_BULK 881#define USB_HAS_BULK
882#define USB_HAS_INTERRUPT 882//#define USB_HAS_INTERRUPT -- seems to be broken
883#endif /* CONFIG_USBOTG */ 883#endif /* CONFIG_USBOTG */
884 884
885/* define the class drivers to enable */ 885/* define the class drivers to enable */