From d46afc629ef69af307ae44945d7a1be2e6afad64 Mon Sep 17 00:00:00 2001 From: Michael Sparmann Date: Sun, 1 Jan 2012 21:28:03 +0000 Subject: Make USB work again on iPod Nano 2G and iPod Classic. Still not 100% stable on Nano 2G, and HID is still broken. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31516 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/ipod6g.h | 4 ++-- firmware/export/config/ipodnano2g.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 0dac46cd8e..95837cce12 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -189,7 +189,7 @@ #define HAVE_WHEEL_POSITION #define ATA_HAVE_BBT -#define ATA_BBT_PAGES 3520 +#define ATA_BBT_PAGES 4096 #define SECTOR_SIZE 4096 @@ -232,7 +232,7 @@ /* USB defines */ #define HAVE_USBSTACK -//#define HAVE_USB_HID_MOUSE - broken? +#define HAVE_USB_HID_MOUSE #define CONFIG_USBOTG USBOTG_S3C6400X #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1261 diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h index 96cec799e4..e0941e03b0 100644 --- a/firmware/export/config/ipodnano2g.h +++ b/firmware/export/config/ipodnano2g.h @@ -222,7 +222,7 @@ /* USB defines */ #define HAVE_USBSTACK -//#define HAVE_USB_HID_MOUSE - broken? +#define HAVE_USB_HID_MOUSE #define CONFIG_USBOTG USBOTG_S3C6400X #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1260 -- cgit v1.2.3