1
0
Fork 0
forked from len0rd/rockbox

Clip+: correct usb product id

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25244 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-18 10:29:17 +00:00
parent fb6a5431f2
commit fce5cc8e74

View file

@ -185,7 +185,7 @@
/* enable these for the experimental usb stack */
#define HAVE_USBSTACK
#define USB_VENDOR_ID 0x0781
#define USB_PRODUCT_ID 0x7433
#define USB_PRODUCT_ID 0x74d1
#endif /* BOOTLOADER */
#endif