[PATCH 5/7] [airprime] Add support for more devices

From: Ben Collins
Date: Mon Jul 21 2008 - 00:26:29 EST


Reference: https://launchpad.net/bugs/208250

Add support for:
- Audiovox PC5740
- Huawei E220
- Momo design
- AirPrime 5220
- Dell Wireless HSDPA 5500
- Sprint Pantech PX-500
- Novatel U727
- Onda MT505UP

CC: Greg Kroah-Hartman <gregkh@xxxxxxx>
Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
Signed-off-by: Ben Collins <ben.collins@xxxxxxxxxxxxx>
---
drivers/usb/serial/airprime.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c
index 0798c14..164191b 100644
--- a/drivers/usb/serial/airprime.c
+++ b/drivers/usb/serial/airprime.c
@@ -18,6 +18,15 @@

static struct usb_device_id id_table [] = {
{ USB_DEVICE(0x0c88, 0x17da) }, /* Kyocera Wireless KPC650/Passport */
+ { USB_DEVICE(0x413c, 0x8115) }, /* Dell Wireless HSDPA 5500 */
+ { USB_DEVICE(0x0930, 0x1303) }, /* Toshiba (Novatel Wireless) HSDPA for M400 */
+ { USB_DEVICE(0x106c, 0x3701) }, /* Audiovox PC5740 */
+ { USB_DEVICE(0x106c, 0x3702) }, /* Sprint Pantech PX-500 DGE */
+ { USB_DEVICE(0x1410, 0x4100) }, /* Novatel Wireless U727 */
+ { USB_DEVICE(0x12d1, 0x1003) }, /* Huawei E220 */
+ { USB_DEVICE(0x05c6, 0x6000) }, /* Momo design */
+ { USB_DEVICE(0xf3d0, 0x0112) }, /* AirPrime 5220 */
+ { USB_DEVICE(0X19d2, 0x0002) }, /* Onda MT505UP GPRS-EDGE-HSPDA-hsups */
{ },
};
MODULE_DEVICE_TABLE(usb, id_table);
--
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/