From 89e12327658db3d4b36be9a1d68daefa6bf29c31 Mon Sep 17 00:00:00 2001 From: funman Date: Sun, 28 Mar 2010 03:32:09 +0000 Subject: [PATCH] Fuzev2: edit config correct USB product ID remove a define which is common to all as3525v2 and then built-in in the driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25367 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/sansafuzev2.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index c51e18311..7a3296d7c 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -156,9 +156,6 @@ /* Define this if you have an AMS AS3525v2 */ #define CONFIG_CPU AS3525v2 -/* Define how much SD sectors are reserved for OF */ -#define AMS_OF_SIZE 0xF000 - /* Define this if you want to use the AS2525 i2c interface */ #define CONFIG_I2C I2C_AS3525 @@ -194,7 +191,7 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 -#define USB_PRODUCT_ID 0x7423 +#define USB_PRODUCT_ID 0x74c3 /* MSC = 0x74c3, MTP = 0x74c2 */ #endif /* !BOOTLOADER */ -- 2.11.4.GIT