Compare commits
2 Commits
133a7c9b5b
...
82c0d8e55a
Author | SHA1 | Date |
---|---|---|
|
82c0d8e55a | |
|
890e715e86 |
|
@ -245,8 +245,6 @@ 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