[Bug 250146] New: Finepoint FPI2004 devices with active pens need patch for fpit driver
https://bugzilla.novell.com/show_bug.cgi?id=250146 Summary: Finepoint FPI2004 devices with active pens need patch for fpit driver Product: openSUSE 10.3 Version: Alpha 1plus Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: X.Org AssignedTo: sndirsch@novell.com ReportedBy: dkukawka@novell.com QAContact: sndirsch@novell.com CC: behlert@novell.com Machines like the Gateway M280e wich have a Finepoint Tablet (pnp-id: FPI2004) with a active pen need a patch for the fpit driver (xf86-input-fpit-X11R7.1-1.1.0) otherwise the user can't use the pen like a mouse (click on icons, use pen-buttons). I attach a patch which work for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #1 from dkukawka@novell.com 2007-03-01 05:23 MST ------- Created an attachment (id=121779) --> (https://bugzilla.novell.com/attachment.cgi?id=121779&action=view) proposed patch -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |dkukawka@novell.com Priority|P5 - None |P2 - High ------- Comment #2 from sndirsch@novell.com 2007-03-01 06:28 MST ------- I wonder where this patch comes from? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #4 from sndirsch@novell.com 2007-03-01 07:22 MST ------- I could find 3 new patches in git since xf86-input-fpit-X11R7.1-1.1.0, which I'll attach. I think we should switch to the current sources. Updates from Justin Blanchard - patch 1 * Make the docs reflect more accurately what the code actually does. * Update the docs: remove material specific to XFree86 3.x/4.0. Re-organize to reflect the wider variety of machines that use this device. Change the link to linuxslate.com. Expand troubleshooting section. * Code cleanup: assorted trivial changes. Update from Justin Blanchard - part 2 * Fix a bug that prevents active-pen users from right-clicking while hovering. * Bug was introduced with passive pen support; fix is simple and has been recommended in forums since Oct 2006 (http://ubuntuforums.org/showpost.php?p=1620646&postcount=15). For some reason I don't see a bug report for the issue. Update from Justin Blanchard - part 3 * Adds support for detecting/responding to screen resize and rotate events (i.e., fixing bug 3421 for FPIT users). This corrects both cursor-related and extended events. * The fix is disabled unless the user adds 'Option "TrackRandR"' to the InputDevice section. This is to avoid breaking setups where some nightmarish workaround was already in place. * Use of RRGetRotation may break driver under XFree86. If this is a problem I think xf86GetRotation can be used instead. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #5 from sndirsch@novell.com 2007-03-01 07:35 MST ------- Created an attachment (id=121801) --> (https://bugzilla.novell.com/attachment.cgi?id=121801&action=view) xf86-input-fpit-update1.diff -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #6 from sndirsch@novell.com 2007-03-01 07:36 MST ------- Created an attachment (id=121802) --> (https://bugzilla.novell.com/attachment.cgi?id=121802&action=view) xf86-input-fpit-update2.diff -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #7 from sndirsch@novell.com 2007-03-01 07:36 MST ------- Created an attachment (id=121803) --> (https://bugzilla.novell.com/attachment.cgi?id=121803&action=view) xf86-input-fpit-update3.diff -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #8 from dkukawka@novell.com 2007-03-01 08:34 MST ------- okay, I tested them, but xf86-input-fpit-update3.diff does not work for me, I can't use the tablet with this patch ... I do some debugging to find out why. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 ------- Comment #9 from sndirsch@novell.com 2007-03-01 08:53 MST ------- WRT patch3: tablet does not work at all or only rotate/resize does not work? If the latter, maybe you need to add "TrackRandR" first? * The fix is disabled unless the user adds 'Option "TrackRandR"' to the InputDevice section. This is to avoid breaking setups where some nightmarish workaround was already in place. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |dkukawka@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|dkukawka@novell.com | ------- Comment #10 from sndirsch@novell.com 2007-03-01 09:10 MST ------- Ok. 3rd patch breaks it completely. Disabling for now. patch2 obsoletes patch from comment #1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=250146 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #11 from sndirsch@novell.com 2007-03-01 10:15 MST ------- fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com