projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ab16a9
)
USB: ipaq: Add HTC Modem Support
author
Alex Sanks
<alex@sanks.net>
Mon, 30 Oct 2006 00:38:31 +0000
(16:38 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 16 Nov 2006 22:26:12 +0000
(14:26 -0800)
Adds support for HTC Smart Phones in modem mode (as opposed to sync
mode). Loads and works with pppd on my T-Mobile SDA.
Signed-off-by: Alex Sanks <alex@sanks.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/ipaq.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/ipaq.c
b/drivers/usb/serial/ipaq.c
index 6238aff1e772c71bf81deb62298be7d79ce770d0..d72cf8bc7f76be74678eccdc4df280aabfff57c5 100644
(file)
--- a/
drivers/usb/serial/ipaq.c
+++ b/
drivers/usb/serial/ipaq.c
@@
-320,6
+320,7
@@
static struct usb_device_id ipaq_id_table [] = {
{ USB_DEVICE(0x0B05, 0x9200) }, /* ASUS USB Sync */
{ USB_DEVICE(0x0B05, 0x9202) }, /* ASUS USB Sync */
{ USB_DEVICE(0x0BB4, 0x00CE) }, /* HTC USB Sync */
+ { USB_DEVICE(0x0BB4, 0x00CF) }, /* HTC USB Modem */
{ USB_DEVICE(0x0BB4, 0x0A01) }, /* PocketPC USB Sync */
{ USB_DEVICE(0x0BB4, 0x0A02) }, /* PocketPC USB Sync */
{ USB_DEVICE(0x0BB4, 0x0A03) }, /* PocketPC USB Sync */