]> sigrok.org Git - libsigrok.git/commitdiff
configure: Hameg HMO does not strictly depend on serial communication
authorGerhard Sittig <redacted>
Wed, 22 Dec 2021 11:48:43 +0000 (12:48 +0100)
committerGerhard Sittig <redacted>
Wed, 22 Dec 2021 19:06:02 +0000 (20:06 +0100)
Remove the hameg-hmo driver's dependency on the serial_comm physical
transport. This is too strict a constraint, the scope communicates via
SCPI and can use any of the supported transports.

configure.ac

index 27e79e4d365523281216aec57800ebd716312339..90291772580af6fd3dd7cb8e9218bc4531dcd28c 100644 (file)
@@ -313,7 +313,7 @@ SR_DRIVER([fx2lafw], [fx2lafw], [libusb])
 SR_DRIVER([GMC MH 1x/2x], [gmc-mh-1x-2x], [serial_comm])
 SR_DRIVER([GW Instek GDS-800], [gwinstek-gds-800], [serial_comm])
 SR_DRIVER([GW Instek GPD], [gwinstek-gpd], [serial_comm])
-SR_DRIVER([Hameg HMO], [hameg-hmo], [serial_comm])
+SR_DRIVER([Hameg HMO], [hameg-hmo])
 SR_DRIVER([Hantek 4032L], [hantek-4032l], [libusb])
 SR_DRIVER([Hantek 6xxx], [hantek-6xxx], [libusb])
 SR_DRIVER([Hantek DSO], [hantek-dso], [libusb])