mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
platform/x86: alienware-wmi-wmax: Add AWCC support to Alienware 16 Aurora
commit 6f91ad24c6 upstream.
Add AWCC support to Alienware 16 Aurora
Cc: stable@vger.kernel.org
Signed-off-by: Anthony Wong <anthony.wong@ubuntu.com>
Reviewed-by: Kurt Borja <kuurtb@gmail.com>
Link: https://patch.msgid.link/20251116185311.18074-1-anthony.wong@canonical.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e83e877bd3
commit
424f5097f2
@@ -89,6 +89,14 @@ static struct awcc_quirks generic_quirks = {
|
|||||||
static struct awcc_quirks empty_quirks;
|
static struct awcc_quirks empty_quirks;
|
||||||
|
|
||||||
static const struct dmi_system_id awcc_dmi_table[] __initconst = {
|
static const struct dmi_system_id awcc_dmi_table[] __initconst = {
|
||||||
|
{
|
||||||
|
.ident = "Alienware 16 Aurora",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Alienware 16 Aurora"),
|
||||||
|
},
|
||||||
|
.driver_data = &g_series_quirks,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.ident = "Alienware Area-51m",
|
.ident = "Alienware Area-51m",
|
||||||
.matches = {
|
.matches = {
|
||||||
|
|||||||
Reference in New Issue
Block a user