From a6effa8f6217a2207d0c57b17d48cb878649e701 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Tue, 5 Jan 2021 13:45:01 +0100 Subject: usb-device: Remove 0x0421/0x3f00 from list It was some internal Nokia development board with just temporary device id. Not a real RX-34 device. --- src/usb-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/usb-device.c b/src/usb-device.c index d10a873..5ff24cb 100644 --- a/src/usb-device.c +++ b/src/usb-device.c @@ -59,7 +59,6 @@ static struct usb_flash_device usb_devices[] = { { 0x0421, 0x0518, -1, -1, -1, FLASH_DISK, { DEVICE_RM_696, 0 } }, { 0x0421, 0x0519, -1, -1, -1, FLASH_UNKN, { DEVICE_RM_696, 0 } }, /* RNDIS/Ethernet mode */ { 0x0421, 0x051a, 2, 1, -1, FLASH_UNKN, { DEVICE_RM_696, 0 } }, /* Sync mode (ADL protocol) */ - { 0x0421, 0x3f00, 2, 1, -1, FLASH_NOLO, { DEVICE_RX_34, 0 } }, }; static const char * usb_flash_protocols[] = { -- cgit v1.2.3