From d12df3a50ee99766ed7dfba797a19ab08cc9aec7 Mon Sep 17 00:00:00 2001 From: Jonas Häggqvist Date: Wed, 1 Jul 2009 00:34:25 +0000 Subject: 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 --- firmware/export/config-c200.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #define HAVE_USBSTACK #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x0781 -#define USB_PRODUCT_ID 0x7450 +#define USB_PRODUCT_ID 0x7451 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3