Fwd: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-11-12 Thread Ping Cheng
On Monday, November 11, 2013, Chris Bagwell wrote: > > On Fri, Nov 8, 2013 at 1:13 PM, Ping Cheng wrote: > > On Thu, Nov 7, 2013 at 6:25 PM, Chris Bagwell wrote: > >> On Thu, Oct 10, 2013 at 4:17 PM, Ping Cheng wrote: > >>> This series of models added a hardware switch to turn touch > >>> data o

Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-11-11 Thread Chris Bagwell
On Fri, Nov 8, 2013 at 1:13 PM, Ping Cheng wrote: > On Thu, Nov 7, 2013 at 6:25 PM, Chris Bagwell wrote: >> On Thu, Oct 10, 2013 at 4:17 PM, Ping Cheng wrote: >>> This series of models added a hardware switch to turn touch >>> data on/off. To report the state of the switch, SW_TOUCH >>> is added

Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-11-11 Thread Peter Hutterer
On Thu, Nov 07, 2013 at 08:25:40PM -0600, Chris Bagwell wrote: > On Thu, Oct 10, 2013 at 4:17 PM, Ping Cheng wrote: > > This series of models added a hardware switch to turn touch > > data on/off. To report the state of the switch, SW_TOUCH > > is added in include/uapi/linux/input.h. > > So I gue

Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-11-08 Thread Ping Cheng
On Thu, Nov 7, 2013 at 6:25 PM, Chris Bagwell wrote: > On Thu, Oct 10, 2013 at 4:17 PM, Ping Cheng wrote: >> This series of models added a hardware switch to turn touch >> data on/off. To report the state of the switch, SW_TOUCH >> is added in include/uapi/linux/input.h. > > So I guess the big po

Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-11-07 Thread Chris Bagwell
On Thu, Oct 10, 2013 at 4:17 PM, Ping Cheng wrote: > This series of models added a hardware switch to turn touch > data on/off. To report the state of the switch, SW_TOUCH > is added in include/uapi/linux/input.h. So I guess the big point is this patch can't go in until a SW_TOUCH goes in first.

Re: [PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-10-13 Thread Peter Hutterer
On Thu, Oct 10, 2013 at 02:17:46PM -0700, Ping Cheng wrote: > This series of models added a hardware switch to turn touch > data on/off. To report the state of the switch, SW_TOUCH > is added in include/uapi/linux/input.h. > > The driver is also updated to process wireless devices that do > not su

[PATCH v2 2/2] Input: wacom - add support for three new Intuos devices

2013-10-10 Thread Ping Cheng
This series of models added a hardware switch to turn touch data on/off. To report the state of the switch, SW_TOUCH is added in include/uapi/linux/input.h. The driver is also updated to process wireless devices that do not support touch interface. Tested-by: Jason Gerecke Signed-off-by: Ping Ch