]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'platform-drivers-x86-v4.16-4' of git://git.infradead.org/linux-platform...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Feb 2018 17:20:00 +0000 (09:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Feb 2018 17:20:00 +0000 (09:20 -0800)
commit5e8639b73b7d2fcea71fd517ac7d86db136ddf1d
tree21bba4e45638c0036b607bf564814eb33c922606
parent1a2a7d3ee659e477e0768ac3fc7579794f89071b
parentc8ba9db2a790c0fcf2f6c4cafd45ff3a0751800e
Merge tag 'platform-drivers-x86-v4.16-4' of git://git.infradead.org/linux-platform-drivers-x86

Pull x86 platform driver fixes from Andy Shevchenko:

 - regression fix in keyboard support for Dell laptops

 - prevent out-of-boundary write in WMI bus driver

 - increase timeout to read functional key status on Lenovo laptops

* tag 'platform-drivers-x86-v4.16-4' of git://git.infradead.org/linux-platform-drivers-x86:
  platform/x86: dell-laptop: Removed duplicates in DMI whitelist
  platform/x86: dell-laptop: fix kbd_get_state's request value
  platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
  platform/x86: wmi: fix off-by-one write in wmi_dev_probe()