All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for v4.19-rc7
Date: Thu, 11 Oct 2018 16:57:36 -0700	[thread overview]
Message-ID: <20181011235736.GA68543@dtor-ws> (raw)

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

             reply	other threads:[~2018-10-11 23:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-11 23:57 Dmitry Torokhov [this message]
2018-10-12 10:51 ` [git pull] Input updates for v4.19-rc7 Greg KH
2018-10-12 20:02   ` Dmitry Torokhov

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=20181011235736.GA68543@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-input@vger.kernel.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.