summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2021-01-05 13:28:29 +0100
committerPali Rohár <pali.rohar@gmail.com>2021-01-05 13:28:29 +0100
commite16a79f75ed9fd5bd99d1717dc7554c6412700eb (patch)
tree067ffef2201fb03eb8379015152d75991545235b /src
parent93bd73d45131893328b30e186993d518c04ef256 (diff)
download0xFFFF-e16a79f75ed9fd5bd99d1717dc7554c6412700eb.tar.bz2
usb-device: Fix interface id for Nokia N9 Sync mode and disable it as it use unsupported ADL protocol
Diffstat (limited to 'src')
-rw-r--r--src/usb-device.c2
1 files changed, 1 insertions, 1 deletions
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 } },
};