summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-05-17 21:57:46 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-05-17 21:57:46 +0000
commit66f183077d835b7d3bc2041fad89a65f04faacb9 (patch)
treeffec90e078b3710d23d5612d24c2839d7ec7b270 /firmware
parent60741f2b0deaabb12da74323e2fb7b6383f36bbb (diff)
downloadrockbox-66f183077d835b7d3bc2041fad89a65f04faacb9.tar.gz
rockbox-66f183077d835b7d3bc2041fad89a65f04faacb9.zip
Clip+: boot to OF if USB is connected
To be sure that there is no mistake in this code, it is run *after* the known to work HOME & LEFT buttons checks, unlike other Sansas git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26122 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/sansaclipplus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index 574c3ecc80..29694d87c2 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -177,7 +177,7 @@
177#define CONFIG_USBOTG USBOTG_AS3525 177#define CONFIG_USBOTG USBOTG_AS3525
178 178
179/* enable these for the experimental usb stack */ 179/* enable these for the experimental usb stack */
180//#define HAVE_USBSTACK 180#define HAVE_USBSTACK
181#define USB_VENDOR_ID 0x0781 181#define USB_VENDOR_ID 0x0781
182#define USB_PRODUCT_ID 0x74d1 182#define USB_PRODUCT_ID 0x74d1
183#endif /* BOOTLOADER */ 183#endif /* BOOTLOADER */