lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 12 Mar 2012 15:52:42 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Jason Gerecke <killertofu@...il.com>
Cc:	Przemo Firszt <przemo@...szt.eu>, pinglinux@...il.com,
	linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
	linuxwacom-devel@...ts.sourceforge.net
Subject: Re: [PATCH 1/2] HID: wacom: Reset stylus buttons - Intuos4 WL

On Fri, 9 Mar 2012, Jason Gerecke wrote:

> > Signed-off-by: Przemo Firszt <przemo@...szt.eu>
> > ---
> >  drivers/hid/hid-wacom.c |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c
> > index 2a440a6..5c25036 100644
> > --- a/drivers/hid/hid-wacom.c
> > +++ b/drivers/hid/hid-wacom.c
> > @@ -352,6 +352,8 @@ static void wacom_i4_parse_pen_report(struct wacom_data *wdata,
> >        case 0x80: /* Out of proximity report */
> >                input_report_key(input, BTN_TOUCH, 0);
> >                input_report_abs(input, ABS_PRESSURE, 0);
> > +               input_report_key(input, BTN_STYLUS, 0);
> > +               input_report_key(input, BTN_STYLUS2, 0);
> >                input_report_key(input, wdata->tool, 0);
> >                input_report_abs(input, ABS_MISC, 0);
> >                input_event(input, EV_MSC, MSC_SERIAL, wdata->serial);
> > --
> > 1.7.6.4
> 
> Reviewed-by: Jason Gerecke <killertofu@...il.com>

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ