Bug 176514 - x11-drivers/xf86-input-fpit-1.1.0-r1 (New Patches)
Bug#: 176514 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: x11@gentoo.org Reported By: ConiKost@gmx.de
Component: Ebuilds
URL: 
Summary: x11-drivers/xf86-input-fpit-1.1.0-r1 (New Patches)
Keywords:  Inclusion
Status Whiteboard: 
Opened: 2007-04-29 22:37 0000
Description:   Opened: 2007-04-29 22:37 0000
Hello!
I would suggest these three new patches!

without there, i can't use my finepoint pen to "click" like a mouse.

i can apply this patch fine and it works perfecly now!

------- Comment #1 From Conrad Kostecki 2007-04-29 22:38:36 0000 -------
Created an attachment (id=117682) [details]
xf86-input-fpit-update1.diff

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.

------- Comment #2 From Conrad Kostecki 2007-04-29 22:38:59 0000 -------
Created an attachment (id=117683) [details]
xf86-input-fpit-update2.diff

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.

------- Comment #3 From Conrad Kostecki 2007-04-29 22:39:19 0000 -------
Created an attachment (id=117685) [details]
xf86-input-fpit-update3.diff

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.

------- Comment #4 From Joshua Baergen (RETIRED) 2007-04-30 23:36:27 0000 -------
These patches are from upstream GIT?

------- Comment #5 From Conrad Kostecki 2007-05-01 00:01:26 0000 -------
Thats correct ...
Found them via Google ...

The solved my Problem, to use my Pen with the fpit driver as mouse ...

------- Comment #6 From Conrad Kostecki 2007-05-05 23:05:31 0000 -------
Here are the original files ;)
http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-fpit.git;a=summary

------- Comment #7 From Joshua Baergen (RETIRED) 2007-05-07 22:54:37 0000 -------
(In reply to comment #6)
> Here are the original files ;)
> http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-fpit.git;a=summary
> 

Ah, thanks, somehow your previous comment got lost in my mail.

Marking for inclusion.

------- Comment #8 From Conrad Kostecki 2007-05-08 07:07:26 0000 -------
All right, thanks!

------- Comment #9 From Joshua Baergen (RETIRED) 2007-05-13 17:48:17 0000 -------
Committed the patches.  Thanks for your patience!