diff options
author | Johan Hovold <johan@kernel.org> | 2014-08-18 20:33:11 +0400 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2014-09-01 13:33:22 +0400 |
commit | ee444609dbae8afee420c3243ce4c5f442efb622 (patch) | |
tree | 309389ea90ab7d081b9d8e631fc17b084469648c /drivers/usb/serial/ftdi_sio_ids.h | |
parent | 4df0ea41af9dce89daa9f1cb968884b346d168c9 (diff) | |
download | linux-ee444609dbae8afee420c3243ce4c5f442efb622.tar.xz |
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>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 70b0b1d88ae9..8927a5c39b00 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -837,6 +837,12 @@ #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 */ #define RTSYSTEMS_VID 0x2100 /* Vendor ID */ |