linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Yorick de Wid <ydewid@gmail.com>
Cc: linux-usb@vger.kernel.org, Oliver Neukum <oneukum@suse.com>
Subject: Re: [PATCH v3] Goodix Fingerprint device is not a modem
Date: Fri, 12 Feb 2021 12:17:08 +0100	[thread overview]
Message-ID: <YCZjtHP9sq3VGub/@kroah.com> (raw)
In-Reply-To: <20210212111046.170342-1-ydewid@gmail.com>

On Fri, Feb 12, 2021 at 12:10:48PM +0100, Yorick de Wid wrote:
> The CDC ACM driver is false matching the Goodix Fingerprint device against
> the USB_CDC_ACM_PROTO_AT_V25TER.
> 
> Keep the entries sorted on in VID/PID.
> 
> 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..2f4e5174e78 100644
> --- a/drivers/usb/class/cdc-acm.c
> +++ b/drivers/usb/class/cdc-acm.c
> @@ -1929,6 +1929,11 @@ static const struct usb_device_id acm_ids[] = {
>  	.driver_info = SEND_ZERO_PACKET,
>  	},
>  
> +	/* Exclude Goodix Fingerprint Reader */
> +	{ USB_DEVICE(0x27c6, 0x5395),
> +	.driver_info = IGNORE_DEVICE,
> +	},
> +
>  	/* control interfaces without any protocol set */
>  	{ USB_INTERFACE_INFO(USB_CLASS_COMM, USB_CDC_SUBCLASS_ACM,
>  		USB_CDC_PROTO_NONE) },
> -- 
> 2.30.0
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/SubmittingPatches for what needs to be done
  here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot

  reply	other threads:[~2021-02-12 11:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YCZjtHP9sq3VGub/@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-usb@vger.kernel.org \
    --cc=oneukum@suse.com \
    --cc=ydewid@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).