From: Gerhard Sittig Date: Sat, 15 Jun 2019 21:58:56 +0000 (+0200) Subject: uni-t-dmm: sort supported devices, sort in the ut71x group X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=5e03750144d2d1afb0f3656200337e2a16c9c487;p=libsigrok.git uni-t-dmm: sort supported devices, sort in the ut71x group --- diff --git a/src/hardware/uni-t-dmm/api.c b/src/hardware/uni-t-dmm/api.c index be08e89b..972a8e9f 100644 --- a/src/hardware/uni-t-dmm/api.c +++ b/src/hardware/uni-t-dmm/api.c @@ -292,6 +292,24 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, ), /* }}} */ /* {{{ ut71x */ + DMM( + "tenma-72-7730", ut71x, + "Tenma", "72-7730", 2400, + UT71X_PACKET_SIZE, + sr_ut71x_packet_valid, sr_ut71x_parse, NULL + ), + DMM( + "tenma-72-7732", ut71x, + "Tenma", "72-7732", 2400, + UT71X_PACKET_SIZE, + sr_ut71x_packet_valid, sr_ut71x_parse, NULL + ), + DMM( + "tenma-72-9380a", ut71x, + "Tenma", "72-9380A", 2400, + UT71X_PACKET_SIZE, + sr_ut71x_packet_valid, sr_ut71x_parse, NULL + ), DMM( "uni-t-ut71a", ut71x, "UNI-T", "UT71A", 2400, UT71X_PACKET_SIZE, @@ -337,24 +355,6 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, "Voltcraft", "VC-960", 2400, UT71X_PACKET_SIZE, sr_ut71x_packet_valid, sr_ut71x_parse, NULL ), - DMM( - "tenma-72-7730", ut71x, - "Tenma", "72-7730", 2400, - UT71X_PACKET_SIZE, - sr_ut71x_packet_valid, sr_ut71x_parse, NULL - ), - DMM( - "tenma-72-7732", ut71x, - "Tenma", "72-7732", 2400, - UT71X_PACKET_SIZE, - sr_ut71x_packet_valid, sr_ut71x_parse, NULL - ), - DMM( - "tenma-72-9380a", ut71x, - "Tenma", "72-9380A", 2400, - UT71X_PACKET_SIZE, - sr_ut71x_packet_valid, sr_ut71x_parse, NULL - ), /* }}} */ /* {{{ vc870 */ DMM(