projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7fde2d
)
USB: Add iPhone device id to the quirk list.
author
Matt Colyer
<matt@colyer.name>
Wed, 29 Aug 2007 06:33:52 +0000
(23:33 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 11 Sep 2007 14:48:14 +0000
(07:48 -0700)
drivers/usb/core/quirks.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/core/quirks.c
b/drivers/usb/core/quirks.c
index 9e467118dc946cf1b8a3f46240c5c5f9f645dcac..a5cde8ba1655fdc9d66208fca3f09599d491c02d 100644
(file)
--- a/
drivers/usb/core/quirks.c
+++ b/
drivers/usb/core/quirks.c
@@
-87,6
+87,9
@@
static const struct usb_device_id usb_quirk_list[] = {
{ USB_DEVICE(0x0fca, 0x0004), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
{ USB_DEVICE(0x0fca, 0x0006), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+ /* Apple iPhone */
+ { USB_DEVICE(0x05ac, 0x1290), .driver_info = USB_QUIRK_NO_AUTOSUSPEND },
+
{ } /* terminating entry must be last */
};