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
|
|
@ -532,8 +532,8 @@ bootloaderfile=/c200pa.bin,/c200pe.bin,/c200pf.bin
|
|||
bootloaderfilter=*.bin *.zip
|
||||
manualname=
|
||||
brand=Sandisk
|
||||
usbid=0x07817452
|
||||
usberror=0x07817451
|
||||
usbid=0x07817453
|
||||
usberror=0x07817452
|
||||
configure_modelname=sansac200v2
|
||||
playerpic=sansac200
|
||||
encoder=rbspeex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue