Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-26 Thread Ping Cheng
On Mon, Nov 25, 2013 at 6:59 PM, Dmitry Torokhov wrote: > Hi Ping, > > On Fri, Nov 15, 2013 at 12:00:02PM -0800, Ping Cheng wrote: >>> @@ -856,6 +856,7 @@ struct input_keymap_entry { >> #define SW_FRONT_PROXIMITY 0x0b /* set = front proximity sensor active */ >> #define SW_ROTATE_LOCK

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-25 Thread Dmitry Torokhov
Hi Ping, On Fri, Nov 15, 2013 at 12:00:02PM -0800, Ping Cheng wrote: >> @@ -856,6 +856,7 @@ struct input_keymap_entry { > #define SW_FRONT_PROXIMITY 0x0b /* set = front proximity sensor active */ > #define SW_ROTATE_LOCK 0x0c /* set = rotate locked/disabled */ > #define SW_LIN

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Ping Cheng
On Fri, Nov 15, 2013 at 1:28 PM, Chris Bagwell wrote: > Thanks for breaking out... Its easier to review now as well. > > Small question below. > > On Fri, Nov 15, 2013 at 2:00 PM, Ping Cheng wrote: >> New Intuos series models added a hardware switch to turn touch >> data on/off. To report the sta

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Chris Bagwell
On Fri, Nov 15, 2013 at 3:38 PM, Ping Cheng wrote: > On Fri, Nov 15, 2013 at 1:33 PM, Chris Bagwell wrote: >> On Fri, Nov 15, 2013 at 2:00 PM, Ping Cheng wrote: >>> New Intuos series models added a hardware switch to turn touch >>> data on/off. To report the state of the switch, SW_TOUCH >>> is

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Ping Cheng
On Fri, Nov 15, 2013 at 1:33 PM, Chris Bagwell wrote: > On Fri, Nov 15, 2013 at 2:00 PM, Ping Cheng wrote: >> New Intuos series 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. >> > > Any status on

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Chris Bagwell
On Fri, Nov 15, 2013 at 2:00 PM, Ping Cheng wrote: > New Intuos series 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. > Any status on your patch to add SW_TOUCH event? Maybe you should resend since

Re: [PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Chris Bagwell
Thanks for breaking out... Its easier to review now as well. Small question below. On Fri, Nov 15, 2013 at 2:00 PM, Ping Cheng wrote: > New Intuos series 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

[PATCH 4/4 v3] Input: wacom - add SW_TOUCH to include/uapi/linux/input.h

2013-11-15 Thread Ping Cheng
New Intuos series 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. Acked-by: Peter Hutterer Tested-by: Jason Gerecke Signed-off-by: Ping Cheng --- drivers/input/tablet/wacom_sys.c | 12 dr