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

Johan Hovold posted 2 patches 4 years, 4 months ago
drivers/usb/serial/cp210x.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH 0/2] USB: serial: cp210x: add device ids for NCR products
Posted by Johan Hovold 4 years, 4 months ago
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(+)

-- 
2.34.1

Re: [PATCH 0/2] USB: serial: cp210x: add device ids for NCR products
Posted by Greg KH 4 years, 4 months ago
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>
Re: [PATCH 0/2] USB: serial: cp210x: add device ids for NCR products
Posted by Johan Hovold 4 years, 4 months ago
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