* [PATCH 0/1] USB: serial: cp210x: add SCALANCE LPE-9000 device id @ 2023-01-03 13:48 Michael Adler 2023-01-03 13:48 ` [PATCH 1/1] " Michael Adler 0 siblings, 1 reply; 3+ messages in thread From: Michael Adler @ 2023-01-03 13:48 UTC (permalink / raw) To: Johan Hovold, linux-usb, linux-kernel; +Cc: Greg Kroah-Hartman, Michael Adler Hi all, this is a trivial patch adding support for the USB serial console of Siemens SCALANCE LPE-9000 devices. Michael Adler (1): USB: serial: cp210x: add SCALANCE LPE-9000 device id drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) -- 2.39.0 ^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] USB: serial: cp210x: add SCALANCE LPE-9000 device id 2023-01-03 13:48 [PATCH 0/1] USB: serial: cp210x: add SCALANCE LPE-9000 device id Michael Adler @ 2023-01-03 13:48 ` Michael Adler 2023-01-12 17:03 ` Johan Hovold 0 siblings, 1 reply; 3+ messages in thread From: Michael Adler @ 2023-01-03 13:48 UTC (permalink / raw) To: Johan Hovold, linux-usb, linux-kernel; +Cc: Greg Kroah-Hartman, Michael Adler Added the USB serial console device ID for Siemens SCALANCE LPE-9000 which have a USB port for their serial console. Signed-off-by: Michael Adler <michael.adler@siemens.com> --- 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 67372acc2352..832ad592b7ef 100644 --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -60,6 +60,7 @@ static const struct usb_device_id id_table[] = { { USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */ { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */ { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */ + { USB_DEVICE(0x0908, 0x0070) }, /* Siemens SCALANCE LPE-9000 USB Serial Console */ { USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */ { USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */ { USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */ -- 2.39.0 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] USB: serial: cp210x: add SCALANCE LPE-9000 device id 2023-01-03 13:48 ` [PATCH 1/1] " Michael Adler @ 2023-01-12 17:03 ` Johan Hovold 0 siblings, 0 replies; 3+ messages in thread From: Johan Hovold @ 2023-01-12 17:03 UTC (permalink / raw) To: Michael Adler; +Cc: linux-usb, linux-kernel, Greg Kroah-Hartman On Tue, Jan 03, 2023 at 02:48:50PM +0100, Michael Adler wrote: > Added the USB serial console device ID for Siemens SCALANCE LPE-9000 > which have a USB port for their serial console. > > Signed-off-by: Michael Adler <michael.adler@siemens.com> Applied, thanks! Johan ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-12 17:44 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-01-03 13:48 [PATCH 0/1] USB: serial: cp210x: add SCALANCE LPE-9000 device id Michael Adler 2023-01-03 13:48 ` [PATCH 1/1] " Michael Adler 2023-01-12 17:03 ` Johan Hovold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox