Linux v4.17-rc7-31-g0044cdeb7313

This commit is contained in:
Justin M. Forbes 2018-05-30 10:56:47 -05:00
parent 263ec673fc
commit d0b37657b1
4 changed files with 8 additions and 35 deletions

2
gitrev
View File

@ -1 +1 @@
b04e217704b7f879c6b91222b066983a44a7a09f
0044cdeb731313f20b63cb5644de7588731de32b

View File

@ -69,7 +69,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 7
# The git snapshot level
%define gitrev 0
%define gitrev 1
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@ -122,7 +122,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
%define debugbuildsenabled 1
%define debugbuildsenabled 0
%if %{with_verbose}
%define make_opts V=1
@ -615,9 +615,6 @@ Patch501: Fix-for-module-sig-verification.patch
# rhbz 1431375
Patch502: input-rmi4-remove-the-need-for-artifical-IRQ.patch
# rhbz 1509461
Patch503: v3-2-2-Input-synaptics---Lenovo-X1-Carbon-5-should-use-SMBUS-RMI.patch
# rbhz 1435837
# https://www.spinics.net/lists/linux-acpi/msg82405.html
Patch504: mailbox-ACPI-erroneous-error-message-when-parsing-ACPI.patch
@ -1857,6 +1854,10 @@ fi
#
#
%changelog
* Wed May 30 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc7.git1.1
- Linux v4.17-rc7-31-g0044cdeb7313
- Reenable debugging options.
* Tue May 29 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.17.0-0.rc7.git0.1
- Linux v4.17-rc7

View File

@ -1,2 +1,3 @@
SHA512 (linux-4.16.tar.xz) = ab47849314b177d0eec9dbf261f33972b0d89fb92fb0650130ffa7abc2f36c0fab2d06317dc1683c51a472a9a631573a9b1e7258d6281a2ee189897827f14662
SHA512 (patch-4.17-rc7.xz) = 1b6f4c32d9ca79ef1b140fff3a49b493e575f36a10098c40d76f7904abff71175eb0448bb46941631ddf4f879bd50f384e7373009ef563abf7e057483a7be36d
SHA512 (patch-4.17-rc7-git1.xz) = d3098a6068f6b8396b74b72e251ed2dae5a3888e03e291c478383e95d47e79761ef048dddfa53384e1cc51d48b9890e8ed205bea4de2d40d4fd8f22bea732f06

View File

@ -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
};