The patch titled ftdi_sio: add support for the NDI Polaris system has been removed from the -mm tree. Its filename was ftdi_sio-add-support-for-the-ndi-polaris-system.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: ftdi_sio: add support for the NDI Polaris system From: Stephane Clerambault <stephane.clerambault@xxxxxxx> Add support for the NDI Polaris system *http://www.ndigital.com/). Cc: Greg KH <greg@xxxxxxxxx> Cc: Ian Abbott <abbotti@xxxxxxxxx> Cc: Oliver Neukum <oneukum@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio.h | 3 +++ 2 files changed, 4 insertions(+) diff -puN drivers/usb/serial/ftdi_sio.c~ftdi_sio-add-support-for-the-ndi-polaris-system drivers/usb/serial/ftdi_sio.c --- a/drivers/usb/serial/ftdi_sio.c~ftdi_sio-add-support-for-the-ndi-polaris-system +++ a/drivers/usb/serial/ftdi_sio.c @@ -662,6 +662,7 @@ static struct usb_device_id id_table_com { USB_DEVICE(FTDI_VID, FTDI_DOMINTELL_DUSB_PID) }, { USB_DEVICE(ALTI2_VID, ALTI2_N3_PID) }, { USB_DEVICE(FTDI_VID, DIEBOLD_BCS_SE923_PID) }, + { USB_DEVICE(FTDI_VID, FTDI_NDI_HUC_PID) }, { }, /* Optional parameter entry */ { } /* Terminating entry */ }; diff -puN drivers/usb/serial/ftdi_sio.h~ftdi_sio-add-support-for-the-ndi-polaris-system drivers/usb/serial/ftdi_sio.h --- a/drivers/usb/serial/ftdi_sio.h~ftdi_sio-add-support-for-the-ndi-polaris-system +++ a/drivers/usb/serial/ftdi_sio.h @@ -844,6 +844,9 @@ #define TML_VID 0x1B91 /* Vendor ID */ #define TML_USB_SERIAL_PID 0x0064 /* USB - Serial Converter */ +/* NDI Polaris System */ +#define FTDI_NDI_HUC_PID 0xDA70 + /* Propox devices */ #define FTDI_PROPOX_JTAGCABLEII_PID 0xD738 _ Patches currently in -mm which might be from stephane.clerambault@xxxxxxx are linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html