|
@@ -105,6 +105,12 @@ static const struct dmi_system_id dell_device_table[] __initconst = {
|
|
|
DMI_MATCH(DMI_CHASSIS_TYPE, "9"), /*Laptop*/
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
|
|
|
+ DMI_MATCH(DMI_CHASSIS_TYPE, "10"), /*Notebook*/
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
.ident = "Dell Computer Corporation",
|
|
|
.matches = {
|