mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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
This commit is contained in:
parent
bd70193e98
commit
d12df3a50e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue