Re: [Linuxwacom-devel] [PATCH] allow button events while touch is disabled

2011-02-22 Thread Chris Bagwell
On Mon, Feb 21, 2011 at 9:09 PM, Ping Cheng pingli...@gmail.com wrote: On Mon, Feb 21, 2011 at 9:19 AM, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com PROTOCOL_GENERIC devices send pad buttons along with touchscreen/touchpad events.  Since we are emulating pad device

Re: [Linuxwacom-devel] [PATCH] Add autogen.sh to EXTRA_DIST

2011-02-22 Thread Gaetan Nadon
On Tue, 2011-02-22 at 15:15 +1000, Peter Hutterer wrote: Thanks, I've updated the build instructions to exclude autogen for tarball builds. Ignore this patch then. http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Building_the_driver You may want to review the README file.

Re: [Linuxwacom-devel] [PATCH] allow button events while touch is disabled

2011-02-22 Thread Ping Cheng
On Tue, Feb 22, 2011 at 7:01 AM, Chris Bagwell ch...@cnpbagwell.com wrote: On Mon, Feb 21, 2011 at 9:09 PM, Ping Cheng pingli...@gmail.com wrote: On Mon, Feb 21, 2011 at 9:19 AM, ch...@cnpbagwell.com wrote: From: Chris Bagwell ch...@cnpbagwell.com PROTOCOL_GENERIC devices send pad

[Linuxwacom-devel] Sample xsetwacom scripts vetting

2011-02-22 Thread Favux ...
Hi, Peter would like these scripts vetted. So if you get a chance please review them and comment. This is a sample of the the sample scripts. The idea is to provide a text file as a framework to alter the tablet settings, similar to what wacomcpl would have produced in its xsetwacom script

[Linuxwacom-devel] [PATCH] Update README with a few pointers to website, etc.

2011-02-22 Thread Peter Hutterer
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- README | 37 ++--- 1 files changed, 22 insertions(+), 15 deletions(-) diff --git a/README b/README index aaef526..c2a0d95 100644 --- a/README +++ b/README @@ -3,14 +3,8 @@ It obsoletes the linuxwacom

Re: [Linuxwacom-devel] Division by zero in wcmInitArea

2011-02-22 Thread Ping Cheng
Peter, What's your plan for KeepShape? With the removal of Screen concept in the driver, KeepShape can not be supported by the current approach any more. We need to remove KeepShape or to provide a new way for the feature. Ping On Sun, Feb 20, 2011 at 5:21 AM, Bruno Vasselle

Re: [Linuxwacom-devel] [PATCH] Update README with a few pointers to website, etc.

2011-02-22 Thread Chris Bagwell
On Tue, Feb 22, 2011 at 8:29 PM, Gaetan Nadon mems...@videotron.ca wrote: On Wed, 2011-02-23 at 10:00 +1000, Peter Hutterer wrote: +    $ ./configure --prefix=/usr --libdir=/usr/lib   # on 32-bit distributions +    $ ./configure --prefix=/usr --libdir=/usr/lib64 # on 64-bit distributions

Re: [Linuxwacom-devel] [PATCH] Retrieve the ABS values through EVIOCGABS only when they are set

2011-02-22 Thread Peter Hutterer
On Tue, Feb 22, 2011 at 05:23:42PM -0800, Ping Cheng wrote: We get absinfo.maximum = 0 when the ABS_ is not set in the kernel, which is invalid. This issue was found when I work on the resolution. It applies to other ABS_* as well. Signed-off-by: Ping Cheng pingli...@gmail.com merged,

Re: [Linuxwacom-devel] [PATCH] Update README with a few pointers to website, etc.

2011-02-22 Thread Peter Hutterer
On Tue, Feb 22, 2011 at 08:41:12PM -0600, Chris Bagwell wrote: On Tue, Feb 22, 2011 at 8:29 PM, Gaetan Nadon mems...@videotron.ca wrote: On Wed, 2011-02-23 at 10:00 +1000, Peter Hutterer wrote: +    $ ./configure --prefix=/usr --libdir=/usr/lib   # on 32-bit distributions +    $

Re: [Linuxwacom-devel] [PATCH] Update README with a few pointers to website, etc.

2011-02-22 Thread Ping Cheng
On Tue, Feb 22, 2011 at 9:07 PM, Peter Hutterer peter.hutte...@who-t.netwrote: On Tue, Feb 22, 2011 at 08:41:12PM -0600, Chris Bagwell wrote: On Tue, Feb 22, 2011 at 8:29 PM, Gaetan Nadon mems...@videotron.ca wrote: On Wed, 2011-02-23 at 10:00 +1000, Peter Hutterer wrote: +$

Re: [Linuxwacom-devel] Sample xsetwacom scripts vetting

2011-02-22 Thread Peter Hutterer
On Tue, Feb 22, 2011 at 02:35:19PM -0600, Favux ... wrote: Peter would like these scripts vetted. So if you get a chance please review them and comment. This is a sample of the the sample scripts. The idea is to provide a text file as a framework to alter the tablet settings, similar to