mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix USB IDs for Sansa c200v2.
The wrong IDs made a connected c200v1 get detected as c200v1 and c200v2 in MTP mode. Change-Id: I9048910ca9d768b17b9d23e4679c96d9ab8d6831
This commit is contained in:
parent
4c4c645d82
commit
226922efe3
2 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ Version 1.4
|
||||||
* Add support for Creative Zen X-Fi3 (G#419).
|
* Add support for Creative Zen X-Fi3 (G#419).
|
||||||
* Add Changelog window.
|
* Add Changelog window.
|
||||||
* Rework System Trace functionality.
|
* Rework System Trace functionality.
|
||||||
* Add support for H300 v1.31K firmware.
|
* Add support for Iriver H300 v1.31K firmware.
|
||||||
* Add support for Sandisk Sansa Clip Zip v01.01.21 firmware.
|
* Add support for Sandisk Sansa Clip Zip v01.01.21 firmware.
|
||||||
* Fix manual link for Archos Recorder V2.
|
* Fix manual link for Archos Recorder V2.
|
||||||
|
|
||||||
|
|
@ -24,4 +24,4 @@ Version 1.4.1
|
||||||
* Fix crash on detecting player in MTP mode (FS#12989).
|
* Fix crash on detecting player in MTP mode (FS#12989).
|
||||||
* Extend hint when uninstallation requires reinstalling the Original Firmware.
|
* Extend hint when uninstallation requires reinstalling the Original Firmware.
|
||||||
* Improve update check information dialog.
|
* Improve update check information dialog.
|
||||||
|
* Correct USB IDs for Sandisk Sansa c200v2.
|
||||||
|
|
|
||||||
|
|
@ -532,8 +532,8 @@ bootloaderfile=/c200pa.bin,/c200pe.bin,/c200pf.bin
|
||||||
bootloaderfilter=*.bin *.zip
|
bootloaderfilter=*.bin *.zip
|
||||||
manualname=
|
manualname=
|
||||||
brand=Sandisk
|
brand=Sandisk
|
||||||
usbid=0x07817452
|
usbid=0x07817453
|
||||||
usberror=0x07817451
|
usberror=0x07817452
|
||||||
configure_modelname=sansac200v2
|
configure_modelname=sansac200v2
|
||||||
playerpic=sansac200
|
playerpic=sansac200
|
||||||
encoder=rbspeex
|
encoder=rbspeex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue