]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: intel-vbtn: Do not advertise switches to userspace if they are not...
authorHans de Goede <hdegoede@redhat.com>
Sat, 2 May 2020 18:29:49 +0000 (20:29 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 7 May 2020 17:19:37 +0000 (20:19 +0300)
commitb9eabe2a4d70abf850a98afee7d3397198b7cb7a
tree98499fcc88ab0e2c99e8e9f405b791b5c4623be3
parent651054e0bd1c913edb905868e0cf897f5a6d35c4
platform/x86: intel-vbtn: Do not advertise switches to userspace if they are not there

Commit baa616186625 ("platform/x86: intel-vbtn: Only activate tablet mode
switch on 2-in-1's") added a DMI chassis-type check to avoid accidentally
reporting SW_TABLET_MODE = 1 to userspace on laptops (specifically on the
Dell XPS 9360), to avoid e.g. userspace ignoring touchpad events because
userspace thought the device was in tablet-mode.

But if we are not getting the initial status of the switch because the
device does not have a tablet mode, then we really should not advertise
the presence of a tablet-mode switch to userspace at all, as userspace may
use the mere presence of this switch for certain heuristics.

Fixes: baa616186625 ("platform/x86: intel-vbtn: Only activate tablet mode switch on 2-in-1's")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/intel-vbtn.c