From 6ed01374a20b922ce51aa36a3f7b22206a5d8e70 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 23 Sep 2009 22:42:08 +0000 Subject: Use OF USB on the ipods. Using our own USB code exposes some problems, such as the current charging issues (for many people, charging basically doesn't work), and speed (mostly due to not using DMA) Copied from r21261 git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@22815 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodmini2g.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-ipodmini2g.h') diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index b69810e198..37dd3ef559 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -183,7 +183,8 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK -#define USE_ROCKBOX_USB +/*Disable USB for the release due to charging issues */ +/*#define USE_ROCKBOX_USB*/ #define USB_VENDOR_ID 0x05ac #define USB_PRODUCT_ID 0x1205 -- cgit v1.2.3