]> sigrok.org Git - libsigrok.git/commit
configure.ac: Cosmetics for the list of drivers.
authorUwe Hermann <redacted>
Tue, 9 Apr 2013 08:03:58 +0000 (10:03 +0200)
committerUwe Hermann <redacted>
Tue, 9 Apr 2013 15:49:14 +0000 (17:49 +0200)
commite4fad80b8534a05e7318bc4f9e0e688ae04d3ea2
treee3a695eb650dcae35eb88f50062a1c10073a7423
parentccf35720c0494f4102fba8ee0a44ce1d3b67fc10
configure.ac: Cosmetics for the list of drivers.

Use the canonical driver name (all-lowercase, e.g. "serial-dmm") in the
list of enabled/disabled drivers that configure prints after a run.

It's common to many drivers that they support multiple devices, so
printing one device name (e.g. "ChronoVu LA8") is seldom really correct.
E.g. the agilent-dmm, asix-sigma, brymen-dmm, colead-slm, fluke-dmm,
fx2lafw, hantek-dso, lascar-el-usb, mic-985xx, openbench-logic-sniffer,
rigol-ds1xx2, uni-t-dmm, victor-dmm, and zeroplus-logic-cube drivers
all support more than just one device.

So, just print the driver name instead which is more correct anyway
since it's specifically a list of enabled/disabled drivers.
configure.ac