From 66f3742112f117d871b33e4cbdd035c1cccb8d4a Mon Sep 17 00:00:00 2001 From: Alexander Senier Date: Thu, 26 Oct 2017 15:51:52 +0200 Subject: [PATCH] dde_linux/usb: Support HTC device in RNDIS test Fixes #2550 --- repos/dde_linux/run/usb_rndis.run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repos/dde_linux/run/usb_rndis.run b/repos/dde_linux/run/usb_rndis.run index edba48bbc..954bf365f 100644 --- a/repos/dde_linux/run/usb_rndis.run +++ b/repos/dde_linux/run/usb_rndis.run @@ -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