From e16a79f75ed9fd5bd99d1717dc7554c6412700eb Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Tue, 5 Jan 2021 13:28:29 +0100 Subject: usb-device: Fix interface id for Nokia N9 Sync mode and disable it as it use unsupported ADL protocol --- src/usb-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/usb-device.c b/src/usb-device.c index faee3eb..d10a873 100644 --- a/src/usb-device.c +++ b/src/usb-device.c @@ -58,7 +58,7 @@ static struct usb_flash_device usb_devices[] = { { 0x0421, 0x04c3, -1, -1, -1, FLASH_DISK, { DEVICE_RX_34, 0 } }, { 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, 1, 1, -1, FLASH_MKII, { DEVICE_RM_696, 0 } }, + { 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 } }, }; -- cgit v1.2.3