Re: [PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Chris Bagwell
On Thu, Oct 3, 2013 at 5:31 PM, Ping Cheng wrote: > One of Wacom's pen and touch capable models added a switch for > users to turn on/off touch events. We need to report the state of > this switch to userland. But, there is no existing switch event > defined for this purpose. Luckily enough,

Re: [PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Peter Hutterer
On Thu, Oct 03, 2013 at 03:31:07PM -0700, Ping Cheng wrote: > One of Wacom's pen and touch capable models added a switch for > users to turn on/off touch events. We need to report the state of > this switch to userland. But, there is no existing switch event > defined for this purpose. Luckily

[PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Ping Cheng
One of Wacom's pen and touch capable models added a switch for users to turn on/off touch events. We need to report the state of this switch to userland. But, there is no existing switch event defined for this purpose. Luckily enough, there is a room for a new switch event. Signed-off-by: Ping

[PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Ping Cheng
One of Wacom's pen and touch capable models added a switch for users to turn on/off touch events. We need to report the state of this switch to userland. But, there is no existing switch event defined for this purpose. Luckily enough, there is a room for a new switch event. Signed-off-by: Ping

Re: [PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Peter Hutterer
On Thu, Oct 03, 2013 at 03:31:07PM -0700, Ping Cheng wrote: One of Wacom's pen and touch capable models added a switch for users to turn on/off touch events. We need to report the state of this switch to userland. But, there is no existing switch event defined for this purpose. Luckily enough,

Re: [PATCH] input - input.h: Add a new switch event

2013-10-03 Thread Chris Bagwell
On Thu, Oct 3, 2013 at 5:31 PM, Ping Cheng pingli...@gmail.com wrote: One of Wacom's pen and touch capable models added a switch for users to turn on/off touch events. We need to report the state of this switch to userland. But, there is no existing switch event defined for this purpose.