]> sigrok.org Git - libsigrok.git/commitdiff
gmc-mh-1x-2x: Shorten driver names a bit.
authorUwe Hermann <redacted>
Wed, 12 Feb 2014 14:04:54 +0000 (15:04 +0100)
committerUwe Hermann <redacted>
Wed, 12 Feb 2014 14:04:54 +0000 (15:04 +0100)
hardware/gmc-mh-1x-2x/api.c

index 8c413e600017812dd9e58f872d810ae1a7af9eab..6b16c2ec6e1215066c507c7288dd964a25f2ecd9 100644 (file)
@@ -602,7 +602,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi, void *cb_data)
 
 SR_PRIV struct sr_dev_driver gmc_mh_1x_2x_rs232_driver_info = {
        .name = "gmc-mh-1x-2x-rs232",
-       .longname = "Gossen Metrawatt Metrahit 1x/2x, 'RS232' interface",
+       .longname = "Gossen Metrawatt Metrahit 1x/2x, RS232 interface",
        .api_version = 1,
        .init = init_1x_2x_rs232,
        .cleanup = cleanup_sm_rs232,
@@ -621,7 +621,7 @@ SR_PRIV struct sr_dev_driver gmc_mh_1x_2x_rs232_driver_info = {
 
 SR_PRIV struct sr_dev_driver gmc_mh_2x_bd232_driver_info = {
        .name = "gmc-mh-2x-bd232",
-       .longname = "Gossen Metrawatt Metrahit 2x, 'BD232'/'SI232-II' interface",
+       .longname = "Gossen Metrawatt Metrahit 2x, BD232/SI232-II interface",
        .api_version = 1,
        .init = init_2x_bd232,
        .cleanup = cleanup_2x_bd232,