Reviewed-by: Chris Bagwell <ch...@cnpbagwell.com> On Sun, Feb 19, 2012 at 2:20 PM, Przemo Firszt <prz...@firszt.eu> wrote: > Don't zero the current tool before reporting its release to the input > subsystem. > > Signed-off-by: Aristeu Rozanski <a...@redhat.com> > Tested-by: Przemo Firszt <prz...@firszt.eu> > --- > drivers/hid/hid-wacom.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c > index 0621047..696b907 100644 > --- a/drivers/hid/hid-wacom.c > +++ b/drivers/hid/hid-wacom.c > @@ -322,10 +322,10 @@ static void wacom_i4_parse_pen_report(struct wacom_data > *wdata, > > switch (data[1]) { > case 0x80: /* Out of proximity report */ > - wdata->tool = 0; > input_report_key(input, BTN_TOUCH, 0); > input_report_abs(input, ABS_PRESSURE, 0); > input_report_key(input, wdata->tool, 0); > + wdata->tool = 0; > input_sync(input); > break; > case 0xC2: /* Tool report */ > -- > 1.7.6.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-input" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel