Re: [PATCH] Added support for Silicon Labs Phoenix Contact UPS Device Silicon Labs Phoenix Contact UPS Device VID/PID pair has been added to CP210x driver in order for the OS to properly detect it

From: Greg KH
Date: Mon Jul 22 2024 - 12:33:05 EST


On Mon, Jul 22, 2024 at 05:19:51PM +0200, Aurelio Mannara wrote:
> ---
> drivers/usb/serial/cp210x.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
> index 21fd26609252..a3b931441557 100644
> --- a/drivers/usb/serial/cp210x.c
> +++ b/drivers/usb/serial/cp210x.c
> @@ -254,6 +254,7 @@ static const struct usb_device_id id_table[] = {
> { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
> { USB_DEVICE(0x3923, 0x7A0B) }, /* National Instruments USB Serial
> Console */
> { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
> + { USB_DEVICE(0x1b93, 0x1013) }, /* Silicon Labs Phoenix Contact UPS
> Device */
> { } /* Terminating Entry */
> };
>
> --

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:

- Your patch is malformed (tabs converted to spaces, linewrapped, etc.)
and can not be applied. Please read the file,
Documentation/process/email-clients.rst in order to fix this.

- Your patch does not have a Signed-off-by: line. Please read the
kernel file, Documentation/process/submitting-patches.rst and resend
it after adding that line. Note, the line needs to be in the body of
the email, before the patch, not at the bottom of the patch or in the
email signature.

- You did not specify a description of why the patch is needed, or
possibly, any description at all, in the email body. Please read the
section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what is needed in
order to properly describe the change.

- You did not write a descriptive Subject: for the patch, allowing Greg,
and everyone else, to know what this patch is all about. Please read
the section entitled "The canonical patch format" in the kernel file,
Documentation/process/submitting-patches.rst for what a proper
Subject: line should look like.

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