From f91dc0277be03628d0e8f26c29f1a0037c622173 Mon Sep 17 00:00:00 2001 From: Marc Schink Date: Tue, 9 Oct 2018 20:57:24 +0200 Subject: [PATCH] discovery/usb: Add product ID (PID) 0x1020 Signed-off-by: Marc Schink --- libjaylink/discovery_usb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libjaylink/discovery_usb.c b/libjaylink/discovery_usb.c index 48d5322..9ad039c 100644 --- a/libjaylink/discovery_usb.c +++ b/libjaylink/discovery_usb.c @@ -59,7 +59,8 @@ static const uint16_t pids[][2] = { {0x1015, 0}, {0x1016, 0}, {0x1017, 0}, - {0x1018, 0} + {0x1018, 0}, + {0x1020, 0} }; /** Maximum length of the USB string descriptor for the serial number. */ -- 2.11.4.GIT