summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansafuzev2.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-28 03:32:09 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-28 03:32:09 +0000
commit839c73a8c5c940f472a9c323cb5167452e9ba181 (patch)
treea940ac4702c254d64bbc45350892ca974c888d18 /firmware/export/config/sansafuzev2.h
parentbe920c4fb571930d27bc4dc4d7cbd1330f0cf56f (diff)
downloadrockbox-839c73a8c5c940f472a9c323cb5167452e9ba181.tar.gz
rockbox-839c73a8c5c940f472a9c323cb5167452e9ba181.zip
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
Diffstat (limited to 'firmware/export/config/sansafuzev2.h')
-rw-r--r--firmware/export/config/sansafuzev2.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index c51e183110..7a3296d7c0 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -156,9 +156,6 @@
156/* Define this if you have an AMS AS3525v2 */ 156/* Define this if you have an AMS AS3525v2 */
157#define CONFIG_CPU AS3525v2 157#define CONFIG_CPU AS3525v2
158 158
159/* Define how much SD sectors are reserved for OF */
160#define AMS_OF_SIZE 0xF000
161
162/* Define this if you want to use the AS2525 i2c interface */ 159/* Define this if you want to use the AS2525 i2c interface */
163#define CONFIG_I2C I2C_AS3525 160#define CONFIG_I2C I2C_AS3525
164 161
@@ -194,7 +191,7 @@
194/* enable these for the experimental usb stack */ 191/* enable these for the experimental usb stack */
195#define HAVE_USBSTACK 192#define HAVE_USBSTACK
196#define USB_VENDOR_ID 0x0781 193#define USB_VENDOR_ID 0x0781
197#define USB_PRODUCT_ID 0x7423 194#define USB_PRODUCT_ID 0x74c3 /* MSC = 0x74c3, MTP = 0x74c2 */
198 195
199#endif /* !BOOTLOADER */ 196#endif /* !BOOTLOADER */
200 197