linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB: quirks: Goodix Fingerprint device is not a modem
@ 2021-02-12 10:44 Yorick de Wid
  2021-02-12 11:07 ` [PATCH v2] " Yorick de Wid
  0 siblings, 1 reply; 10+ messages in thread
From: Yorick de Wid @ 2021-02-12 10:44 UTC (permalink / raw)
  To: linux-usb, Oliver Neukum; +Cc: Yorick de Wid

The CDC ACM driver is false matching the Goodix Fingerprint device against
the USB_CDC_ACM_PROTO_AT_V25TER.

Signed-off-by: Yorick de Wid <ydewid@gmail.com>
---
 drivers/usb/class/cdc-acm.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c
index 78190574581..41d20a44dc3 100644
--- a/drivers/usb/class/cdc-acm.c
+++ b/drivers/usb/class/cdc-acm.c
@@ -1922,6 +1922,11 @@ static const struct usb_device_id acm_ids[] = {
 	.driver_info = IGNORE_DEVICE,
 	},
 
+	/* Exclude Goodix Fingerprint Reader */
+	{ USB_DEVICE(0x27c6, 0x5395),
+	.driver_info = IGNORE_DEVICE,
+	},
+
 	{ USB_DEVICE(0x1bc7, 0x0021), /* Telit 3G ACM only composition */
 	.driver_info = SEND_ZERO_PACKET,
 	},
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-13 14:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 10:44 [PATCH] USB: quirks: Goodix Fingerprint device is not a modem Yorick de Wid
2021-02-12 11:07 ` [PATCH v2] " Yorick de Wid
2021-02-12 11:10   ` [PATCH v3] " Yorick de Wid
2021-02-12 11:17     ` Greg KH
2021-02-12 11:43     ` Oliver Neukum
2021-02-12 11:59       ` Yorick de Wid
2021-02-12 14:00         ` Oliver Neukum
2021-02-12 14:08           ` [PATCH v4] " Yorick de Wid
2021-02-12 15:34             ` Greg KH
2021-02-13 14:49               ` Yorick de Wid

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).