Re: [Linuxwacom-devel] [PATCH 00/13] wcmInit PreInit cleanup

2010-02-25 Thread Peter Hutterer
On Thu, Feb 25, 2010 at 10:03:46PM -0600, Chris Bagwell wrote:
> I did some basic testing on your git repo... So you can put me down as
> a Tested-by if you like.  I concentrated on the new init logic since
> it was biggest change.  I tested with my Bamboo P&T and init sequence
> worked functionally the same.
> 
> Also, I reviewed this patchset and one right before in detail and
> provide specific comments were appropriate.  The PATCH 05/13 in
> previous set is only one I skipped since i don't know X server
> functions.

thanks for testing, Chris! very much appreciated.

fwiw, if you feel strong enough about any particular patch on the list,
please feel free to send your tested-by, acked-by, or reviewed-by. (That
applies to all of you of course, not just Chris :)

Cheers,
  Peter


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 00/13] wcmInit PreInit cleanup

2010-02-25 Thread Chris Bagwell
I did some basic testing on your git repo... So you can put me down as
a Tested-by if you like.  I concentrated on the new init logic since
it was biggest change.  I tested with my Bamboo P&T and init sequence
worked functionally the same.

Also, I reviewed this patchset and one right before in detail and
provide specific comments were appropriate.  The PATCH 05/13 in
previous set is only one I skipped since i don't know X server
functions.

Chris

On Thu, Feb 25, 2010 at 12:31 AM, Peter Hutterer
 wrote:
>
> This patchset mainly cleans up the initialization process of the device
> (i.e. during the PreInit() hook). There are no real functional changes but
> the init process should be a bit easier to understand now.
> Interspersed are some misc. cleanup patches, including those Chris pointed
> out in response to the last patchset.
>
> Again, if you want to test this on your device (please do so, especially if
> you use an xorg.conf of you have an ISDV4 device!), the patches are
> available on git://people.freedesktop.org/~whot/xf86-input-wacom.git on the
> devel branch.
>
> Cheers,
>  Peter
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 00/13] wcmInit PreInit cleanup

2010-02-25 Thread Peter Hutterer
On Thu, Feb 25, 2010 at 11:51:51AM -0800, Bryan Hundven wrote:
> Ignore me.. I forgot clone -b devel

thanks for pointing this out though. I've updated the error message with a
note that other branches in my repo may be useful for testing/patch review.

Cheers,
  Peter

> On Thu, Feb 25, 2010 at 11:49 AM, Bryan Hundven  
> wrote:
> > Date:   Thu Jan 14 09:50:29 2010 +1000
> >
> >    Disable this repository, point to sourceforge.net
> >
> >     This repository is disabled. Please update your paths to
> >     git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
> >
> > No updates since... Maybe the wrong repository?
> >
> > -Bryan
> >
> > On Wed, Feb 24, 2010 at 10:31 PM, Peter Hutterer
> >  wrote:
> >>
> >> This patchset mainly cleans up the initialization process of the device
> >> (i.e. during the PreInit() hook). There are no real functional changes but
> >> the init process should be a bit easier to understand now.
> >> Interspersed are some misc. cleanup patches, including those Chris pointed
> >> out in response to the last patchset.
> >>
> >> Again, if you want to test this on your device (please do so, especially if
> >> you use an xorg.conf of you have an ISDV4 device!), the patches are
> >> available on git://people.freedesktop.org/~whot/xf86-input-wacom.git on the
> >> devel branch.
> >>
> >> Cheers,
> >>  Peter

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 00/13] wcmInit PreInit cleanup

2010-02-25 Thread Bryan Hundven
Ignore me.. I forgot clone -b devel

On Thu, Feb 25, 2010 at 11:49 AM, Bryan Hundven  wrote:
> Date:   Thu Jan 14 09:50:29 2010 +1000
>
>    Disable this repository, point to sourceforge.net
>
>     This repository is disabled. Please update your paths to
>     git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom
>
> No updates since... Maybe the wrong repository?
>
> -Bryan
>
> On Wed, Feb 24, 2010 at 10:31 PM, Peter Hutterer
>  wrote:
>>
>> This patchset mainly cleans up the initialization process of the device
>> (i.e. during the PreInit() hook). There are no real functional changes but
>> the init process should be a bit easier to understand now.
>> Interspersed are some misc. cleanup patches, including those Chris pointed
>> out in response to the last patchset.
>>
>> Again, if you want to test this on your device (please do so, especially if
>> you use an xorg.conf of you have an ISDV4 device!), the patches are
>> available on git://people.freedesktop.org/~whot/xf86-input-wacom.git on the
>> devel branch.
>>
>> Cheers,
>>  Peter
>>
>> --
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>> ___
>> Linuxwacom-devel mailing list
>> Linuxwacom-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>>
>
>
>
> --
> Bryan Hundven
> bryanhund...@gmail.com
>



-- 
Bryan Hundven
bryanhund...@gmail.com

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


Re: [Linuxwacom-devel] [PATCH 00/13] wcmInit PreInit cleanup

2010-02-25 Thread Bryan Hundven
Date:   Thu Jan 14 09:50:29 2010 +1000

Disable this repository, point to sourceforge.net

 This repository is disabled. Please update your paths to
 git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom

No updates since... Maybe the wrong repository?

-Bryan

On Wed, Feb 24, 2010 at 10:31 PM, Peter Hutterer
 wrote:
>
> This patchset mainly cleans up the initialization process of the device
> (i.e. during the PreInit() hook). There are no real functional changes but
> the init process should be a bit easier to understand now.
> Interspersed are some misc. cleanup patches, including those Chris pointed
> out in response to the last patchset.
>
> Again, if you want to test this on your device (please do so, especially if
> you use an xorg.conf of you have an ISDV4 device!), the patches are
> available on git://people.freedesktop.org/~whot/xf86-input-wacom.git on the
> devel branch.
>
> Cheers,
>  Peter
>
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Linuxwacom-devel mailing list
> Linuxwacom-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
>



-- 
Bryan Hundven
bryanhund...@gmail.com

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel