From: Darren Hart <dvhart@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Darren Hart <dvhart@infradead.org>,
Andy Shevchenko <andy@infradead.org>
Subject: [GIT PULL] platform-drivers-x86 for 4.15-3
Date: Tue, 12 Dec 2017 15:52:02 -0800 [thread overview]
Message-ID: <20171212235202.GA23080@fury> (raw)
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
reply other threads:[~2017-12-12 23:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171212235202.GA23080@fury \
--to=dvhart@infradead.org \
--cc=andy@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.