diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-06-22 15:49:22 +0000 |
---|---|---|
committer | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-06-22 15:49:22 +0000 |
commit | 33faa05a06c01bf597fcd5a966bc24ca9a8f57c2 (patch) | |
tree | 289fba6574fcecd60c30633b5d88eda99ec41252 /firmware/export/config/sansae200v2.h | |
parent | 826508029baeb83d6cefdec94f47b5dc0c66ae11 (diff) |
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
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r-- | firmware/export/config/sansae200v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |