lecroy-xstream: Change human-readable name
This commit is contained in:
parent
3f2c7c94a1
commit
bb08570f1a
|
@ -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])
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue