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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 29 Nov 2016 16:15:18 +0100 (CET)
From:   Jiri Kosina <jikos@...nel.org>
To:     Benjamin Tissoires <benjamin.tissoires@...hat.com>
cc:     Brendan McGrath <redmcg@...mandi.dyndns.org>,
        Henrik Rydberg <rydberg@...math.org>,
        linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
        Victor Vlasenko <victor.vlasenko@...gears.com>,
        Frederik Wenigwieser <frederik.wenigwieser@...il.com>
Subject: Re: [PATCH] HID: asus: Add i2c touchpad support

On Tue, 29 Nov 2016, Benjamin Tissoires wrote:

> On Nov 29 2016 or thereabouts, Brendan McGrath wrote:
> > Update the hid-asus module to add multitouch support for the Asus i2c touchpad.
> > 
> > Signed-off-by: Brendan McGrath <redmcg@...mandi.dyndns.org>
> > Signed-off-by: Victor Vlasenko <victor.vlasenko@...gears.com>
> > Signed-off-by: Frederik Wenigwieser <frederik.wenigwieser@...il.com>
> > ---
> > This patch aims to resolve the issue raised here:
> > https://bugzilla.kernel.org/show_bug.cgi?id=120181
> > 
> > The issue is in relation to an Asus touchpad device which currently does not have
> > multitouch support.
> > 
> > The device currently falls through to the hid-generic driver which
> > treats the device as a mouse.
> > 
> > This patch aims to add the multitouch support.
> 
> The comments above should be in the commit message.

I've fixed that up.

> Besides that and only one nitpick below, I don't have much to add.
> I have helped a little bit the development on github which explains why
> I can't find much to say ( I already complained :-P ).
> 
> There is at least an other device that would require to be added later,
> which is the bluetooth cover of some Asus tablet IIRC. The protocol is
> slightly different and we will need to keep both the keyboard and the
> touchpad around, but it could be added later in an other patch.
> 
> For me, the patch is:
> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@...hat.com>

Thanks!

[ ... snip ... ]
> >  static struct hid_driver asus_driver = {
> > -	.name = "asus",
> > -	.id_table = asus_devices,
> > -	.report_fixup = asus_report_fixup
> > +	.name			= "hid-asus",
> 
> Not sure there is a need to change the name.

Good point, that's not for any good.

I've dropped this change, ammended the changelog (also indicating the 
changes I've done on top of the patch), and applied to for-4.10/asus.

Thanks,

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ