Bugzilla – Attachment 66935 Details for
Bug 148094
touchpad movement hangs keyboard sometimes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Patch to set rate to 40 based on DMI data for Mitac laptops
mitac-synaptics-blacklist.diff (text/plain), 431 bytes, created by
Vojtech Pavlik
on 2006-02-08 10:13:13 UTC
(
hide
)
Description:
Patch to set rate to 40 based on DMI data for Mitac laptops
Filename:
MIME Type:
Creator:
Vojtech Pavlik
Created:
2006-02-08 10:13:13 UTC
Size:
431 bytes
patch
obsolete
>diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c >--- a/drivers/input/mouse/synaptics.c >+++ b/drivers/input/mouse/synaptics.c >@@ -615,6 +615,13 @@ static struct dmi_system_id toshiba_dmi_ > DMI_MATCH(DMI_PRODUCT_NAME , "dynabook"), > }, > }, >+ { >+ .ident = "Toshiba Dynabook", >+ .matches = { >+ DMI_MATCH(DMI_SYS_VENDOR, "MTC"), >+ DMI_MATCH(DMI_PRODUCT_NAME , ""), >+ }, >+ }, > { } > }; > #endif
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 148094
:
66413
|
66493
|
66935
|
67029
|
67179