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

2010-03-18 Thread Timo Aaltonen
On Thu, 18 Mar 2010, Peter Hutterer wrote: This patch series includes the parsing patches that I had sent earlier already, though reworked and this time even tested (I have an lenovo x201 on my desk ATM). It's no functional change, the only real thing here is that the protocol parsing has

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 pingli...@gmail.com 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

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 peter.hutte...@who-t.net 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.

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

2010-03-18 Thread Ping Cheng
Reviewed-by: Ping Cheng pingli...@gmail.com 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

[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:

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 bryanhund...@gmail.com 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

[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

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 peter.hutte...@who-t.net 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

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 reporting

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

2010-03-18 Thread chris
From: Chris Bagwell ch...@cnpbagwell.com Now that we support touchpads (Bamboo PT), 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

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 ch...@cnpbagwell.com Now that we support touchpads (Bamboo PT), the old logic for button presses on touchscreens needs to consider this. I chose looking at tablet_id instead of ABSOLUTE/RELATIVE