From 9fe09f0e71693a22ef4d03aae65d324786051910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A2=D0=B8=D1=85=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=80=D0=BE=D0=B2?= <52701857+fenndooscar@users.noreply.github.com> Date: Thu, 28 Apr 2022 13:28:38 +0300 Subject: [PATCH 1/5] Add support for FX506HL --- src/faustus.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/faustus.c b/src/faustus.c index c7bd015..9ee051f 100644 --- a/src/faustus.c +++ b/src/faustus.c @@ -3431,6 +3431,14 @@ static const struct dmi_system_id atw_dmi_list[] __initconst = { DMI_MATCH(DMI_PRODUCT_NAME, "FX506LI"), }, }, + { + .callback = dmi_check_callback, + .ident = "FA506IH", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "FA506IH"), + }, + }, {} }; From baea13850d2482161963dbc96d6334a2d8ba2460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A2=D0=B8=D1=85=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=80=D0=BE=D0=B2?= <52701857+fenndooscar@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:46:28 +0300 Subject: [PATCH 2/5] fixed --- src/faustus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/faustus.c b/src/faustus.c index 9ee051f..d5c45fb 100644 --- a/src/faustus.c +++ b/src/faustus.c @@ -3433,10 +3433,10 @@ static const struct dmi_system_id atw_dmi_list[] __initconst = { }, { .callback = dmi_check_callback, - .ident = "FA506IH", + .ident = "FA506HL", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), - DMI_MATCH(DMI_PRODUCT_NAME, "FA506IH"), + DMI_MATCH(DMI_PRODUCT_NAME, "FA506HL"), }, }, {} From d3800cdc96e48c80fcba40e80e92c143f568ce40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A2=D0=B8=D1=85=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=80=D0=BE=D0=B2?= <52701857+fenndooscar@users.noreply.github.com> Date: Tue, 17 May 2022 11:27:20 +0300 Subject: [PATCH 3/5] Update faustus.c --- src/faustus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/faustus.c b/src/faustus.c index d5c45fb..62bb15e 100644 --- a/src/faustus.c +++ b/src/faustus.c @@ -3433,10 +3433,10 @@ static const struct dmi_system_id atw_dmi_list[] __initconst = { }, { .callback = dmi_check_callback, - .ident = "FA506HL", + .ident = "FX506LH", .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), - DMI_MATCH(DMI_PRODUCT_NAME, "FA506HL"), + DMI_MATCH(DMI_PRODUCT_NAME, "FX506LH"), }, }, {} From 9d9fb5e3e52a984c5be37ebdbd870e1e3e549256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A2=D0=B8=D1=85=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=80=D0=BE=D0=B2?= <52701857+fenndooscar@users.noreply.github.com> Date: Tue, 17 May 2022 11:28:31 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53b6cd2..7347806 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ It is a backport of the asus-wmi / asus-nb-wmi drivers from the mainline + RGB b |FA706II |FA706II.304 |? |? |1 (#62) |FA706IU |FA706IU.315 |? |5.11.8-051108-generic |1, 2 (#62) |FX506LI |FX506LI.304 |Ubuntu 20.04 |5.4.0-70-generic |1, 2 (#63) +|FX506LH |FX506LH.310 |Ubuntu 22.04 |5.15.36-xanmod1 |2 Notes: From 08b8297ccda09b01406c6c975737d620854acad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=A2=D0=B8=D1=85=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=80=D0=BE=D0=B2?= <52701857+fenndooscar@users.noreply.github.com> Date: Thu, 19 May 2022 12:58:42 +0300 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7347806..905a9c1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It is a backport of the asus-wmi / asus-nb-wmi drivers from the mainline + RGB b |FA706II |FA706II.304 |? |? |1 (#62) |FA706IU |FA706IU.315 |? |5.11.8-051108-generic |1, 2 (#62) |FX506LI |FX506LI.304 |Ubuntu 20.04 |5.4.0-70-generic |1, 2 (#63) -|FX506LH |FX506LH.310 |Ubuntu 22.04 |5.15.36-xanmod1 |2 +|FX506LH |FX506LH.310 |Ubuntu 22.04 |5.15.36-xanmod1 |1, 2 Notes: