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