mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544
commit 993b3a3f80
upstream.
These models need i8042.notimeout, otherwise the touchpad will not work.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=69731
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1111138
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Zefan Li <lizefan@huawei.com>
This commit is contained in:
parent
72c2bc686c
commit
65979d9f71
1 changed files with 16 additions and 0 deletions
|
@ -614,6 +614,22 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* Fujitsu A544 laptop */
|
||||||
|
/* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"),
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
/* Fujitsu AH544 laptop */
|
||||||
|
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"),
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/* Fujitsu U574 laptop */
|
/* Fujitsu U574 laptop */
|
||||||
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
|
/* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
|
||||||
|
|
Loading…
Reference in a new issue