cdc-acm:exclude Samsung phone 04e8:685d
[pandora-kernel.git] / drivers / usb / class / cdc-acm.c
index 50a38e9..bbb2174 100644 (file)
@@ -1668,6 +1668,11 @@ static const struct usb_device_id acm_ids[] = {
        .driver_info = NO_DATA_INTERFACE,
        },
 
+       /*Samsung phone in firmware update mode */
+       { USB_DEVICE(0x04e8, 0x685d),
+       .driver_info = IGNORE_DEVICE,
+       },
+
        /* Exclude Infineon Flash Loader utility */
        { USB_DEVICE(0x058b, 0x0041),
        .driver_info = IGNORE_DEVICE,