]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: WMI: Survive BIOS with duplicate GUIDs
authorCarlos Corbacho <carlos@strangeworlds.co.uk>
Sat, 26 Dec 2009 19:14:59 +0000 (19:14 +0000)
committerLen Brown <len.brown@intel.com>
Wed, 30 Dec 2009 07:49:04 +0000 (02:49 -0500)
commite3f338008534e71307dbc74460befe34d7aac3a0
tree406b175b19179938a84f3c45b40c23c47936b603
parentad6151b61b9ab2550bc7c2234b1402e49ca62308
ACPI: WMI: Survive BIOS with duplicate GUIDs

It would appear that in BIOS's with nVidia hooks, the GUID
05901221-D566-11D1-B2F0-00A0C9062910 is duplicated. For now, the simplest
solution is to just ignore any duplicate GUIDs. These particular hooks are not
currently supported/ used in the kernel, so whoever does that can figure out
what the 'right' solution should be (if there's a better one).

http://bugzilla.kernel.org/show_bug.cgi?id=14846

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
Reported-by: Larry Finger <Larry.Finger@lwfinger.net>
Reported-by: Oldřich Jedlička <oldium.pro@seznam.cz>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/platform/x86/wmi.c