diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-30 10:56:47 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2018-05-30 10:56:47 -0500 |
commit | d0b37657b15109b2bf4b9d3809016ec6bbe82037 (patch) | |
tree | 1495f364c9f8c529ed8141cbb003db930f84b4f4 /v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch | |
parent | 263ec673fca4a406a9f1c6b031beb5f666859e4b (diff) | |
download | kernel-d0b37657b15109b2bf4b9d3809016ec6bbe82037.tar.gz kernel-d0b37657b15109b2bf4b9d3809016ec6bbe82037.tar.xz kernel-d0b37657b15109b2bf4b9d3809016ec6bbe82037.zip |
Linux v4.17-rc7-31-g0044cdeb7313
Diffstat (limited to 'v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch')
-rw-r--r-- | v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch b/v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch deleted file mode 100644 index a37b15ec7..000000000 --- a/v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch +++ /dev/null @@ -1,29 +0,0 @@ -From patchwork Sun Nov 5 17:09:51 2017 -Content-Type: text/plain; charset="utf-8" -MIME-Version: 1.0 -Content-Transfer-Encoding: 7bit -Subject: [v3,2/2] Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI -From: Yiannis Marangos <yiannis.marangos@gmail.com> -X-Patchwork-Id: 10042387 -Message-Id: <20171105170951.20261-3-yiannis.marangos@gmail.com> -To: linux-input@vger.kernel.org, dmitry.torokhov@gmail.com -Cc: Yiannis Marangos <yiannis.marangos@gmail.com> -Date: Sun, 5 Nov 2017 19:09:51 +0200 - -Signed-off-by: Yiannis Marangos <yiannis.marangos@gmail.com> ---- - drivers/input/mouse/synaptics.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c -index ee5466a374bf..b3c683a84d3f 100644 ---- a/drivers/input/mouse/synaptics.c -+++ b/drivers/input/mouse/synaptics.c -@@ -172,6 +172,7 @@ static const char * const smbus_pnp_ids[] = { - "LEN0048", /* X1 Carbon 3 */ - "LEN0046", /* X250 */ - "LEN004a", /* W541 */ -+ "LEN0073", /* X1 Carbon 5 */ - "LEN200f", /* T450s */ - NULL - }; |