linux-input.vger.kernel.org archive mirror
 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.1-rc4
Date: Fri, 22 May 2015 12:07:06 -0700	[thread overview]
Message-ID: <20150522190706.GH40101@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. The main change is that
we tell joydev not to touch "absolute mice", such as VMware virtual
mouse, as that produced bad result (cursor stuck in upper right corner)
with games.

Changelog:
---------

Benjamin Tissoires (1):
      Input: elantech - fix semi-mt protocol for v3 HW

Dmitry Torokhov (1):
      Input: sx8654 - fix memory allocation check

Hans de Goede (1):
      Input: alps - fix finger jumps on lifting 2 fingers on v7 touchpad

Marek Vasut (2):
      Input: smtpe-ts - use msecs_to_jiffies() instead of HZ
      Input: smtpe-ts - wait 50mS until polling for pen-up

Thomas Hellstrom (2):
      Input: vmmouse - do not reference non-existing version of X driver
      Input: joydev - don't classify the vmmouse as a joystick


Diffstat:
--------

 drivers/input/joydev.c               | 61 ++++++++++++++++++++++++++++++++++++
 drivers/input/mouse/Kconfig          |  2 +-
 drivers/input/mouse/alps.c           |  5 +++
 drivers/input/mouse/elantech.c       |  2 +-
 drivers/input/touchscreen/stmpe-ts.c |  2 +-
 drivers/input/touchscreen/sx8654.c   |  2 +-
 6 files changed, 70 insertions(+), 4 deletions(-)

-- 
Dmitry


                 reply	other threads:[~2015-05-22 19:07 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=20150522190706.GH40101@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).