diff options
Diffstat (limited to 'drivers/usb/class/cdc-acm.c')
-rw-r--r-- | drivers/usb/class/cdc-acm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index e4c70dce3e7c..fa4e23930614 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
@@ -1841,6 +1841,11 @@ static const struct usb_device_id acm_ids[] = { | |||
1841 | }, | 1841 | }, |
1842 | #endif | 1842 | #endif |
1843 | 1843 | ||
1844 | /*Samsung phone in firmware update mode */ | ||
1845 | { USB_DEVICE(0x04e8, 0x685d), | ||
1846 | .driver_info = IGNORE_DEVICE, | ||
1847 | }, | ||
1848 | |||
1844 | /* Exclude Infineon Flash Loader utility */ | 1849 | /* Exclude Infineon Flash Loader utility */ |
1845 | { USB_DEVICE(0x058b, 0x0041), | 1850 | { USB_DEVICE(0x058b, 0x0041), |
1846 | .driver_info = IGNORE_DEVICE, | 1851 | .driver_info = IGNORE_DEVICE, |