sr_fs9721_00_temp_c
),
/* }}} */
+ /* {{{ fs9922 */
+ DMM(
+ "uni-t-ut61b", fs9922,
+ "UNI-T", "UT61B", 2400,
+ FS9922_PACKET_SIZE,
+ sr_fs9922_packet_valid, sr_fs9922_parse,
+ NULL
+ ),
+ DMM(
+ "uni-t-ut61c", fs9922,
+ "UNI-T", "UT61C", 2400,
+ FS9922_PACKET_SIZE,
+ sr_fs9922_packet_valid, sr_fs9922_parse,
+ NULL
+ ),
+ DMM(
+ "uni-t-ut61d", fs9922,
+ "UNI-T", "UT61D", 2400,
+ FS9922_PACKET_SIZE,
+ sr_fs9922_packet_valid, sr_fs9922_parse,
+ NULL
+ ),
+ DMM(
+ "voltcraft-vc830", fs9922,
+ /*
+ * Note: The VC830 doesn't set the 'volt' and 'diode' bits of
+ * the FS9922 protocol. Instead, it only sets the user-defined
+ * bit "z1" to indicate "diode mode" and "voltage".
+ */
+ "Voltcraft", "VC-830", 2400,
+ FS9922_PACKET_SIZE,
+ sr_fs9922_packet_valid, sr_fs9922_parse,
+ &sr_fs9922_z1_diode
+ ),
+ /* }}} */
/* {{{ ut372 */
DMM(
"uni-t-ut372", ut372,
sr_ut71x_packet_valid, sr_ut71x_parse, NULL
),
/* }}} */
- DMM(
- "uni-t-ut61b", fs9922,
- "UNI-T", "UT61B", 2400,
- FS9922_PACKET_SIZE,
- sr_fs9922_packet_valid, sr_fs9922_parse,
- NULL
- ),
- DMM(
- "uni-t-ut61c", fs9922,
- "UNI-T", "UT61C", 2400,
- FS9922_PACKET_SIZE,
- sr_fs9922_packet_valid, sr_fs9922_parse,
- NULL
- ),
- DMM(
- "uni-t-ut61d", fs9922,
- "UNI-T", "UT61D", 2400,
- FS9922_PACKET_SIZE,
- sr_fs9922_packet_valid, sr_fs9922_parse,
- NULL
- ),
- DMM(
- "voltcraft-vc830", fs9922,
- /*
- * Note: The VC830 doesn't set the 'volt' and 'diode' bits of
- * the FS9922 protocol. Instead, it only sets the user-defined
- * bit "z1" to indicate "diode mode" and "voltage".
- */
- "Voltcraft", "VC-830", 2400,
- FS9922_PACKET_SIZE,
- sr_fs9922_packet_valid, sr_fs9922_parse,
- &sr_fs9922_z1_diode
- ),
DMM(
"voltcraft-vc870", vc870,
"Voltcraft", "VC-870", 9600, VC870_PACKET_SIZE,