Skip to content

Commit

Permalink
USB: Add iPhone device id to the quirk list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Colyer authored and Greg Kroah-Hartman committed Sep 11, 2007
1 parent d7fde2d commit a74108d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/usb/core/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};

Expand Down

0 comments on commit a74108d

Please sign in to comment.