Re: [PATCH synaptics] tools: skip non-existing properties

2012-04-10 Thread Peter Hutterer
On Tue, Apr 10, 2012 at 05:26:19PM -0700, Chase Douglas wrote: > On 04/10/2012 05:21 PM, Peter Hutterer wrote: > > If a property doesn't exist on a device, skip it. > > Does this occur normally? Or does this only happen when mixing and > matching synaptics input modules and synclients? happened t

Re: [PATCH synaptics] tools: skip non-existing properties

2012-04-10 Thread Chase Douglas
On 04/10/2012 05:21 PM, Peter Hutterer wrote: > If a property doesn't exist on a device, skip it. Does this occur normally? Or does this only happen when mixing and matching synaptics input modules and synclients? > Signed-off-by: Peter Hutterer > --- > tools/synclient.c |9 + > 1 f

[PATCH synaptics] tools: skip non-existing properties

2012-04-10 Thread Peter Hutterer
If a property doesn't exist on a device, skip it. Signed-off-by: Peter Hutterer --- tools/synclient.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/tools/synclient.c b/tools/synclient.c index 942312a..aef719f 100644 --- a/tools/synclient.c +++ b/tools/synclient