serial-dmm: rename victor-dmm-ser entry, default to USB HID cable

The serial-dmm entry for Victor DMMs is able to communicate to either
geniune COM ports (RS232 or USB CDC) or the obfuscating USB HID cables.
The victor-dmm driver became obsolete and was removed. Rename the
serial-dmm entry, remove the no longer needed "-ser" suffix. Suggest a
default connection via the obfuscating USB HID cable, accept user
provided overrides for regular serial cables (same behaviour as before,
connection spec for serial ports keeps being mandatory).
This commit is contained in:
Gerhard Sittig 2019-06-11 18:56:04 +02:00
parent e45a8de41c
commit 03f169b36b
1 changed files with 3 additions and 4 deletions

View File

@ -443,10 +443,9 @@ SR_REGISTER_DEV_DRIVER_LIST(serial_dmm_drivers,
FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(
"victor-dmm-ser", fs9922,
"Victor", "Victor DMMs (Mini-USB cable)", "2400/8n1",
FS9922_PACKET_SIZE, 0, 0, NULL,
DMM_CONN(
"victor-dmm", fs9922, "Victor", "Victor DMMs",
"hid/victor", "2400/8n1", FS9922_PACKET_SIZE, 0, 0, NULL,
sr_fs9922_packet_valid, sr_fs9922_parse, NULL
),
DMM(