From c9c13497736d8be077663f4458948f7bd526841b Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 28 Apr 2012 15:49:31 -0400 Subject: usb-s3c6400: merge the 2 drivers Player-specific code remaining: usb_drv_(init,exit) The iPods lack a MMU, so: - physical, virtual, and uncached addresses are identical - since we can't access uncached memory we discard caches when receiving data Still not quite reliable on nano2g Change-Id: Iebb79df64818b9ae3b68eccb8be8975ebd6c21ea --- firmware/export/config/ipod6g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/ipod6g.h') diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 7e6faf8d6d..4cace1a2cf 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -239,7 +239,7 @@ #define CONFIG_USBOTG USBOTG_S3C6400X #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1261 -#define USB_NUM_ENDPOINTS 5 +#define USB_NUM_ENDPOINTS 6 #define USE_ROCKBOX_USB #define USB_DEVBSS_ATTR __attribute__((aligned(16))) -- cgit