--- 74909c4aaeea8777bd8edd668dc10602705ff186 +++ 07a74dac03006f587987bc08301ed3cc6e82dffd @@ -71,6 +71,19 @@ static const struct dmi_system_id __init DMI_MATCH(DMI_CHASSIS_TYPE, "8"), }, }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_CHASSIS_TYPE, "9"), /*Laptop*/ + }, + }, + { + .ident = "Dell Computer Corporation", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer Corporation"), + DMI_MATCH(DMI_CHASSIS_TYPE, "8"), + }, + }, { } }; @@ -397,3 +410,5 @@ MODULE_AUTHOR("Matthew Garrett