All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: ftdi_sio - really enable EM1010PC
@ 2008-03-04 21:09 Sven Andersen
  0 siblings, 0 replies; only message in thread
From: Sven Andersen @ 2008-03-04 21:09 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, linux-usb-devel, linux-usb-users, stable

Add EM1010PC to ftdi_sio.c

Signed-off-by: Sven Andersen <s.andersen@cryonet.de>
---

Peter Stark submitted a patch for enabling multiple ELV-devices
and adding the EM1010PC to ftdi_sio which has already been applied.
For some reason this line got lost somewhere.

As Peters patch went into 2.6.24-stable this might be applicable
there too.

diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 76db2fe..90a398b 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -274,6 +274,7 @@ static struct usb_device_id id_table_combined [] = {
 	{ USB_DEVICE(FTDI_VID, FTDI_ELV_FS20SIG_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_ELV_WS300PC_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_ELV_FHZ1300PC_PID) },
+	{ USB_DEVICE(FTDI_VID, FTDI_ELV_EM1010PC_PID) },
 	{ USB_DEVICE(FTDI_VID, FTDI_ELV_WS500_PID) },
 	{ USB_DEVICE(FTDI_VID, LINX_SDMUSBQSS_PID) },
 	{ USB_DEVICE(FTDI_VID, LINX_MASTERDEVEL2_PID) },


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-04 21:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 21:09 [PATCH] USB: ftdi_sio - really enable EM1010PC Sven Andersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.