From 1c81766cf73ae5e6c88972476af463538867b705 Mon Sep 17 00:00:00 2001 From: Alexander Shumakovitch Date: Sat, 21 Mar 2009 00:50:16 -0400 Subject: [PATCH] --- yaml --- r: 133567 b: refs/heads/master c: fd8345f8dea93691b0ceba55146088d8c05415f6 h: refs/heads/master i: 133565: 0b5c2aaddcf1efe831c2c098ddad8a5372061702 133563: 4e9501eb9e3a0d3290a82d30488c4ddeca4a0645 133559: 7d37a945c1f73a08d774f0cbe03ec3a4e00fc306 133551: 66c6c1a91cb5e3099d52af7ea891847760a7f15a 133535: 65e61491c9d1ba73b16603608f25156ca2896bfb 133503: fcfbd483008cf548bae1c3ef368c1005c850333f v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/qcserial.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 30fe922f6019..96316bed25bd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6bdfe36e52f0e552b50acf49a82851eeb122fde +refs/heads/master: fd8345f8dea93691b0ceba55146088d8c05415f6 diff --git a/trunk/drivers/usb/serial/qcserial.c b/trunk/drivers/usb/serial/qcserial.c index 6c6add50feaa..e6d6b0c17fd9 100644 --- a/trunk/drivers/usb/serial/qcserial.c +++ b/trunk/drivers/usb/serial/qcserial.c @@ -24,6 +24,8 @@ static int debug; static struct usb_device_id id_table[] = { {USB_DEVICE(0x05c6, 0x9211)}, /* Acer Gobi QDL device */ {USB_DEVICE(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */ + {USB_DEVICE(0x03f0, 0x1f1d)}, /* HP un2400 Gobi Modem Device */ + {USB_DEVICE(0x03f0, 0x201d)}, /* HP un2400 Gobi QDL Device */ { } /* Terminating entry */ }; MODULE_DEVICE_TABLE(usb, id_table);