mbox series

[0/2] USB: serial: cp210x: add device ids for NCR products

Message ID 20220201104253.10345-1-johan@kernel.org (mailing list archive)
Headers show
Series USB: serial: cp210x: add device ids for NCR products | expand

Message

Johan Hovold Feb. 1, 2022, 10:42 a.m. UTC
This series adds a couple of new ids to the cp210x driver for devices
found in various NCR products.

Johan


Johan Hovold (2):
  USB: serial: cp210x: add NCR Retail IO box id
  USB: serial: cp210x: add CPI Bulk Coin Recycler id

 drivers/usb/serial/cp210x.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Greg KH Feb. 1, 2022, 10:50 a.m. UTC | #1
On Tue, Feb 01, 2022 at 11:42:51AM +0100, Johan Hovold wrote:
> This series adds a couple of new ids to the cp210x driver for devices
> found in various NCR products.
> 
> Johan
> 
> 
> Johan Hovold (2):
>   USB: serial: cp210x: add NCR Retail IO box id
>   USB: serial: cp210x: add CPI Bulk Coin Recycler id
> 
>  drivers/usb/serial/cp210x.c | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Johan Hovold Feb. 1, 2022, 11:02 a.m. UTC | #2
On Tue, Feb 01, 2022 at 11:50:57AM +0100, Greg Kroah-Hartman wrote:
> On Tue, Feb 01, 2022 at 11:42:51AM +0100, Johan Hovold wrote:
> > This series adds a couple of new ids to the cp210x driver for devices
> > found in various NCR products.
> > 
> > Johan
> > 
> > 
> > Johan Hovold (2):
> >   USB: serial: cp210x: add NCR Retail IO box id
> >   USB: serial: cp210x: add CPI Bulk Coin Recycler id
> > 
> >  drivers/usb/serial/cp210x.c | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Thanks for reviewing. Now applied.

Johan