diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-17 09:05:49 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-03-17 09:05:49 +0000 |
| commit | eec03f5f29e9d1d584420cdbcf5224c578b8366d (patch) | |
| tree | 1ed6cff7c4349a068db12c80aac52e92b82c1ac5 | |
| parent | 41ef1d512c63aef56ee5b6658083aaeff3a6a7fd (diff) | |
| download | rockbox-eec03f5f29e9d1d584420cdbcf5224c578b8366d.zip rockbox-eec03f5f29e9d1d584420cdbcf5224c578b8366d.tar.gz rockbox-eec03f5f29e9d1d584420cdbcf5224c578b8366d.tar.bz2 rockbox-eec03f5f29e9d1d584420cdbcf5224c578b8366d.tar.xz | |
Fuze: correct usb pid
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25232 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansafuze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index 2de522f..7e722d6 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -194,7 +194,7 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 -#define USB_PRODUCT_ID 0x7423 +#define USB_PRODUCT_ID 0x74c1 #endif /* !BOOTLOADER */ |