diff options
author | Maarten Lankhorst <m.b.lankhorst@gmail.com> | 2011-06-15 23:47:21 +0200 |
---|---|---|
committer | Sarah Sharp <sarah.a.sharp@linux.intel.com> | 2011-06-17 11:28:19 -0700 |
commit | c877b3b2ad5cb9d4fe523c5496185cc328ff3ae9 (patch) | |
tree | 3dad607ab4f7e703c742e71904ef4f53ee89ea47 /drivers/usb/host/xhci.h | |
parent | f6ba6fe2d913da6707a71a413d6ec8ae98d6ce18 (diff) | |
download | linux-c877b3b2ad5cb9d4fe523c5496185cc328ff3ae9.tar.gz linux-c877b3b2ad5cb9d4fe523c5496185cc328ff3ae9.tar.bz2 linux-c877b3b2ad5cb9d4fe523c5496185cc328ff3ae9.zip |
xhci: Add reset on resume quirk for asrock p67 host
The asrock p67 xhci controller completely dies on resume, add a
quirk for this, to bring the host back online after a suspend.
This should be backported to stable kernels as old as 2.6.37.
Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: stable@kernel.org
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index ba90af1c34b4..d8bbf5ccb10d 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h @@ -1310,6 +1310,7 @@ struct xhci_hcd { */ #define XHCI_EP_LIMIT_QUIRK (1 << 5) #define XHCI_BROKEN_MSI (1 << 6) +#define XHCI_RESET_ON_RESUME (1 << 7) unsigned int num_active_eps; unsigned int limit_active_eps; /* There are two roothubs to keep track of bus suspend info for */ |