[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181011235736.GA68543@dtor-ws>
Date: Thu, 11 Oct 2018 16:57:36 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for v4.19-rc7
Hi Greg,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem:
- we added a few scheduling points into various input interfaces to
ensure that large writes will not cause RCU stalls
- fixed configuring PS/2 keyboards as wakeup devices on newer platforms
- added a new Xbox gamepad ID.
Changelog:
---------
Daniel Drake (1):
Input: i8042 - enable keyboard wakeups by default when s2idle is used
Dmitry Torokhov (2):
Input: evdev - add a schedule point in evdev_write()
Input: uinput - add a schedule point in uinput_inject_events()
Eric Dumazet (1):
Input: mousedev - add a schedule point in mousedev_write()
Ramses RamÃrez (1):
Input: xpad - add support for Xbox1 PDP Camo series gamepad
Diffstat:
--------
drivers/input/evdev.c | 1 +
drivers/input/joystick/xpad.c | 3 +++
drivers/input/misc/uinput.c | 1 +
drivers/input/mousedev.c | 1 +
drivers/input/serio/i8042.c | 29 ++++++++++++++++++++---------
include/linux/suspend.h | 2 ++
kernel/power/suspend.c | 6 ++++++
7 files changed, 34 insertions(+), 9 deletions(-)
Thanks.
--
Dmitry
Powered by blists - more mailing lists