Skip to content

Commit 5267c5e

Browse files
jhovoldgregkh
authored andcommitted
Revert "USB: serial: ftdi_sio: add Id for Physik Instrumente E-870"
This reverts commit 79a0b33. Turns out this is not an FTDI device after all. Fixes: 79a0b33 ("USB: serial: ftdi_sio: add Id for Physik Instrumente E-870") Reported-by: Martin Teichmann <[email protected]> Cc: stable <[email protected]> Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent af6f852 commit 5267c5e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/usb/serial/ftdi_sio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ static const struct usb_device_id id_table_combined[] = {
894894
{ USB_DEVICE(PI_VID, PI_1014_PID) },
895895
{ USB_DEVICE(PI_VID, PI_1015_PID) },
896896
{ USB_DEVICE(PI_VID, PI_1016_PID) },
897-
{ USB_DEVICE(PI_VID, PI_E870_PID) },
898897
{ USB_DEVICE(KONDO_VID, KONDO_USB_SERIAL_PID) },
899898
{ USB_DEVICE(BAYER_VID, BAYER_CONTOUR_CABLE_PID) },
900899
{ USB_DEVICE(FTDI_VID, MARVELL_OPENRD_PID),

drivers/usb/serial/ftdi_sio_ids.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,6 @@
981981
#define PI_1014_PID 0x1014 /* PI Device */
982982
#define PI_1015_PID 0x1015 /* PI Device */
983983
#define PI_1016_PID 0x1016 /* PI Digital Servo Module */
984-
#define PI_E870_PID 0x1019 /* PI E-870 Piezomotor Controller */
985984

986985
/*
987986
* Kondo Kagaku Co.Ltd.

0 commit comments

Comments
 (0)