File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
drivers/platform/x86/dell Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,14 @@ static struct awcc_quirks generic_quirks = {
89
89
static struct awcc_quirks empty_quirks ;
90
90
91
91
static const struct dmi_system_id awcc_dmi_table [] __initconst = {
92
+ {
93
+ .ident = "Alienware Area-51m" ,
94
+ .matches = {
95
+ DMI_MATCH (DMI_SYS_VENDOR , "Alienware" ),
96
+ DMI_MATCH (DMI_PRODUCT_NAME , "Alienware Area-51m" ),
97
+ },
98
+ .driver_data = & generic_quirks ,
99
+ },
92
100
{
93
101
.ident = "Alienware Area-51m R2" ,
94
102
.matches = {
@@ -97,6 +105,14 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
97
105
},
98
106
.driver_data = & generic_quirks ,
99
107
},
108
+ {
109
+ .ident = "Alienware m15 R5" ,
110
+ .matches = {
111
+ DMI_MATCH (DMI_SYS_VENDOR , "Alienware" ),
112
+ DMI_MATCH (DMI_PRODUCT_NAME , "Alienware m15 R5" ),
113
+ },
114
+ .driver_data = & generic_quirks ,
115
+ },
100
116
{
101
117
.ident = "Alienware m15 R7" ,
102
118
.matches = {
You can’t perform that action at this time.
0 commit comments