projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f37bca
)
Revert "USB: Adding support for HTC Smartphones to ipaq"
author
Leann Ogasawara
<
[email protected]
>
Thu, 10 Jun 2010 22:49:24 +0000
(15:49 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 10 Aug 2010 21:35:35 +0000
(14:35 -0700)
ipaq already had this device id defined:
{ USB_DEVICE(0x0BB4, 0x00CF) }, /* HTC USB Modem */
Revert the commit which adds the duplicate entry.
This reverts commit
04cab1329336d4577d6638360c905e360934b425
.
Originally-by: Ben Collins <
[email protected]
>
Signed-off-by: Leann Ogasawara <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/serial/ipaq.c
patch
|
blob
|
history
diff --git
a/drivers/usb/serial/ipaq.c
b/drivers/usb/serial/ipaq.c
index 28913fa95fb7b1bab28bb97cc33b1bd9125cd0dd..4735931b4c7be055945927093e8cd41d869157c4 100644
(file)
--- a/
drivers/usb/serial/ipaq.c
+++ b/
drivers/usb/serial/ipaq.c
@@
-534,7
+534,6
@@
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 */
};