summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-11-06 11:26:01 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-25 11:58:55 -0800
commit4af9b8769220ede564278e654c4c28bfe40ed9d0 (patch)
tree3fe57182389e8257d961e3a60a287104150f9c4f
parentcb260e8487ef88c7b3bdad6a6e42630bd90dac22 (diff)
downloadlwn-4af9b8769220ede564278e654c4c28bfe40ed9d0.tar.gz
lwn-4af9b8769220ede564278e654c4c28bfe40ed9d0.zip
Input: elantech - add Fujitsu Lifebook U745 to force crc_enabled
commit 60603950f836ef4e88daddf61a273b91e671db2d upstream. Another Lifebook machine that needs the same quirk as other similar models to make the driver working. Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=883192 Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/input/mouse/elantech.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 94eaaf0c49b3..72f57426c2e4 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1387,6 +1387,13 @@ static const struct dmi_system_id no_hw_res_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "U2442"),
},
},
+ {
+ /* Fujitsu LIFEBOOK U745 does not work with crc_enabled == 0 */
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"),
+ },
+ },
#endif
{ }
};