Bugzilla – Attachment 660360 Details for
Bug 883192
ElanTech Touchpad not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch to add nomux for U745
0001-Input-i8042-add-Fujitsu-Lifebook-U745-to-nomux-list.patch (text/plain), 1.25 KB, created by
Forgotten User 9iTWBKwBCB
on 2015-12-25 01:34:48 UTC
(
hide
)
Description:
patch to add nomux for U745
Filename:
MIME Type:
Creator:
Forgotten User 9iTWBKwBCB
Created:
2015-12-25 01:34:48 UTC
Size:
1.25 KB
patch
obsolete
>From d1c8d7e2b1205a402df59b30c6d99f68c814f713 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Aur=C3=A9lien=20Francillon?= <aurelien@francillon.net> >Date: Thu, 24 Dec 2015 18:55:31 +0100 >Subject: [PATCH] Input: i8042 add Fujitsu Lifebook U745 to nomux list >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Without i8042.nomux=1 the touch pad is not working at all on a Fujitsu >Lifebook U745 with BIOS 1.10. This does not seem necessary for all devices >(see opensuse bug 883192: https://bugzilla.opensuse.org/show_bug.cgi?id=883192). > >Signed-off-by: Aurélien Francillon <aurelien@francillon.net> >--- > drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h >index c115565..68f5f4a 100644 >--- a/drivers/input/serio/i8042-x86ia64io.h >+++ b/drivers/input/serio/i8042-x86ia64io.h >@@ -258,6 +258,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { > }, > }, > { >+ /* Fujitsu Lifebook U745 */ >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), >+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U745"), >+ }, >+ }, >+ { > /* Fujitsu T70H */ > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), >-- >2.6.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 883192
:
595041
|
600177
|
654990
|
654999
|
655000
|
655015
|
655018
| 660360