USB: ftdi_sio: add support for NOVITUS Bono E thermal printer
Add device id for NOVITUS Bono E thermal printer. Reported-by: Emanuel Koczwara <poczta@emanuelkoczwara.pl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
4df0ea41af
commit
ee444609db
|
@ -728,6 +728,7 @@ static const struct usb_device_id id_table_combined[] = {
|
||||||
{ USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
|
{ USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
|
||||||
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
.driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
|
||||||
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
{ USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
|
||||||
|
{ USB_DEVICE(NOVITUS_VID, NOVITUS_BONO_E_PID) },
|
||||||
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_S03_PID) },
|
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_S03_PID) },
|
||||||
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_59_PID) },
|
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_59_PID) },
|
||||||
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_57A_PID) },
|
{ USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_57A_PID) },
|
||||||
|
|
|
@ -836,6 +836,12 @@
|
||||||
#define TELLDUS_VID 0x1781 /* Vendor ID */
|
#define TELLDUS_VID 0x1781 /* Vendor ID */
|
||||||
#define TELLDUS_TELLSTICK_PID 0x0C30 /* RF control dongle 433 MHz using FT232RL */
|
#define TELLDUS_TELLSTICK_PID 0x0C30 /* RF control dongle 433 MHz using FT232RL */
|
||||||
|
|
||||||
|
/*
|
||||||
|
* NOVITUS printers
|
||||||
|
*/
|
||||||
|
#define NOVITUS_VID 0x1a28
|
||||||
|
#define NOVITUS_BONO_E_PID 0x6010
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RT Systems programming cables for various ham radios
|
* RT Systems programming cables for various ham radios
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue