diff options
author | Mitchell Solomon <mitchjs@rush2112.net> | 2010-02-12 13:23:18 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-02 17:54:53 -0500 |
commit | 9714080d20f2ec4b671a06ce69367d91fa9e227e (patch) | |
tree | cc237e47087cf9a9bfcab8a6872abd1caa9ad5e0 /drivers/usb/serial/ftdi_sio.c | |
parent | bd09a9f5318d0a088605911325d6e6e8530bdc9a (diff) |
USB: add new ftdi_sio device ids
PID patch for my products
Signed-off-by: Mitchell Solomon <mitchjs@rush2112.net>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.c')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index 82612997f92c..d59262ecc229 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -738,6 +738,10 @@ static struct usb_device_id id_table_combined [] = { | |||
738 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | 738 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, |
739 | { USB_DEVICE(FTDI_VID, HAMEG_HO820_PID) }, | 739 | { USB_DEVICE(FTDI_VID, HAMEG_HO820_PID) }, |
740 | { USB_DEVICE(FTDI_VID, HAMEG_HO870_PID) }, | 740 | { USB_DEVICE(FTDI_VID, HAMEG_HO870_PID) }, |
741 | { USB_DEVICE(FTDI_VID, MJSG_GENERIC_PID) }, | ||
742 | { USB_DEVICE(FTDI_VID, MJSG_SR_RADIO_PID) }, | ||
743 | { USB_DEVICE(FTDI_VID, MJSG_HD_RADIO_PID) }, | ||
744 | { USB_DEVICE(FTDI_VID, MJSG_XM_RADIO_PID) }, | ||
741 | { }, /* Optional parameter entry */ | 745 | { }, /* Optional parameter entry */ |
742 | { } /* Terminating entry */ | 746 | { } /* Terminating entry */ |
743 | }; | 747 | }; |