Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57741 - 2.6 kernel input bugfixes
Summary: 2.6 kernel input bugfixes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 08:41 UTC by Jeremy Huddleston (RETIRED)
Modified: 2004-10-02 06:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mouseclick fix (2.6.5-mouseclickfix2.patch,1.41 KB, patch)
2004-07-20 08:42 UTC, Jeremy Huddleston (RETIRED)
Details | Diff
wacom.patch (wacom.fix.upst2.patch,4.55 KB, patch)
2004-07-20 08:43 UTC, Jeremy Huddleston (RETIRED)
Details | Diff
signal.h.patch (signal.h.patch,298 bytes, patch)
2004-07-20 11:08 UTC, Jeremy Huddleston (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 08:41:12 UTC
I sent some patches upstream to fix some input bugs, and the upstream authors changed the patches a bit and now they're included in 2.6.8.  What I'm submitting is the actual patch that made it into 2.6.8.

One patch fixes an issue with wacom tablets that was introduced between two of the 2.6.7 rcs.  The other fixes an issue with mouse clicking printing a key when using  belkin KVMs (and possibly other input devices).
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 08:42:03 UTC
Created attachment 35818 [details, diff]
mouseclick fix

this fixes the mouseclick-printing-characters bug
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 08:43:05 UTC
Created attachment 35820 [details, diff]
wacom.patch

this fixes the bug with wacom tablets (and other absoulute-position devices)
introduced in the 2.6.7 rcs
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 08:45:27 UTC
Additionally, asm-sparc/signal.h needs a '#include <linux/compiler>' because it uses __user on line 214 and later.

Thanks, Greg...

These are not critical, so no need to rush them... just throw them in with the next release.
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-07-20 10:49:25 UTC
Care to add a patch for this last sparc related change?

These look good, I'll add them in the next kernel release we make.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 11:08:36 UTC
Created attachment 35829 [details, diff]
signal.h.patch

fix asm-sparc/signal.h
Comment 6 Greg Kroah-Hartman (RETIRED) gentoo-dev 2004-08-09 16:11:36 UTC
Ok, these patches are now in g-d-s 2.6.7-r13
Comment 7 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-27 11:38:21 UTC
the mouseclickfix and wacom patches in the 2.6-7.46 patchset apply against 2.6.8-gentoo-r4 and should be reincluded in the next patchset.
Comment 8 Daniel Drake (RETIRED) gentoo-dev 2004-10-02 06:17:52 UTC
wacom and mouseclick are back in gentoo-dev-sources-2.6.8-r6.

mouseclick fix is merged into 2.6.9-rc3, but the code that the wacom patch modifies has changed a fair bit so the patch no longer applies. If the wacom fix is still needed when 2.6.9 appears, please submit it again :)