summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLuke D. Jones <luke@ljones.dev>2025-01-11 14:01:53 +1300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 10:04:53 +0100
commitca06b3769c930179b003d6818d6f3c3653c3d392 (patch)
tree24b39766625617298d2836f25917095eede2a297 /include
parent2785019ea03a5a03b93a3edd04bfbe7b873f7ac9 (diff)
downloadlinux-ca06b3769c930179b003d6818d6f3c3653c3d392.tar.gz
linux-ca06b3769c930179b003d6818d6f3c3653c3d392.tar.bz2
linux-ca06b3769c930179b003d6818d6f3c3653c3d392.zip
HID: hid-asus: Disable OOBE mode on the ProArt P16
[ Upstream commit 53078a736fbc60e5d3a1e14f4cd4214003815026 ] The new ASUS ProArt 16" laptop series come with their keyboards stuck in an Out-Of-Box-Experience mode. While in this mode most functions will not work such as LED control or Fn key combos. The correct init sequence is now done to disable this OOBE. This patch addresses only the ProArt series so far and it is unknown if there may be others, in which case a new quirk may be required. Signed-off-by: Luke D. Jones <luke@ljones.dev> Co-developed-by: Connor Belli <connorbelli2003@gmail.com> Signed-off-by: Connor Belli <connorbelli2003@gmail.com> Tested-by: Jan Schmidt <jan@centricular.com> Signed-off-by: Jiri Kosina <jkosina@suse.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/x86/asus-wmi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/platform_data/x86/asus-wmi.h b/include/linux/platform_data/x86/asus-wmi.h
index 365e119bebaa..783e2a336861 100644
--- a/include/linux/platform_data/x86/asus-wmi.h
+++ b/include/linux/platform_data/x86/asus-wmi.h
@@ -186,6 +186,11 @@ static const struct dmi_system_id asus_use_hid_led_dmi_ids[] = {
},
{
.matches = {
+ DMI_MATCH(DMI_PRODUCT_FAMILY, "ProArt P16"),
+ },
+ },
+ {
+ .matches = {
DMI_MATCH(DMI_BOARD_NAME, "GA403U"),
},
},