summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-06-16 17:34:18 +0000
committerJens Arnold <amiconn@rockbox.org>2006-06-16 17:34:18 +0000
commit977169ea7af37e8e4617a67a84874bb98d07b070 (patch)
tree2d6f28e11682b2788dde041fa03cd198ab44fcde /firmware/export/config-h300.h
parentcd69996450ab847fe3014c3a3c701173e36997fe (diff)
downloadrockbox-977169ea7af37e8e4617a67a84874bb98d07b070.tar.gz
rockbox-977169ea7af37e8e4617a67a84874bb98d07b070.zip
H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10128 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 7ed54958ca..30cca21253 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -110,6 +110,9 @@
110 110
111#define USB_IRIVERSTYLE 111#define USB_IRIVERSTYLE
112 112
113/* USB On-the-go */
114#define CONFIG_USBOTG USBOTG_ISP1362
115
113/* Define this if you have adjustable CPU frequency */ 116/* Define this if you have adjustable CPU frequency */
114#define HAVE_ADJUSTABLE_CPU_FREQ 117#define HAVE_ADJUSTABLE_CPU_FREQ
115 118