From: Christian Heim Date: Sun, 19 Aug 2007 11:29:15 +0000 (+0200) Subject: USB: Adding support for HTC Smartphones to ipaq X-Git-Tag: v2.6.23-rc4~29^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04cab1329336d4577d6638360c905e360934b425;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git USB: Adding support for HTC Smartphones to ipaq This patch enables support for HTC Smartphones. The original patch is at https://bugs.gentoo.org/show_bug.cgi?id=187522. Original author is Mike Doty . Signed-off-by: Christian Heim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/ipaq.c b/drivers/usb/serial/ipaq.c index 0455c15..6a3a704 100644 --- a/drivers/usb/serial/ipaq.c +++ b/drivers/usb/serial/ipaq.c @@ -545,6 +545,7 @@ static struct usb_device_id ipaq_id_table [] = { { USB_DEVICE(0x413C, 0x4009) }, /* Dell Axim USB Sync */ { USB_DEVICE(0x4505, 0x0010) }, /* Smartphone */ { USB_DEVICE(0x5E04, 0xCE00) }, /* SAGEM Wireless Assistant */ + { USB_DEVICE(0x0BB4, 0x00CF) }, /* HTC smartphone modems */ { } /* Terminating entry */ };