X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Funi-t-dmm%2Fapi.c;h=972a8e9ffa68cb9c921d0e24f8760f59547664a2;hb=HEAD;hp=8321f005cf508bec50fa50101639b1705fdf21d8;hpb=6ad56fe096909d61b700c859de30a49da861e990;p=libsigrok.git diff --git a/src/hardware/uni-t-dmm/api.c b/src/hardware/uni-t-dmm/api.c index 8321f005..972a8e9f 100644 --- a/src/hardware/uni-t-dmm/api.c +++ b/src/hardware/uni-t-dmm/api.c @@ -211,6 +211,13 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, sr_fs9721_packet_valid, sr_fs9721_parse, sr_fs9721_00_temp_c ), + DMM( + "tenma-72-7745", fs9721, + "Tenma", "72-7745", 2400, + FS9721_PACKET_SIZE, + sr_fs9721_packet_valid, sr_fs9721_parse, + sr_fs9721_00_temp_c + ), DMM( "uni-t-ut60a", fs9721, "UNI-T", "UT60A", 2400, @@ -239,13 +246,6 @@ SR_REGISTER_DEV_DRIVER_LIST(uni_t_dmm_drivers, sr_fs9721_packet_valid, sr_fs9721_parse, sr_fs9721_00_temp_c ), - DMM( - "tenma-72-7745", fs9721, - "Tenma", "72-7745", 2400, - FS9721_PACKET_SIZE, - sr_fs9721_packet_valid, sr_fs9721_parse, - sr_fs9721_00_temp_c - ), /* }}} */ /* {{{ fs9922 */ DMM( @@ -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(