summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2021-01-05 13:45:01 +0100
committerPali Rohár <pali.rohar@gmail.com>2021-01-05 13:45:01 +0100
commita6effa8f6217a2207d0c57b17d48cb878649e701 (patch)
treebe1c26d6222ea8a71057e1f713c3f53be6453d70
parente16a79f75ed9fd5bd99d1717dc7554c6412700eb (diff)
download0xFFFF-a6effa8f6217a2207d0c57b17d48cb878649e701.tar.bz2
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.
-rw-r--r--src/usb-device.c1
1 files changed, 0 insertions, 1 deletions
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[] = {