forked from len0rd/rockbox
Add iriver X20 support to tcctool - information contributed by Octavian Voicu.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
032eb9adfe
commit
5b3627f7fb
2 changed files with 4 additions and 0 deletions
|
|
@ -121,14 +121,17 @@ ServiceBinary = %12%\libusb0.sys
|
|||
[Devices]
|
||||
"TCC77x usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B021
|
||||
"TCC7801 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B011
|
||||
"TCC8200 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B051
|
||||
|
||||
[Devices.NT]
|
||||
"TCC77x usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B021
|
||||
"TCC7801 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B011
|
||||
"TCC8200 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B051
|
||||
|
||||
[Devices.NTAMD64]
|
||||
"TCC77x usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B021
|
||||
"TCC7801 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B011
|
||||
"TCC8200 usb-boot mode"=LIBUSB_DEV, USB\VID_140E&PID_B051
|
||||
|
||||
|
||||
;--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ static struct device_t devices[] =
|
|||
{"iaudio6", "iAudio 6", 0xb021, 0x20000000, 0x62e97010 },
|
||||
{"iaudio7", "iAudio 7", 0xb021, 0x20000000, 0x62e97010 },
|
||||
{"logikdax", "Logik DAX 1GB DAB/MP3 player", 0xb021, 0x20000000, 0x52e97410 },
|
||||
{"x20", "iRiver X20", 0xb051, 0x20000000, 0x02e92010 },
|
||||
{"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 },
|
||||
{"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue