]> sigrok.org Git - libsigrok.git/commitdiff
kingst-la2016: add another supported LA2016 model (bytes 0x0b 0x10)
authorDave Platt <redacted>
Sat, 28 Jan 2023 04:37:53 +0000 (20:37 -0800)
committerGerhard Sittig <redacted>
Sun, 29 Jan 2023 07:45:38 +0000 (08:45 +0100)
Add the 11 (16) magic bytes combination (in hex: 0x0b 0x10) which adds
a more recent Kingst LA2016 device to the list of supported models.

This addresses the device identification part of bug #1825.

src/hardware/kingst-la2016/protocol.c

index d5ae567e5216f111d118e7f06d43a6238a74c26a..ace0cd51d590777ec658d6ffdbd9fc8473de0b41 100644 (file)
@@ -54,6 +54,7 @@ static const struct kingst_model models[] = {
        { 0x08, 0x00, "LA2016", "la2016a1", SR_MHZ(200), 16, 1, 0, },
        { 0x09, 0x00, "LA1016", "la1016a1", SR_MHZ(100), 16, 1, 0, },
        { 0x0a, 0x00, "LA1010", "la1010a2", SR_MHZ(100), 16, 0, SR_MHZ(800), },
+       { 0x0b, 0x10, "LA2016", "la2016a2", SR_MHZ(200), 16, 1, 0, },
        { 0x0c, 0x10, "LA5016", "la5016a2", SR_MHZ(500), 16, 2, SR_MHZ(800), },
        { 0x0c, 0x00, "LA5016", "la5016a2", SR_MHZ(500), 16, 2, SR_MHZ(800), },
        { 0x41, 0x00, "LA5016", "la5016a1", SR_MHZ(500), 16, 2, SR_MHZ(800), },