Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139596 - Synaptics blocks event passing
Summary: Synaptics blocks event passing
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-07 13:17 UTC by Joe Jezak (RETIRED)
Modified: 2006-07-11 11:55 UTC (History)
0 users

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


Attachments
Event workaround (synaptics.patch,607 bytes, patch)
2006-07-07 13:22 UTC, Joe Jezak (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Jezak (RETIRED) gentoo-dev 2006-07-07 13:17:05 UTC
pbbuttonsd does not recieve events from mice that use the synaptics driver because it contains code to intecept these events.  The attached patch allows the events to "leak" through, letting pbbuttonsd work.  I'm unsure if there are any side effects to this, or if there's a reason why it was done in the first place, but I'll look into it.
Comment 1 Joe Jezak (RETIRED) gentoo-dev 2006-07-07 13:22:07 UTC
Created attachment 91160 [details, diff]
Event workaround
Comment 2 Joe Jezak (RETIRED) gentoo-dev 2006-07-11 11:55:58 UTC
Alright, so best I can see, the "grabbing" is done to prevent other readers from switching the mode underneath the synaptics driver.  I think we should probably look for a different way to work around this.

Sorry for the noise.