]> sigrok.org Git - libsigrok.git/commitdiff
lecroy-xstream: Change human-readable name
authorSoeren Apel <redacted>
Mon, 27 Feb 2017 09:44:33 +0000 (10:44 +0100)
committerUwe Hermann <redacted>
Thu, 2 Mar 2017 14:49:49 +0000 (15:49 +0100)
configure.ac
src/hardware/lecroy-xstream/api.c

index e740d4b9320289ea1a500866b12917f999d9ca6d..3cb84485499ff976678cae1f0187945019129dd7 100644 (file)
@@ -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])
index 43b2fcfb4f610f0ba527b2e020816e0c8f77c86e..bd84a0bc2294a97cebd7006e9e48aafaa094f8fe 100644 (file)
@@ -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,