diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-01-15 23:30:56 +0100 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2012-01-15 23:32:15 +0100 |
| commit | 92fa7a846a15cdc29677fcd5e708a3084e8100b7 (patch) | |
| tree | 0d9b756efe7f862ebf6fe31fcb2b9a7771313bab | |
| parent | b45cc0a13a20e88546cd7a536f09979edf8353a1 (diff) | |
| download | rockbox-92fa7a846a15cdc29677fcd5e708a3084e8100b7.zip rockbox-92fa7a846a15cdc29677fcd5e708a3084e8100b7.tar.gz rockbox-92fa7a846a15cdc29677fcd5e708a3084e8100b7.tar.bz2 rockbox-92fa7a846a15cdc29677fcd5e708a3084e8100b7.tar.xz | |
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
| -rw-r--r-- | rbutil/rbutilqt/rbutil.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini index e59b4e3..225b5e8 100644 --- a/rbutil/rbutilqt/rbutil.ini +++ b/rbutil/rbutilqt/rbutil.ini @@ -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 |