platform/x86: acer-wmi: setup accelerometer when ACPI device was found
authorLee, Chun-Yi <joeyli.kernel@gmail.com>
Fri, 28 Apr 2017 08:23:59 +0000 (16:23 +0800)
committerWilly Tarreau <w@1wt.eu>
Tue, 20 Jun 2017 12:04:46 +0000 (14:04 +0200)
commitc9b40c2b9b2320c6d8f2fb5095b02ec50139f065
tree2ac8e0e7f1e63cf6f0a743ffbc1a8fabbe9cfa87
parent9b2b8b099bbd744f19b031eb9f4e81e49a93ed04
platform/x86: acer-wmi: setup accelerometer when ACPI device was found

commit f9ac89f5ad613b462339e845aeb8494646fd9be2 upstream.

The 98d610c3739a patch was introduced since v4.11-rc1 that it causes
that the accelerometer input device will not be created on workable
machines because the HID string comparing logic is wrong.

And, the patch doesn't prevent that the accelerometer input device
be created on the machines that have no BST0001. That's because
the acpi_get_devices() returns success even it didn't find any
match device.

This patch fixed the HID string comparing logic of BST0001 device.
And, it also makes sure that the acpi_get_devices() returns
acpi_handle for BST0001.

Fixes: 98d610c3739a ("acer-wmi: setup accelerometer when machine has appropriate notify event")
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=193761
Reported-by: Samuel Sieb <samuel-kbugs@sieb.net>
Signed-off-by: "Lee, Chun-Yi" <jlee@suse.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/platform/x86/acer-wmi.c