Skip to content

Commit

Permalink
USB: EHCI: elide I/O watchdog on AMD parts
Browse files Browse the repository at this point in the history
This removes 10 timer wakeups per second. I'm running this patch for
a while now and haven't spotted any adverse effects.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Lucas Stach authored and Greg Kroah-Hartman committed Oct 24, 2016
1 parent a4e6a85 commit 5c2ad98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/host/ehci-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ static int ehci_pci_setup(struct usb_hcd *hcd)
ehci->need_io_watchdog = 0;
break;
case PCI_VENDOR_ID_INTEL:
case PCI_VENDOR_ID_AMD:
ehci->need_io_watchdog = 0;
break;
case PCI_VENDOR_ID_NVIDIA:
Expand Down

0 comments on commit 5c2ad98

Please sign in to comment.