mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-06-25 11:43:20 +02:00
cdc-acm:exclude Samsung phone 04e8:685d
commit e912e685f3 upstream.
This phone needs to be handled by a specialised firmware tool
and is reported to crash irrevocably if cdc-acm takes it.
Signed-off-by: Oliver Neukum <oneukum@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
This commit is contained in:
parent
341fa49fa0
commit
b67534c3cd
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user