Bug 9664 - Enable DMI quirks on x86-64
Summary: Enable DMI quirks on x86-64
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-29 17:11 UTC by Bruce Duncan
Modified: 2008-02-06 14:47 UTC (History)
3 users (show)

See Also:
Kernel Version: 2.6.24-rc6
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
Patch to enable touchpad on x86-64 (647 bytes, patch)
2007-12-29 17:14 UTC, Bruce Duncan
Details | Diff

Description Bruce Duncan 2007-12-29 17:11:38 UTC
Most recent kernel where this bug did not occur: 2.6.18

Something changed in i8042_check_aux which meant that my synaptics touchpad was no longer detected because it doesn't reply to the loop command. There is an entry for it in the dmi noloop table in i8042-x86ia64io.h but the whole thing is enclosed in an ifdef __i386__. The same problem happens on x86-64 so I wrote and tested a patch to enable the dmi check on 64-bit as well.

Bruce
Comment 1 Bruce Duncan 2007-12-29 17:14:02 UTC
Created attachment 14228 [details]
Patch to enable touchpad on x86-64
Comment 2 Natalie Protasevich 2008-02-04 23:28:27 UTC
This patch needs a review. Has it been submitted to lkml?
Comment 3 Dmitry Torokhov 2008-02-06 07:31:02 UTC
It is in my tree.
Comment 4 Natalie Protasevich 2008-02-06 14:47:02 UTC
Thanks, closing the bug.

Note You need to log in before you can comment on or make changes to this bug.