Compare commits
No commits in common. "82c0d8e55a650cbb823a918534cfdfc98ff9dec6" and "133a7c9b5b3a06040f1e3429c1d2da7506446d2a" have entirely different histories.
82c0d8e55a
...
133a7c9b5b
|
@ -245,6 +245,8 @@ function cmd_attach() {
|
|||
|
||||
vendorid=$(printf "%d\n" "0x$vendorid_hex")
|
||||
productid=$(printf "%d\n" "0x$productid_hex")
|
||||
echo $productid
|
||||
echo $vendorid
|
||||
(
|
||||
echo '{"execute":"qmp_capabilities"}'
|
||||
echo '{"execute":"device_add","arguments":{"driver":"usb-host","bus":"usb.0","vendorid":'$vendorid',"productid":'$productid'}}'
|
||||
|
|
Loading…
Reference in New Issue