summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-03-18 10:29:17 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-03-18 10:29:17 +0000
commitfce5cc8e74a13721c7a1b8939a5b9683bb3175d0 (patch)
tree2123c67d27b2d7feeac6460a24c2cd4301965525 /firmware/export/config
parentfb6a5431f2d1383bcf82f841565c61fde47a2e69 (diff)
downloadrockbox-fce5cc8e74a13721c7a1b8939a5b9683bb3175d0.tar.gz
rockbox-fce5cc8e74a13721c7a1b8939a5b9683bb3175d0.zip
Clip+: correct usb product id
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25244 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-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 cc9f09fe86..f54951f0ac 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -185,7 +185,7 @@
185/* enable these for the experimental usb stack */ 185/* enable these for the experimental usb stack */
186#define HAVE_USBSTACK 186#define HAVE_USBSTACK
187#define USB_VENDOR_ID 0x0781 187#define USB_VENDOR_ID 0x0781
188#define USB_PRODUCT_ID 0x7433 188#define USB_PRODUCT_ID 0x74d1
189#endif /* BOOTLOADER */ 189#endif /* BOOTLOADER */
190 190
191#endif 191#endif