From 672a5e8ffbbba0ec0f8996a4e90fec04afaadd8f Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Wed, 22 Dec 2021 12:48:43 +0100 Subject: [PATCH] configure: Hameg HMO does not strictly depend on serial communication 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27e79e4d..90291772 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.30.2