LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] USB: cp210x: add ID for RUGGEDCOM USB Serial Console
@ 2015-01-21 20:24 Lennart Sorensen
2015-01-26 12:40 ` Johan Hovold
0 siblings, 1 reply; 3+ messages in thread
From: Lennart Sorensen @ 2015-01-21 20:24 UTC (permalink / raw)
To: Len Sorensen; +Cc: linux-kernel, Johan Hovold, linux-usb, stable
Added the USB serial console device ID for Siemens Ruggedcom devices
which have a USB port for their serial console.
Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>
---
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 f4c56fc..f34e6ba 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -55,6 +55,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
{ 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(0x0908, 0x01FF) }, /* RUGGEDCOM USB Serial Console */
{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
{ USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
{ USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] USB: cp210x: add ID for RUGGEDCOM USB Serial Console
2015-01-21 20:24 [PATCH] USB: cp210x: add ID for RUGGEDCOM USB Serial Console Lennart Sorensen
@ 2015-01-26 12:40 ` Johan Hovold
2015-01-26 15:24 ` Lennart Sorensen
0 siblings, 1 reply; 3+ messages in thread
From: Johan Hovold @ 2015-01-26 12:40 UTC (permalink / raw)
To: Lennart Sorensen; +Cc: linux-kernel, Johan Hovold, linux-usb, stable
On Wed, Jan 21, 2015 at 03:24:27PM -0500, Lennart Sorensen wrote:
> Added the USB serial console device ID for Siemens Ruggedcom devices
> which have a USB port for their serial console.
>
> Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>
> ---
> 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 f4c56fc..f34e6ba 100644
> --- a/drivers/usb/serial/cp210x.c
> +++ b/drivers/usb/serial/cp210x.c
> @@ -55,6 +55,7 @@ static const struct usb_device_id id_table[] = {
> { USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
> { 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(0x0908, 0x01FF) }, /* RUGGEDCOM USB Serial Console */
> { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
Please try to keep the entries sorted by VID/PID. I fixed it up here and
applied.
Thanks,
Johan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] USB: cp210x: add ID for RUGGEDCOM USB Serial Console
2015-01-26 12:40 ` Johan Hovold
@ 2015-01-26 15:24 ` Lennart Sorensen
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Sorensen @ 2015-01-26 15:24 UTC (permalink / raw)
To: Johan Hovold; +Cc: linux-kernel, linux-usb, stable
On Mon, Jan 26, 2015 at 01:40:34PM +0100, Johan Hovold wrote:
> On Wed, Jan 21, 2015 at 03:24:27PM -0500, Lennart Sorensen wrote:
> > Added the USB serial console device ID for Siemens Ruggedcom devices
> > which have a USB port for their serial console.
> >
> > Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>
> > ---
> > 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 f4c56fc..f34e6ba 100644
> > --- a/drivers/usb/serial/cp210x.c
> > +++ b/drivers/usb/serial/cp210x.c
> > @@ -55,6 +55,7 @@ static const struct usb_device_id id_table[] = {
> > { USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
> > { 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(0x0908, 0x01FF) }, /* RUGGEDCOM USB Serial Console */
> > { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
>
> Please try to keep the entries sorted by VID/PID. I fixed it up here and
> applied.
Oh crap, I thought I did. How ever did I mess that up? Sorry about that.
--
Len Sorensen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-26 15:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-21 20:24 [PATCH] USB: cp210x: add ID for RUGGEDCOM USB Serial Console Lennart Sorensen
2015-01-26 12:40 ` Johan Hovold
2015-01-26 15:24 ` Lennart Sorensen
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).