diff --git a/README.md b/README.md index 53b6cd2..cca8bd7 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) +|FA507RE |FA507RE.305 |Ubuntu 22.04.01 |5.15.0-56-generic |2 (#113) Notes: diff --git a/src/faustus.c b/src/faustus.c index c7bd015..f9cf393 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 = "FA507RE", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), + DMI_MATCH(DMI_PRODUCT_NAME, "FA507RE"), + }, + }, {} };