From 977169ea7af37e8e4617a67a84874bb98d07b070 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Jun 2006 17:34:18 +0000 Subject: 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 --- firmware/export/config-h300.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config-h300.h') 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 @@ #define USB_IRIVERSTYLE +/* USB On-the-go */ +#define CONFIG_USBOTG USBOTG_ISP1362 + /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ -- cgit v1.2.3