Re: [Linuxwacom-devel] [PATCH v3 2/7] Have 'set_output' check and convert arguments as necessary

2011-09-08 Thread Jason Gerecke
On Thu, Sep 8, 2011 at 6:06 PM, Peter Hutterer wrote: > On Thu, Sep 08, 2011 at 03:42:40PM -0700, Jason Gerecke wrote: >> On Wed, Sep 7, 2011 at 8:35 PM, Peter Hutterer >> wrote: >> > On Wed, Sep 07, 2011 at 04:36:51PM -0700, Jason Gerecke wrote: >> >> The 'set_output' function is now responsibl

Re: [Linuxwacom-devel] [PATCH v3 2/7] Have 'set_output' check and convert arguments as necessary

2011-09-08 Thread Peter Hutterer
On Thu, Sep 08, 2011 at 03:42:40PM -0700, Jason Gerecke wrote: > On Wed, Sep 7, 2011 at 8:35 PM, Peter Hutterer > wrote: > > On Wed, Sep 07, 2011 at 04:36:51PM -0700, Jason Gerecke wrote: > >> The 'set_output' function is now responsible for parsing the > >> command-line arguments to both determi

Re: [Linuxwacom-devel] [PATCH v3 2/7] Have 'set_output' check and convert arguments as necessary

2011-09-08 Thread Jason Gerecke
On Wed, Sep 7, 2011 at 8:35 PM, Peter Hutterer wrote: > On Wed, Sep 07, 2011 at 04:36:51PM -0700, Jason Gerecke wrote: >> The 'set_output' function is now responsible for parsing the >> command-line arguments to both determine the proper function >> to call, as well as converting them into a form

Re: [Linuxwacom-devel] [PATCH v3 2/7] Have 'set_output' check and convert arguments as necessary

2011-09-07 Thread Peter Hutterer
On Wed, Sep 07, 2011 at 04:36:51PM -0700, Jason Gerecke wrote: > The 'set_output' function is now responsible for parsing the > command-line arguments to both determine the proper function > to call, as well as converting them into a form that can be > more easily used by the helper functions. This

[Linuxwacom-devel] [PATCH v3 2/7] Have 'set_output' check and convert arguments as necessary

2011-09-07 Thread Jason Gerecke
The 'set_output' function is now responsible for parsing the command-line arguments to both determine the proper function to call, as well as converting them into a form that can be more easily used by the helper functions. This patch also breaks the RandR compatibility check out into its own funct