]> sigrok.org Git - libsigrok.git/blobdiff - src/serial_bt.c
serial_bt: add UM25C to list of known device names
[libsigrok.git] / src / serial_bt.c
index f40cd736cd96da0c0f41f822c978bf3dd605d7d6..d950b69923de08bb961d7f76f0a5071ddc066c08 100644 (file)
@@ -62,6 +62,7 @@ static const struct scan_supported_item {
        { "121GW", SER_BT_CONN_BLE122, },
        { "Adafruit Bluefruit LE 8134", SER_BT_CONN_NRF51, },
        { "HC-05", SER_BT_CONN_RFCOMM, },
+       { "UM25C", SER_BT_CONN_RFCOMM, },
        { NULL, SER_BT_CONN_UNKNOWN, },
 };