aboutsummaryrefslogtreecommitdiff
path: root/SOURCES/0001-add-support-for-ally-x-mcu-switch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'SOURCES/0001-add-support-for-ally-x-mcu-switch.patch')
-rw-r--r--SOURCES/0001-add-support-for-ally-x-mcu-switch.patch11
1 files changed, 5 insertions, 6 deletions
diff --git a/SOURCES/0001-add-support-for-ally-x-mcu-switch.patch b/SOURCES/0001-add-support-for-ally-x-mcu-switch.patch
index 266d639..bffa8c5 100644
--- a/SOURCES/0001-add-support-for-ally-x-mcu-switch.patch
+++ b/SOURCES/0001-add-support-for-ally-x-mcu-switch.patch
@@ -1,14 +1,14 @@
-From d821616f57bc2d47bdef54edf43a6bd63249c4ef Mon Sep 17 00:00:00 2001
+From 79d958eccfa4a1cfbb552032e9542f03333005e7 Mon Sep 17 00:00:00 2001
From: antheas <antheas@users.noreply.github.com>
-Date: Tue, 9 Jul 2024 13:10:31 +0300
-Subject: [PATCH 1/2] add support for ally x mcu switch
+Date: Mon, 15 Jul 2024 00:00:45 +0300
+Subject: [PATCH] add ally x dmi quirk for controller suspend
---
drivers/platform/x86/asus-wmi.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
-index 3f9b6285c..16c8745e1 100644
+index 3f9b6285c9a6..8e362726b703 100644
--- a/drivers/platform/x86/asus-wmi.c
+++ b/drivers/platform/x86/asus-wmi.c
@@ -4645,8 +4645,10 @@ static int asus_wmi_add(struct platform_device *pdev)
@@ -20,10 +20,9 @@ index 3f9b6285c..16c8745e1 100644
+ asus->ally_mcu_usb_switch =
+ acpi_has_method(NULL, ASUS_USB0_PWR_EC0_CSEE) &&
+ (dmi_match(DMI_BOARD_NAME, "RC71L") ||
-+ dmi_match(DMI_BOARD_NAME, "RC72L"));
++ dmi_match(DMI_BOARD_NAME, "RC72LA"));
if (asus_wmi_dev_is_present(asus, ASUS_WMI_DEVID_MINI_LED_MODE))
asus->mini_led_dev_id = ASUS_WMI_DEVID_MINI_LED_MODE;
--
2.45.2
-