diff options
author | Teichmann, Martin <martin.teichmann@xfel.eu> | 2018-03-29 02:39:37 -0400 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2018-03-29 04:06:45 -0400 |
commit | 79a0b33165d8d8ec0840fcfc74fd0a8f219abeee (patch) | |
tree | 6bcb03ba97ca8f40774d09bfeb8e9aa04d2aadfe | |
parent | 9b284d8e648b9a6a297409d2adb34bcebf695818 (diff) |
USB: serial: ftdi_sio: add Id for Physik Instrumente E-870
This adds support for the Physik Instrumente E-870 PIShift Drive
Electronics, a Piezo motor driver.
Signed-off-by: Martin Teichmann <martin.teichmann@xfel.eu>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 1 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index f58c4ff6b387..85774cf4cc8f 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -893,6 +893,7 @@ static const struct usb_device_id id_table_combined[] = { | |||
893 | { USB_DEVICE(PI_VID, PI_1014_PID) }, | 893 | { USB_DEVICE(PI_VID, PI_1014_PID) }, |
894 | { USB_DEVICE(PI_VID, PI_1015_PID) }, | 894 | { USB_DEVICE(PI_VID, PI_1015_PID) }, |
895 | { USB_DEVICE(PI_VID, PI_1016_PID) }, | 895 | { USB_DEVICE(PI_VID, PI_1016_PID) }, |
896 | { USB_DEVICE(PI_VID, PI_E870_PID) }, | ||
896 | { USB_DEVICE(KONDO_VID, KONDO_USB_SERIAL_PID) }, | 897 | { USB_DEVICE(KONDO_VID, KONDO_USB_SERIAL_PID) }, |
897 | { USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) }, | 898 | { USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) }, |
898 | { USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID), | 899 | { USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID), |
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 8b4ecd2bd297..14dff44a2a93 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -978,6 +978,7 @@ | |||
978 | #define PI_1014_PID 0x1014 /* PI Device */ | 978 | #define PI_1014_PID 0x1014 /* PI Device */ |
979 | #define PI_1015_PID 0x1015 /* PI Device */ | 979 | #define PI_1015_PID 0x1015 /* PI Device */ |
980 | #define PI_1016_PID 0x1016 /* PI Digital Servo Module */ | 980 | #define PI_1016_PID 0x1016 /* PI Digital Servo Module */ |
981 | #define PI_E870_PID 0x1019 /* PI E-870 Piezomotor Controller */ | ||
981 | 982 | ||
982 | /* | 983 | /* |
983 | * Kondo Kagaku Co.Ltd. | 984 | * Kondo Kagaku Co.Ltd. |