]> git.baikalelectronics.ru Git - kernel.git/commit
xhci: Limit the spurious wakeup fix only to HP machines
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2013 13:53:36 +0000 (14:53 +0100)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Tue, 10 Dec 2013 19:44:39 +0000 (11:44 -0800)
commitfb411bc997b7e017f975a2fd3edc491101d17288
treec41b777f02facc75a5859c4f2516ce40843909a7
parent974f1c719dc92479126490341553fbe4a98b43fe
xhci: Limit the spurious wakeup fix only to HP machines

We've got regression reports that my previous fix for spurious wakeups
after S5 on HP Haswell machines leads to the automatic reboot at
shutdown on some machines.  It turned out that the fix for one side
triggers another BIOS bug in other side.  So, it's exclusive.

Since the original S5 wakeups have been confirmed only on HP machines,
it'd be safer to apply it only to limited machines.  As a wild guess,
limiting to machines with HP PCI SSID should suffice.

This patch should be backported to kernels as old as 3.12, that
contain the commit 0d0b9ee56d625705df7577664937ce4e2a7540b7 "xhci: Fix
spurious wakeups after S5 on Haswell".

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=66171
Cc: stable@vger.kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Tested-by: <dashing.meng@gmail.com>
Reported-by: Niklas Schnelle <niklas@komani.de>
Reported-by: Giorgos <ganastasiouGR@gmail.com>
Reported-by: <art1@vhex.net>
drivers/usb/host/xhci-pci.c