LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: kt.liao@emc.com.tw, Oliver Haessler <oliver@redhat.com>,
Benjamin Berg <bberg@redhat.com>,
linux-input@vger.kernel.org, linux-kernel@vger.kernel.org,
Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [PATCH 0/8] Input: support for latest Lenovo thinkpads (series 80)
Date: Thu, 5 Apr 2018 15:25:29 +0200 [thread overview]
Message-ID: <20180405132537.3218-1-benjamin.tissoires@redhat.com> (raw)
Hi Dmitry,
well, this year, Lenovo gave us a surprise and decided to not use
the same touchpad/trackstick in all its model. And by default, the
support under Linux is less than ideal.
Please find a series that should fix those issues. Compared to the 60
series, there do not seem to e BIOS table issues this time, and suspend/resume
works fine thanks to your latest trackstick fixes.
The T480s is a different beast, as it uses an Elan touchpad.
I have been carrying the patches 3-6 for a while and tested previous
versions on various Elan PS/2 hardware without an issue as far as I
could tell. I was lacking tests from users with SMBus as all the laptops
I tried where puer PS/2.
Anyway, it would be cool if you could have a look at the series.
Cheers,
Benjamin
Benjamin Tissoires (8):
Input: synaptics - add Lenovo 80 series ids to SMBus
input: elan_i2c_smbus - fix corrupted stack
Input: elan_i2c - add trackstick report
Input: elantech - split device info into a separate structure
Input: elantech - query the resolution in query_info
Input: elantech - add support for SMBus devices
Input: elantech - detect new ICs and setup Host Notify for them
input: psmouse-smbus: allow to control psmouse_deactivate
drivers/input/mouse/Kconfig | 12 +
drivers/input/mouse/elan_i2c.h | 10 +
drivers/input/mouse/elan_i2c_core.c | 91 ++++++-
drivers/input/mouse/elan_i2c_smbus.c | 22 +-
drivers/input/mouse/elantech.c | 475 ++++++++++++++++++++++++++---------
drivers/input/mouse/elantech.h | 69 ++++-
drivers/input/mouse/psmouse-base.c | 21 +-
drivers/input/mouse/psmouse-smbus.c | 13 +-
drivers/input/mouse/psmouse.h | 2 +
drivers/input/mouse/synaptics.c | 5 +-
10 files changed, 564 insertions(+), 156 deletions(-)
--
2.14.3
next reply other threads:[~2018-04-05 13:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-05 13:25 Benjamin Tissoires [this message]
2018-04-05 13:25 ` [PATCH 1/8] Input: synaptics - add Lenovo 80 series ids to SMBus Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 2/8] input: elan_i2c_smbus - fix corrupted stack Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 3/8] Input: elan_i2c - add trackstick report Benjamin Tissoires
2018-04-05 23:46 ` Dmitry Torokhov
2018-04-06 6:51 ` Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 4/8] Input: elantech - split device info into a separate structure Benjamin Tissoires
2018-04-06 7:33 ` [RFC PATCH] Input: elantech_query_info() can be static kbuild test robot
2018-04-06 7:33 ` [PATCH 4/8] Input: elantech - split device info into a separate structure kbuild test robot
2018-04-05 13:25 ` [PATCH 5/8] Input: elantech - query the resolution in query_info Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 6/8] Input: elantech - add support for SMBus devices Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 7/8] Input: elantech - detect new ICs and setup Host Notify for them Benjamin Tissoires
2018-04-05 13:25 ` [PATCH 8/8] input: psmouse-smbus: allow to control psmouse_deactivate Benjamin Tissoires
2018-04-05 23:51 ` [PATCH 0/8] Input: support for latest Lenovo thinkpads (series 80) Dmitry Torokhov
2018-04-06 6:51 ` Benjamin Tissoires
2018-04-10 5:45 ` 廖崇榮
2018-04-10 7:35 ` Benjamin Tissoires
2018-04-11 4:32 ` 廖崇榮
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180405132537.3218-1-benjamin.tissoires@redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=bberg@redhat.com \
--cc=dmitry.torokhov@gmail.com \
--cc=kt.liao@emc.com.tw \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=oliver@redhat.com \
--subject='Re: [PATCH 0/8] Input: support for latest Lenovo thinkpads (series 80)' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).