[PATCH 1/1] UBUNTU: [Hardy SRU][SAUCE] Add signatures to airprime driver to support newer Novatel devices

Brad Figg brad.figg at canonical.com
Wed Apr 29 20:43:21 UTC 2009


Bug: #365291

Added the additional signitures for two additional Novatel devices for the
airprim driver to recognize. The additional devices are a newer version of
the U727 and for a U760.

Signed-off-by: Brad Figg <brad.figg at canonical.com>
---
 drivers/usb/serial/airprime.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/serial/airprime.c b/drivers/usb/serial/airprime.c
index d67ffdb..9ffc5ab 100644
--- a/drivers/usb/serial/airprime.c
+++ b/drivers/usb/serial/airprime.c
@@ -23,6 +23,8 @@ static struct usb_device_id id_table [] = {
 	{ USB_DEVICE(0x106c, 0x3701) }, /* Audiovox PC5740 */
 	{ USB_DEVICE(0x106c, 0x3702) }, /* Sprint Pantech PX-500 DGE */
 	{ USB_DEVICE(0x1410, 0x4100) }, /* Novatel Wireless U727 */
+	{ USB_DEVICE(0x1410, 0x5100) }, /* Novatel Wireless U727 newer */
+	{ USB_DEVICE(0x1410, 0x6000) }, /* Novatel Wireless U760 */
 	{ USB_DEVICE(0x12d1, 0x1003) }, /* Huawei E220 */
 	{ USB_DEVICE(0x05c6, 0x6000) }, /* Momo design */
 	{ USB_DEVICE(0xf3d0, 0x0112) }, /* AirPrime 5220 */
-- 
1.6.2.4





More information about the kernel-team mailing list