Add alternate firmware filenames for e200v2.
Depending on the firmware version the filename is different, so it's necessary to look for all the possible filenames when searching the file inside the zip. The player happily accepts any of the filenames, so (as before) the first one is used. Additional firmware filenames might be necessary for other players as well. Change-Id: If78444a8d9b7fe167ce0be1d58407038a4f9052b
This commit is contained in:
parent
b45cc0a13a
commit
92fa7a846a
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ name="Sansa e200v2 series"
|
|||
buildserver_modelname=sansae200v2
|
||||
bootloadermethod=ams
|
||||
bootloadername=/sandisk-sansa/e200v2/bootloader-e200v2.sansa
|
||||
bootloaderfile=/e200pa.bin
|
||||
bootloaderfile=/e200pa.bin,/e200pe.bin,/e200pf.bin
|
||||
manualname=
|
||||
brand=Sandisk
|
||||
usbid=0x07817423
|
||||
|
|
Loading…
Reference in a new issue