USB: Add device id's for Novatel Wireless CDMA wireless PC card.
     The Novatel CDMA card behaves the same as the AirPrime by providing
     a USB serial port.

Signed-off-by: David Hollis <[EMAIL PROTECTED]>

 drivers/usb/serial/airprime.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

-- 
David Hollis <[EMAIL PROTECTED]>
USB: Add device id's for Novatel Wireless CDMA wireless PC card.
     The Novatel CDMA card behaves the same as the AirPrime by providing
     a USB serial port.

Signed-off-by: David Hollis <[EMAIL PROTECTED]>

 drivers/usb/serial/airprime.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


--- linux/drivers/usb/serial/airprime.c.orig	2005-09-20 11:12:07.000000000 -0400
+++ linux/drivers/usb/serial/airprime.c	2005-09-20 11:14:18.000000000 -0400
@@ -16,7 +16,8 @@
 #include "usb-serial.h"
 
 static struct usb_device_id id_table [] = {
-	{ USB_DEVICE(0xf3d, 0x0112) },
+	{ USB_DEVICE(0xf3d, 0x0112) },  /* AirPrime CDMA Wireless PC Card */
+	{ USB_DEVICE(0x1410, 0x1110) }, /* Novatel Wireless Merlin CDMA */
 	{ },
 };
 MODULE_DEVICE_TABLE(usb, id_table);

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to