dde_linux/usb: Support HTC device in RNDIS test

Fixes #2550
This commit is contained in:
Alexander Senier 2017-10-26 15:51:52 +02:00 committed by Christian Helmuth
parent 77010d6434
commit 66f3742112
1 changed files with 4 additions and 1 deletions

View File

@ -120,9 +120,12 @@ append qemu_args " -device usb-host,bus=ehci.0,vendorid=0x04e8,productid=0x6864
# ASIX Electronics Corp. AX88179 Gigabit Ethernet
append qemu_args " -device usb-host,bus=ehci.0,vendorid=0x0b95,productid=0x1790"
# Motorola Moto E
# Motorola Moto E, G4 Play
append qemu_args " -device usb-host,id=motoe,bus=ehci.0,vendorid=0x22b8,productid=0x2e25"
# HTC A9
append qemu_args " -device usb-host,id=htc,bus=ehci.0,vendorid=0x0bb4,productid=0x0ffe"
append qemu_args " -nographic"
run_genode_until forever