diff options
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 1 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 11da073da178..be8c29f6d562 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -477,6 +477,7 @@ static struct usb_device_id id_table_combined [] = { | |||
477 | { USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16HR_PID) }, | 477 | { USB_DEVICE(FTDI_VID, FTDI_ATIK_ATK16HR_PID) }, |
478 | { USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) }, | 478 | { USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) }, |
479 | { USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) }, | 479 | { USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) }, |
480 | { USB_DEVICE(POSIFLEX_VID, POSIFLEX_PP7000_PID) }, | ||
480 | { }, /* Optional parameter entry */ | 481 | { }, /* Optional parameter entry */ |
481 | { } /* Terminating entry */ | 482 | { } /* Terminating entry */ |
482 | }; | 483 | }; |
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 */ |