[PATCH] WMI: asus: Reduce G14 and G15 match to min product name

2021-02-27 Thread Luke D Jones
, and the new GA503 series which is added in this patch as a variant of the G15. Signed-off-by: Luke D Jones --- drivers/platform/x86/asus-nb-wmi.c | 57 -- 1 file changed, 6 insertions(+), 51 deletions(-) diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers

[PATCH] ALSA: hda/realtek: GA503 use same quirks as GA401

2021-04-18 Thread Luke D Jones
The GA503 has almost exactly the same default setup as the GA401 model with the same issues. The GA401 quirks solve all the issues so we will use the full quirk chain. Signed-off-by: Luke D Jones --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda

[PATCH 1/3] ACPI: video: use native backlight for GA401/GA502/GA503

2021-04-19 Thread Luke D. Jones
From: Luke D Jones Force backlight control in these models to use the native interface at /sys/class/backlight/amdgpu_bl0. Signed-off-by: Luke D. Jones --- drivers/acpi/video_detect.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/acpi/video_detect.c b

[PATCH 0/2] Remove GA14/15 quirks to acpi/video_detect

2021-04-19 Thread Luke D. Jones
Revert two commits to allow a patch to acpi/video_detect to correctly set the backlight control as native. Luke D. Jones (2): Revert "platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures" Revert "platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus

[PATCH 1/2] Revert "platform/x86: asus-nb-wmi: Drop duplicate DMI quirk structures"

2021-04-19 Thread Luke D. Jones
This reverts commit 67186653c90360922e3965d0376a61dbf6c42711. --- drivers/platform/x86/asus-nb-wmi.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c index d41d7ad14be0..b07b1288346

[PATCH 2/2] Revert "platform/x86: asus-nb-wmi: add support for ASUS ROG Zephyrus G14 and G15"

2021-04-19 Thread Luke D. Jones
This reverts commit 13bceda68fb9ef388ad40d355ab8d03ee64d14c2. --- drivers/platform/x86/asus-nb-wmi.c | 82 -- 1 file changed, 82 deletions(-) diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c index b07b1288346e..0cb927f0f301 100644 -

[PATCH V6 RESEND] HID: ASUS: Add support for ASUS N-Key keyboard

2020-09-23 Thread Luke D Jones
e an available define. Signed-off-by: Luke D Jones --- drivers/hid/hid-asus.c | 188 ++--- drivers/hid/hid-ids.h | 1 + include/linux/platform_data/x86/asus-wmi.h | 2 + 3 files changed, 166 insertions(+), 25 deletions(-) diff --git a/dr