|
@@ -620,6 +620,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "20046"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ /* Lenovo ThinkPad L460 */
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad L460"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
/* Clevo P650RS, 650RP6, Sager NP8152-S, and others */
|
|
|
.matches = {
|