lkml.org 
[lkml]   [2008]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 5/7] [airprime] Add support for more devices
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@suse.de>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ben Collins <ben.collins@canonical.com>
---
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


\
 
 \ /
  Last update: 2008-07-21 06:29    [W:0.167 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site