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