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:   Fri, 16 Feb 2018 13:24:48 +0100 (CET)
From:   Jiri Kosina <jikos@...nel.org>
To:     Alexandrov Stansilav <neko@....ai>
cc:     linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
        benjamin.tissoires@...hat.com
Subject: Re: [PATCH] input: Add driver for USB ELAN Touchpad

On Sun, 14 Jan 2018, Alexandrov Stansilav wrote:

> This is driver for usb touchpad found on HP Pavilion x2 10-p0xx
> laptop. On this device keyboard and touchpad connected as a single
> usb device with two interfaces: keyboard, which exposes ordinary keys
> and second interface is touchpad which also contains FlightMode button and
> audio mute led (which physically placed on keyboard for some reason).
> 
> Initially, this touchpad works in mouse emulation mode, this driver will
> switch it to touchpad mode, which can track 5 fingers and can report
> coordinates for two of them.
> 
> Signed-off-by: Alexandrov Stansilav <neko@....ai>
> ---
>  drivers/hid/Kconfig      |   8 +
>  drivers/hid/Makefile     |   1 +
>  drivers/hid/hid-elan.c   | 421 +++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/hid/hid-ids.h    |   1 +
>  drivers/hid/hid-quirks.c |   3 +
>  5 files changed, 434 insertions(+)
>  create mode 100644 drivers/hid/hid-elan.c

Applied to for-4.17/hid-elan. Thanks,

-- 
Jiri Kosina
SUSE Labs

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ