From 53db168a052844da0c56c01ff00437638cee1c6d Mon Sep 17 00:00:00 2001 From: David Hollis Date: Thu, 22 Sep 2005 00:49:39 -0700 Subject: [PATCH] --- yaml --- r: 9205 b: refs/heads/master c: 3a8c1e2910daaff7590173e9d4ca07153e8a3517 h: refs/heads/master i: 9203: 725e773cef7c550be4749ed9028c1cd4fee1480e v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/airprime.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c937b509d814..673f7dabc2c6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b27c73dcab61826e5f1228d69d56f469b0abfc05 +refs/heads/master: 3a8c1e2910daaff7590173e9d4ca07153e8a3517 diff --git a/trunk/drivers/usb/serial/airprime.c b/trunk/drivers/usb/serial/airprime.c index a4ce0008d69b..926d4c2c1600 100644 --- a/trunk/drivers/usb/serial/airprime.c +++ b/trunk/drivers/usb/serial/airprime.c @@ -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);