Commit f5879964 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: ftdi_sio merge fixups.

parent 71a8bfa2
...@@ -452,7 +452,6 @@ static struct usb_device_id id_table_FT232BM [] = { ...@@ -452,7 +452,6 @@ static struct usb_device_id id_table_FT232BM [] = {
{ USB_DEVICE_VER(FTDI_VID, FTDI_GUDEADS_E88E_PID, 0x400, 0xffff) }, { USB_DEVICE_VER(FTDI_VID, FTDI_GUDEADS_E88E_PID, 0x400, 0xffff) },
{ USB_DEVICE_VER(FTDI_VID, FTDI_GUDEADS_E88F_PID, 0x400, 0xffff) }, { USB_DEVICE_VER(FTDI_VID, FTDI_GUDEADS_E88F_PID, 0x400, 0xffff) },
{ USB_DEVICE_VER(FTDI_VID, FTDI_ELV_UO100_PID, 0x400, 0xffff) }, { USB_DEVICE_VER(FTDI_VID, FTDI_ELV_UO100_PID, 0x400, 0xffff) },
{ USB_DEVICE_VER(FTDI_VID, FTDI_GUDEADS_889_PID, 0x400, 0xffff) },
{ } /* Terminating entry */ { } /* Terminating entry */
}; };
......
...@@ -182,11 +182,6 @@ ...@@ -182,11 +182,6 @@
#define FTDI_GUDEADS_E88E_PID 0xE88E #define FTDI_GUDEADS_E88E_PID 0xE88E
#define FTDI_GUDEADS_E88F_PID 0xE88F #define FTDI_GUDEADS_E88F_PID 0xE88F
/*
* Gude Analog- und Digitalsysteme GmbH
*/
#define FTDI_GUDEADS_889_PID 0xe889 /* USB RS323 OptoBridge */
/* Commands */ /* Commands */
#define FTDI_SIO_RESET 0 /* Reset the port */ #define FTDI_SIO_RESET 0 /* Reset the port */
#define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */ #define FTDI_SIO_MODEM_CTRL 1 /* Set the modem control register */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment