Skip to content

Commit e912e68

Browse files
oneukumgregkh
authored andcommitted
cdc-acm:exclude Samsung phone 04e8:685d
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> CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ffdb1e3 commit e912e68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/usb/class/cdc-acm.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,11 @@ static const struct usb_device_id acm_ids[] = {
18411841
},
18421842
#endif
18431843

1844+
/*Samsung phone in firmware update mode */
1845+
{ USB_DEVICE(0x04e8, 0x685d),
1846+
.driver_info = IGNORE_DEVICE,
1847+
},
1848+
18441849
/* Exclude Infineon Flash Loader utility */
18451850
{ USB_DEVICE(0x058b, 0x0041),
18461851
.driver_info = IGNORE_DEVICE,

0 commit comments

Comments
 (0)