From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752859AbdLLXwG (ORCPT ); Tue, 12 Dec 2017 18:52:06 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:58194 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766AbdLLXwE (ORCPT ); Tue, 12 Dec 2017 18:52:04 -0500 Date: Tue, 12 Dec 2017 15:52:02 -0800 From: Darren Hart To: Linus Torvalds Cc: LKML , Darren Hart , Andy Shevchenko Subject: [GIT PULL] platform-drivers-x86 for 4.15-3 Message-ID: <20171212235202.GA23080@fury> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the git repository at: git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v4.15-3 for you to fetch changes up to 532298b95075144bcccf56d792f3fb3fbef2d5d0: platform/x86: dell-wmi: check for kmalloc() errors (2017-12-11 17:26:03 -0800) Thanks, Darren Hart VMware Open Source Technology Center ---------------------------------------------------------------- platform-drivers-x86 for v4.15-3 Correct an error in the evdev protocol in asus-wireless which results in dropped key events in recent versions of libinput. Add a quirk for keyboard lighting for a specific Dell laptop. Silence a static analysis warning regarding unchecked return values of small kmalloc() allocations in dell-wmi. The following is an automated git shortlog grouped by driver: asus-wireless: - send an EV_SYN/SYN_REPORT between state changes dell-laptop: - Fix keyboard max lighting for Dell Latitude E6410 dell-wmi: - check for kmalloc() errors ---------------------------------------------------------------- Dan Carpenter (1): platform/x86: dell-wmi: check for kmalloc() errors Pali Rohár (1): platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410 Peter Hutterer (1): platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changes drivers/platform/x86/asus-wireless.c | 1 + drivers/platform/x86/dell-laptop.c | 17 +++++++++++++++++ drivers/platform/x86/dell-wmi.c | 2 ++ 3 files changed, 20 insertions(+) -- Darren Hart VMware Open Source Technology Center