]> sigrok.org Git - libsigrok.git/commit
serial_hid: make --list-serial output compatible with conn=, print "VID.PID"
authorGerhard Sittig <redacted>
Thu, 20 Jun 2019 09:06:22 +0000 (11:06 +0200)
committerUwe Hermann <redacted>
Thu, 20 Jun 2019 15:21:47 +0000 (17:21 +0200)
commita1771c26baadd27e1e71ccd6dc63f79fb15f5c08
tree0ecde04f55d69de7fc03affe94831c1ce7c98857
parent87307940f11c53a3f4efe7c4aaddd9db75ebae9c
serial_hid: make --list-serial output compatible with conn=, print "VID.PID"

When the list of all connections gets created which are supported by the
HID serial transport, items contain a "hid/ch9325/raw=/dev/hidraw3" path
and a "1a86:e008" pair of vendor and product IDs.

Separate the VID/PID pair by a period not a colon, so that --list-serial
output immediately becomes usable with "--driver <name>:conn=<spec>"
invocations. Eliminate the necessity to adjust clipboard context by the
user. This improves usability in cases where not a single connection
gets addressed, but a group of connections gets specified by ambiguous
conn= specs.

$ sigrok-cli -d uni-t-ut32x:conn=1a86.e008 --scan
src/serial_hid.c