Commit ee444609dbae8afee420c3243ce4c5f442efb622

Authored by Johan Hovold
1 parent 4df0ea41af

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>

Showing 2 changed files with 7 additions and 0 deletions Side-by-side Diff

drivers/usb/serial/ftdi_sio.c
... ... @@ -728,6 +728,7 @@
728 728 { USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
729 729 .driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
730 730 { USB_DEVICE(TELLDUS_VID, TELLDUS_TELLSTICK_PID) },
  731 + { USB_DEVICE(NOVITUS_VID, NOVITUS_BONO_E_PID) },
731 732 { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_S03_PID) },
732 733 { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_59_PID) },
733 734 { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_57A_PID) },
drivers/usb/serial/ftdi_sio_ids.h
... ... @@ -837,6 +837,12 @@
837 837 #define TELLDUS_TELLSTICK_PID 0x0C30 /* RF control dongle 433 MHz using FT232RL */
838 838  
839 839 /*
  840 + * NOVITUS printers
  841 + */
  842 +#define NOVITUS_VID 0x1a28
  843 +#define NOVITUS_BONO_E_PID 0x6010
  844 +
  845 +/*
840 846 * RT Systems programming cables for various ham radios
841 847 */
842 848 #define RTSYSTEMS_VID 0x2100 /* Vendor ID */