Input: i8042 - add Clevo P650RS to the i8042 reset list
[pandora-kernel.git] / drivers / input / serio / i8042-x86ia64io.h
index 37a654b..8941d8d 100644 (file)
@@ -580,6 +580,13 @@ static const struct dmi_system_id __initconst i8042_dmi_reset_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 1720"),
                },
        },
+       {
+               /* Clevo P650RS, 650RP6, Sager NP8152-S, and others */
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "P65xRP"),
+               },
+       },
        { }
 };