summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2009-07-01 00:34:25 +0000
committerJonas Häggqvist <rasher@rasher.dk>2009-07-01 00:34:25 +0000
commitd12df3a50ee99766ed7dfba797a19ab08cc9aec7 (patch)
tree96dcd92bdbefba6e75c9e196839cc49db16d4e24
parentbd70193e98e7d572dd5f7d374d5034b3d9c220d7 (diff)
downloadrockbox-d12df3a50ee99766ed7dfba797a19ab08cc9aec7.tar.gz
rockbox-d12df3a50ee99766ed7dfba797a19ab08cc9aec7.zip
Use the USB pid normally used by the OF when in UMS mode. This might make misbehaving pc software play nice.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21582 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-c200.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index 5c2b37dd19..9bb8ead4a8 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -188,7 +188,7 @@
188#define HAVE_USBSTACK 188#define HAVE_USBSTACK
189#define USE_ROCKBOX_USB 189#define USE_ROCKBOX_USB
190#define USB_VENDOR_ID 0x0781 190#define USB_VENDOR_ID 0x0781
191#define USB_PRODUCT_ID 0x7450 191#define USB_PRODUCT_ID 0x7451
192 192
193/* Virtual LED (icon) */ 193/* Virtual LED (icon) */
194#define CONFIG_LED LED_VIRTUAL 194#define CONFIG_LED LED_VIRTUAL