aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r--drivers/usb/serial/ftdi_sio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h
index 773ea3eca086..deab6661b5f0 100644
--- a/drivers/usb/serial/ftdi_sio.h
+++ b/drivers/usb/serial/ftdi_sio.h
@@ -352,6 +352,12 @@
352/* Pyramid Computer GmbH */ 352/* Pyramid Computer GmbH */
353#define FTDI_PYRAMID_PID 0xE6C8 /* Pyramid Appliance Display */ 353#define FTDI_PYRAMID_PID 0xE6C8 /* Pyramid Appliance Display */
354 354
355/*
356 * Posiflex inc retail equipment (http://www.posiflex.com.tw)
357 */
358#define POSIFLEX_VID 0x0d3a /* Vendor ID */
359#define POSIFLEX_PP7000_PID 0x0300 /* PP-7000II thermal printer */
360
355/* Commands */ 361/* Commands */
356#define FTDI_SIO_RESET 0 /* Reset the port */ 362#define FTDI_SIO_RESET 0 /* Reset the port */
357#define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ 363#define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */