summaryrefslogtreecommitdiff
path: root/include/acpi/reboot.h
blob: 0419184ce8867664164de63b2a232da985af718f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ACPI_REBOOT_H
#define __ACPI_REBOOT_H

#ifdef CONFIG_ACPI
extern void acpi_reboot(void);
#else
static inline void acpi_reboot(void) { }
#endif

#endif

href='/cgit.cgi/linux/net-next.git/tree/?id=6dd2e27a103d716921cc4a1a96a9adc0a8e3ab57'>8a5a00fbf90ed15d8e153fd6e3d531cb41b7523d parent62630ea768869beeb1e514b0bf5607a0c9b93d12 (diff)
HID: multitouch: enable palm rejection for Windows Precision Touchpad
The usage Confidence is mandary to Windows Precision Touchpad devices. If it is examined in input_mapping on a WIndows Precision Touchpad, a new add quirk MT_QUIRK_CONFIDENCE desgned for such devices will be applied to the device. A touch with the confidence bit is not set is determined as invalid. Tested on Dell XPS13 9343 Cc: stable@vger.kernel.org # v4.5+ Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Tested-by: Andy Lutomirski <luto@kernel.org> # XPS 13 9350, BIOS 1.4.3 Signed-off-by: Allen Hung <allen_hung@dell.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat