Added another weird izar mfct,type,ver combo.

pull/186/head
Fredrik Öhrström 2020-11-11 17:29:20 +01:00
rodzic 85786cbe8c
commit e73008ff65
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -111,6 +111,7 @@
X(IZAR, MANUFACTURER_SAP, 0x15, -1) \
X(IZAR, MANUFACTURER_SAP, 0x66, -1) \
X(IZAR, MANUFACTURER_DME, 0x66, -1) \
X(IZAR, MANUFACTURER_DME, 0x19, 0x00) \
X(IZAR3, MANUFACTURER_SAP, 0x00, 0x88) \
X(LANSENSM, MANUFACTURER_LAS, 0x1a, 0x03) \
X(LANSENTH, MANUFACTURER_LAS, 0x1b, 0x07) \

Wyświetl plik

@ -51,6 +51,9 @@ if [ "$?" != "0" ]; then RC="1"; fi
tests/test_listen_to_all.sh $PROG
if [ "$?" != "0" ]; then RC="1"; fi
tests/test_driver_detection.sh $PROG
if [ "$?" != "0" ]; then RC="1"; fi
tests/test_multiple_ids.sh $PROG
if [ "$?" != "0" ]; then RC="1"; fi