Re: [PATCH] Input: wacom - Fix wacom->shared guards for dual input devices

2014-01-16 Thread Dmitry Torokhov
On Wed, Jan 15, 2014 at 02:04:17PM -0800, Ping Cheng wrote: > features->quirks can have multiple bits set. For dual input, we only > need to check WACOM_QUIRK_MULTI_INPUT. > > Reviewed-by: Jason Gerecke > Signed-off-by: Ping Cheng Applied, thank you. > --- > drivers/input/tablet/wacom_wac.c |

[PATCH] Input: wacom - Fix wacom->shared guards for dual input devices

2014-01-15 Thread Ping Cheng
features->quirks can have multiple bits set. For dual input, we only need to check WACOM_QUIRK_MULTI_INPUT. Reviewed-by: Jason Gerecke Signed-off-by: Ping Cheng --- drivers/input/tablet/wacom_wac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/input/tablet/waco