[Linuxwacom-devel] [ANNOUNCE] xf86-input-wacom 0.10.5

2010-03-18 Thread Peter Hutterer
Much later than I was hoping for but a lot of goodness - here it is, xf86-input-wacom 0.10.5. Many of the patches are cleanup, rearraging and restructuring the code to streamline both the code and the driver itself. A bunch of misc. fixes all over the place. Chris has been working hard on gettin

Re: [Linuxwacom-devel] [PATCH] Do not send button presses for touchpads.

2010-03-18 Thread Peter Hutterer
On Thu, Mar 18, 2010 at 08:57:54PM -0500, ch...@cnpbagwell.com wrote: > From: Chris Bagwell > > Now that we support touchpads (Bamboo P&T), the old logic > for button presses on touchscreens needs to consider this. > > I chose looking at tablet_id instead of ABSOLUTE/RELATIVE setting > because w

[Linuxwacom-devel] [PATCH] Do not send button presses for touchpads.

2010-03-18 Thread chris
From: Chris Bagwell Now that we support touchpads (Bamboo P&T), the old logic for button presses on touchscreens needs to consider this. I chose looking at tablet_id instead of ABSOLUTE/RELATIVE setting because we would have to do a for() loop to find correct private structure for touch device.

Re: [Linuxwacom-devel] Reporting speed switching from userspace (wacom bluetooth pen tablet)

2010-03-18 Thread Peter Hutterer
On Thu, Mar 18, 2010 at 09:08:30PM +, Przemo Firszt wrote: > I sent a patch to allow switching of reporting speed of wacom bluetooth > pen tablet from userspace to linux-bluez list. I'm thinking about adding > that function to xsetwacom. How do you like that idea? Currently to > change reportin

Re: [Linuxwacom-devel] [PATCH 0/4] ISDV4 cleanup stage 2

2010-03-18 Thread Bryan Hundven
On Thu, Mar 18, 2010 at 3:57 PM, Peter Hutterer wrote: > Hi Bryan, > On Thu, Mar 18, 2010 at 11:31:16AM -0700, Bryan Hundven wrote: >> In my previous testing, I had my dock connected to my x61, and I was >> able to use my tablet. The dock also has a serial port. >> >> I am not using my dock now an

Re: [Linuxwacom-devel] [PATCH] optionally support multi-touch input interface

2010-03-18 Thread Ping Cheng
Hi Chris, I know how much effort you have put on the _MT_ support. I'd love to go with your solution if I don't have to support older kernels. Considering _MT_ support haven't officially been introduced into X server yet, we are not too far away from the reality by using xxxTAPs in wacom_drv.so.

Re: [Linuxwacom-devel] [PATCH 1/3] xf86-input-wacom: Make keys into wcmKeys

2010-03-18 Thread Peter Hutterer
CC-ing the list, got dropped accidentally. On Thu, Mar 18, 2010 at 02:32:34PM -0700, Ping Cheng wrote: > From a65bfd399c817f679924424649b49efb9ce6d325 Mon Sep 17 00:00:00 2001 > From: Ping Cheng > Date: Thu, 18 Mar 2010 14:18:32 -0700 > Subject: [PATCH 3/3] Change Copyright > > Change "Wacom Tec

Re: [Linuxwacom-devel] [PATCH 0/4] ISDV4 cleanup stage 2

2010-03-18 Thread Peter Hutterer
Hi Bryan, On Thu, Mar 18, 2010 at 11:31:16AM -0700, Bryan Hundven wrote: > In my previous testing, I had my dock connected to my x61, and I was > able to use my tablet. The dock also has a serial port. > > I am not using my dock now and found that the tablet does not work. > Attached is my Xorg.0.

Re: [Linuxwacom-devel] [PATCH] Pressure threshold must be smaller than maxZ, not 21.

2010-03-18 Thread Peter Hutterer
On Thu, Mar 18, 2010 at 09:40:09AM -0700, Ping Cheng wrote: > Reviewed-by: Ping Cheng > > > Peter, > > I think you copied the ClickForce option code for threshold somehow > since ClickForce ranges from 1 to 21. ClickForce was an option for > wacomcpl

[Linuxwacom-devel] Reporting speed switching from userspace (wacom bluetooth pen tablet)

2010-03-18 Thread Przemo Firszt
Hi, I sent a patch to allow switching of reporting speed of wacom bluetooth pen tablet from userspace to linux-bluez list. I'm thinking about adding that function to xsetwacom. How do you like that idea? Currently to change reporting speed user has to type something like: echo 0 > /sys/path_to_dev

Re: [Linuxwacom-devel] Wacom Bamboo Touch and Pen not supported

2010-03-18 Thread Bryan Hundven
On Thu, Mar 18, 2010 at 12:59 PM, Bryan Hundven wrote: > I believe you would need to test with: > > git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel > -b tested > > and > > git clone > git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom > -b bamb

Re: [Linuxwacom-devel] Wacom Bamboo Touch and Pen not supported

2010-03-18 Thread Bryan Hundven
I believe you would need to test with: git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/wacom-kernel -b tested and git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom -b bamboo Correct me if I'm wrong... --Bryan On Thu, Mar 18, 2010 at 12:10 PM

[Linuxwacom-devel] Wacom Bamboo Touch and Pen not supported

2010-03-18 Thread Daniel
Hi, I just bought a Wacom Bamboo Touch and Pen. Unfortunately, it seems not to be detected by the current or the beta driver because its device ID is not listed as a supported device. When I modprobe the driver, no /dev/input device gets linked in. /var/log/udev gives: ID_VENDOR=Wacom_Co._Ltd

Re: [Linuxwacom-devel] [PATCH] Pressure threshold must be smaller than maxZ, not 21.

2010-03-18 Thread Ping Cheng
Reviewed-by: Ping Cheng Peter, I think you copied the ClickForce option code for threshold somehow since ClickForce ranges from 1 to 21. ClickForce was an option for wacomcpl to display the threshold in integer (scroll bar scales). Ping On Thu, Mar

Re: [Linuxwacom-devel] [PATCH 0/4] ISDV4 cleanup stage 2

2010-03-18 Thread Chris Bagwell
On Thu, Mar 18, 2010 at 12:32 AM, Peter Hutterer wrote: > Please give this a quick spin, if it works for you I'd like to merge it and > push out 0.10.5 - it's long overdue. If it breaks something, I'll probably > push out 0.10.5 without it and let this simmer for longer. Peter, before you release

Re: [Linuxwacom-devel] [PATCH] optionally support multi-touch input interface

2010-03-18 Thread Chris Bagwell
On Wed, Mar 17, 2010 at 11:25 PM, Ping Cheng wrote: > Hi Chris, > > Thank you for the two patches. I agree that Bamboo touch doesn't have > to follow TPC code since it doesn't have one finger model.  I have no > problem for you to merge the in and out routines together. > > I will apply your chang

Re: [Linuxwacom-devel] [PATCH] Add definition of 'priv' variable in wcmDevReadInput

2010-03-18 Thread Przemo Firszt
Dnia 2010-03-18, czw o godzinie 10:10 +1000, Peter Hutterer pisze: [..] > oops, good catch, thank you. I looked at that piece of code and with a bit > of reshuffling we can avoid an ifdef minefield. How about the attached > patch instead? Hi Peter, It's much better that mine - mine patch was just c

[Linuxwacom-devel] [PATCH] Pressure threshold must be smaller than maxZ, not 21.

2010-03-18 Thread Peter Hutterer
Not sure where the 21 came from, maybe some old code that I copied when doing the property work. Either way, my tablet alreay starts with 245 as threshold, so a limit of 21 seems a tad low. The default is maxZ * 3/50. Signed-off-by: Peter Hutterer --- src/wcmXCommand.c |2 +- 1 files changed