]> git.hungrycats.org Git - linux/commitdiff
USB: ftdi_sio: add support for NOVITUS Bono E thermal printer
authorJohan Hovold <johan@kernel.org>
Mon, 18 Aug 2014 16:33:11 +0000 (18:33 +0200)
committerZefan Li <lizefan@huawei.com>
Mon, 1 Dec 2014 10:02:24 +0000 (18:02 +0800)
commit ee444609dbae8afee420c3243ce4c5f442efb622 upstream.

Add device id for NOVITUS Bono E thermal printer.

Reported-by: Emanuel Koczwara <poczta@emanuelkoczwara.pl>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Zefan Li <lizefan@huawei.com>
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/ftdi_sio_ids.h

index 121a05207d8bf20bb4cdc0361b994168234bfddd..d91185aef32d1f5350429f48a8aea3ba49804f6e 100644 (file)
@@ -750,6 +750,7 @@ static struct usb_device_id id_table_combined [] = {
        { USB_DEVICE(FTDI_VID, FTDI_NDI_AURORA_SCU_PID),
                .driver_info = (kernel_ulong_t)&ftdi_NDI_device_quirk },
        { 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_59_PID) },
        { USB_DEVICE(RTSYSTEMS_VID, RTSYSTEMS_USB_57A_PID) },
index 0eb2e97bcb4abb3ed7f7396f9d2e4ae5eb8482a2..a5cd5f727a757d7b36643dedb1cf9fff57916d27 100644 (file)
 #define TELLDUS_VID                    0x1781  /* Vendor ID */
 #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
  */