summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-06-22 15:49:22 +0000
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>2010-06-22 15:49:22 +0000
commit33faa05a06c01bf597fcd5a966bc24ca9a8f57c2 (patch)
tree289fba6574fcecd60c30633b5d88eda99ec41252
parent826508029baeb83d6cefdec94f47b5dc0c66ae11 (diff)
downloadrockbox-33faa05a06c01bf597fcd5a966bc24ca9a8f57c2.tar.gz
rockbox-33faa05a06c01bf597fcd5a966bc24ca9a8f57c2.zip
Enable USE_ROCKBOX_USB on all AS3525v1, confirmed to work on C200v2 and E200v2, I'm confident it should work on the others too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27055 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/sansaclip.h4
-rw-r--r--firmware/export/config/sansae200v2.h4
-rw-r--r--firmware/export/config/sansafuze.h4
-rw-r--r--firmware/export/config/sansam200v4.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 54d1f8a042..ac26d7eec4 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -168,8 +168,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
-#define USB_HANDLED_BY_OF
-//#define USE_ROCKBOX_USB
+//#define USB_HANDLED_BY_OF
+#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7433
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index dd235ee1a8..cdcb3e73e5 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -187,8 +187,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
-#define USB_HANDLED_BY_OF
-//#define USE_ROCKBOX_USB
+//#define USB_HANDLED_BY_OF
+#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7423
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index 24676ed6bf..af866d85e1 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -190,8 +190,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
-#define USB_HANDLED_BY_OF
-//#define USE_ROCKBOX_USB
+//#define USB_HANDLED_BY_OF
+#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x74c1
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index 6c18adbe62..69582bbafb 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -136,8 +136,8 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
-#define USB_HANDLED_BY_OF
-//#define USE_ROCKBOX_USB
+//#define USB_HANDLED_BY_OF
+#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7431