All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 4.7-rc0 (part 2)
Date: Fri, 27 May 2016 17:19:25 -0700	[thread overview]
Message-ID: <20160528001925.GA38861@dtor-ws> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus

to receive updates for the input subsystem. Just a few more driver
fixes; new drivers will be coming in the next merge window.

There will be a trivial conflict in drivers/input/misc/pwm-beeper.c,
please keep both parts so you'll end up with the following chunk:

	/*
	 * FIXME: pwm_apply_args() should be removed when switching to
	 * the atomic PWM API.
	 */
	pwm_apply_args(beeper->pwm);

	INIT_WORK(&beeper->work, pwm_beeper_work);


Changelog:
---------

Cameron Gutman (1):
      Input: xpad - prevent spurious input from wired Xbox 360 controllers

Manfred Schlaegl (1):
      Input: pwm-beeper - fix - scheduling while atomic

Pavel Rojtberg (3):
      Input: xpad - move pending clear to the correct location
      Input: xpad - add more third-party controllers
      Input: xpad - xbox one elite controller support

Ricky Liang (1):
      Input: uinput - handle compat ioctl for UI_SET_PHYS


Diffstat:
--------

 drivers/input/joystick/xpad.c   | 18 +++++++++--
 drivers/input/misc/pwm-beeper.c | 69 ++++++++++++++++++++++++++++-------------
 drivers/input/misc/uinput.c     |  6 ++++
 3 files changed, 70 insertions(+), 23 deletions(-)

-- 
Dmitry

                 reply	other threads:[~2016-05-28  0:19 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=20160528001925.GA38861@dtor-ws \
    --to=dmitry.torokhov@gmail.com \
    --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.