Re: [Linuxwacom-devel] [PATCH v2 4/5] Expand recognized boolean input for convert_value_from_user

2011-03-14 Thread Peter Hutterer
On Fri, Mar 11, 2011 at 03:13:54PM -0800, Jason Gerecke wrote: We remove the case sensitivity requirement for off/on and also allow the use of true and false Signed-off-by: Jason Gerecke killert...@gmail.com --- tools/xsetwacom.c |6 +++--- 1 files changed, 3 insertions(+), 3

[Linuxwacom-devel] [PATCH v2 4/5] Expand recognized boolean input for convert_value_from_user

2011-03-11 Thread Jason Gerecke
We remove the case sensitivity requirement for off/on and also allow the use of true and false Signed-off-by: Jason Gerecke killert...@gmail.com --- tools/xsetwacom.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index