From: Soeren Apel Date: Mon, 27 Feb 2017 09:44:33 +0000 (+0100) Subject: lecroy-xstream: Change human-readable name X-Git-Tag: libsigrok-0.5.0~110 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=bb08570f1ad4a6c2a89c8e9afb73f8be08f5a663;hp=3f2c7c94a1333a0b30f8461b4f6c0069bbcbecdd;p=libsigrok.git lecroy-xstream: Change human-readable name --- diff --git a/configure.ac b/configure.ac index e740d4b9..3cb84485 100644 --- a/configure.ac +++ b/configure.ac @@ -251,7 +251,7 @@ SR_DRIVER([KERN scale], [kern-scale], [libserialport]) SR_DRIVER([Korad KAxxxxP], [korad-kaxxxxp], [libserialport]) SR_DRIVER([Lascar EL-USB], [lascar-el-usb], [libusb]) SR_DRIVER([LeCroy LogicStudio], [lecroy-logicstudio], [libusb]) -SR_DRIVER([lecroy-xstream], [lecroy-xstream]) +SR_DRIVER([LeCroy X-Stream], [lecroy-xstream]) SR_DRIVER([Manson HCS-3xxx], [manson-hcs-3xxx], [libserialport]) SR_DRIVER([maynuo-m97], [maynuo-m97]) SR_DRIVER([MIC 985xx], [mic-985xx], [libserialport]) diff --git a/src/hardware/lecroy-xstream/api.c b/src/hardware/lecroy-xstream/api.c index 43b2fcfb..bd84a0bc 100644 --- a/src/hardware/lecroy-xstream/api.c +++ b/src/hardware/lecroy-xstream/api.c @@ -603,7 +603,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi) static struct sr_dev_driver lecroy_xstream_driver_info = { .name = "lecroy-xstream", - .longname = "LeCroy Xstream based scopes", + .longname = "LeCroy X-Stream", .api_version = 1, .init = std_init, .cleanup = std_cleanup,