From: Gerhard Sittig Date: Sat, 15 Jun 2019 21:55:39 +0000 (+0200) Subject: uni-t-dmm: sort supported devices, sort in the es519xx group X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=6ad56fe096909d61b700c859de30a49da861e990;p=libsigrok.git uni-t-dmm: sort supported devices, sort in the es519xx group Sort the items in the uni-t-dmm driver's es519xx group. --- diff --git a/src/hardware/uni-t-dmm/api.c b/src/hardware/uni-t-dmm/api.c index 1a74faed..8321f005 100644 --- a/src/hardware/uni-t-dmm/api.c +++ b/src/hardware/uni-t-dmm/api.c @@ -178,6 +178,14 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi) SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, /* {{{ es519xx */ + DMM( + "tenma-72-7750", es519xx, + /* The baudrate is actually 19230, see "Note 1" below. */ + "Tenma", "72-7750", 19200, + ES519XX_11B_PACKET_SIZE, + sr_es519xx_19200_11b_packet_valid, sr_es519xx_19200_11b_parse, + NULL + ), DMM( "uni-t-ut60g", es519xx, /* The baudrate is actually 19230, see "Note 1" below. */ @@ -194,14 +202,6 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, sr_es519xx_19200_14b_packet_valid, sr_es519xx_19200_14b_parse, NULL ), - DMM( - "tenma-72-7750", es519xx, - /* The baudrate is actually 19230, see "Note 1" below. */ - "Tenma", "72-7750", 19200, - ES519XX_11B_PACKET_SIZE, - sr_es519xx_19200_11b_packet_valid, sr_es519xx_19200_11b_parse, - NULL - ), /* }}} */ /* {{{ fs9721 */ DMM(