mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker.
* All include full bootloader installation! * X20 lack USB VID/PIDs so cannot be autodetected. * Benjie T6 (variant/OEM of the Rocker) USB VID/PID unknown. Change-Id: Ia823de072c83506d36410ec436be15a0caf97151
This commit is contained in:
parent
561937f2f4
commit
f6060d62d9
5 changed files with 296 additions and 2 deletions
|
|
@ -91,6 +91,10 @@ platform101=gogearhdd1630
|
|||
platform102=gogearhdd6330
|
||||
platform103=gogearsa9200
|
||||
platform110=creativezenxfi3
|
||||
platform120=xduoox3
|
||||
platform130=xduoox3ii
|
||||
platform131=xduoox20
|
||||
platform132=agptekrocker
|
||||
|
||||
; devices sections
|
||||
;
|
||||
|
|
@ -873,6 +877,66 @@ configure_modelname=creativezenxfi3
|
|||
playerpic=creativezenxfi3
|
||||
encoder=rbspeex
|
||||
|
||||
[xduoox3]
|
||||
name="xDuoo X3"
|
||||
buildserver_modelname=xduoox3
|
||||
bootloadermethod=bspatch
|
||||
bootloadername=/xduoo/X3-v11.bsdiff
|
||||
bootloaderfile=update.zip
|
||||
bootloaderfilter=*.zip
|
||||
manualname=
|
||||
brand=xDuoo
|
||||
usbid=0x0525a4a5
|
||||
usberror=
|
||||
configure_modelname=xduoox3
|
||||
playerpic=xduoox3
|
||||
encoder=rbspeex
|
||||
|
||||
[xduoox3ii]
|
||||
name="xDuoo X3 II"
|
||||
buildserver_modelname=xduoox3ii
|
||||
bootloadermethod=bspatch
|
||||
bootloadername=/xduoo/X3II-v13.bsdiff
|
||||
bootloaderfile=/update.upt
|
||||
bootloaderfilter=*.upt *.zip
|
||||
manualname=
|
||||
brand=xDuoo
|
||||
usbid=0x003cc502
|
||||
usberror=
|
||||
configure_modelname=xduoox3ii
|
||||
playerpic=xduoox3ii
|
||||
encoder=rbspeex
|
||||
|
||||
[xduoox20]
|
||||
name="xDuoo X20"
|
||||
buildserver_modelname=xduoox20
|
||||
bootloadermethod=bspatch
|
||||
bootloadername=/xduoo/X20-v18.bsdiff
|
||||
bootloaderfile=/update.upt
|
||||
bootloaderfilter=*.upt *.zip
|
||||
manualname=
|
||||
brand=xDuoo
|
||||
;usbid=0x0525a4a5
|
||||
usberror=
|
||||
configure_modelname=xduoox20
|
||||
playerpic=xduoox20
|
||||
encoder=rbspeex
|
||||
|
||||
[agptekrocker]
|
||||
name="AGPTek Rocker"
|
||||
buildserver_modelname=agptekrocker
|
||||
bootloadermethod=bspatch
|
||||
bootloadername=/agptek/ROCKER-20171101.bsdiff
|
||||
bootloaderfile=/update.upt
|
||||
bootloaderfilter=*.upt *.zip
|
||||
manualname=
|
||||
brand=AGPTek
|
||||
usbid=0xc5020029
|
||||
usberror=
|
||||
configure_modelname=agptekrocker
|
||||
playerpic=agptekrocker
|
||||
encoder=rbspeex
|
||||
|
||||
; incompatible devices sections
|
||||
; each section uses a USB VID / PID string as section name.
|
||||
; name: human readable string to show the user when this device is detected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue