summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-07-13 07:40:30 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-07-13 07:40:30 +0000
commit5f655c93f931236c173700f54e4b329bf709e7cc (patch)
tree7e4edf40a5d59ec356fdc97f8eeef020aa1074dd /firmware/export/config.h
parentac13e52522dac375096a65264ceae00afb3c5973 (diff)
downloadrockbox-5f655c93f931236c173700f54e4b329bf709e7cc.tar.gz
rockbox-5f655c93f931236c173700f54e4b329bf709e7cc.zip
Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10208 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6c2580c360..3768d857cb 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -135,6 +135,7 @@
135 135
136/* USB On-the-go */ 136/* USB On-the-go */
137#define USBOTG_ISP1362 1362 137#define USBOTG_ISP1362 1362
138#define USBOTG_M5636 5636
138 139
139/* now go and pick yours */ 140/* now go and pick yours */
140#if defined(ARCHOS_PLAYER) 141#if defined(ARCHOS_PLAYER)