linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Henrik Rydberg <rydberg@euromail.se>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>,
	linux-input <linux-input@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] input: mt updates for 2.6.38
Date: Thu, 16 Dec 2010 12:37:06 +0100	[thread overview]
Message-ID: <4D09F9E2.6060900@euromail.se> (raw)

Dmitry,

Please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git next

to re-receive input-mt updates for 2.6.38.

As a one-time measure, the tree has been rewound all the way to 2.6.37-rc1, to
keep our trees at a common checkpoint. Hereafter, the branch will be kept stable
and synchronized at a common checkpoint.

Content-wise, the filename change has been folded into the first commit. The
finger-count report and the trkid documentation have been folded into the commit
where they are introduced. Furthermore, MT_TOOL_ENVELOPE has been dropped
completely, and is going to be replaced by an input device quirk. The overall
documentation changes have been held back for another respin. Lastly, another
device patch has been added to hid-egalax.

Thanks,
Henrik

Dmitry Torokhov (1):
      Input: include MT library as source for kerneldoc

Henrik Rydberg (12):
      input: mt: Break out slots handling
      input: mt: Collect slots initialization code
      input: mt: Move tracking and pointer emulation to input-mt
      input: mt: Add hovering distance axis
      hid: egalax: Setup input device manually
      hid: egalax: Correct for device resolution report error
      hid: egalax: Report zero as minimum pressure
      hid: egalax: Add event filtering
      hid: egalax: Convert to MT slots
      hid: egalax: Add support for Wetab
      hid: egalax: Document the new devices in Kconfig
      MAINTAINERS: Update input-mt entry

Richard Nauber (1):
      hid: egalax: Add support for Samsung NB30 netbook

 Documentation/DocBook/device-drivers.tmpl    |    4 +
 Documentation/input/multi-touch-protocol.txt |    9 ++-
 MAINTAINERS                                  |    2 +
 drivers/hid/Kconfig                          |    3 +-
 drivers/hid/hid-3m-pct.c                     |   36 +-----
 drivers/hid/hid-core.c                       |    2 +
 drivers/hid/hid-egalax.c                     |  129 ++++++++-----------
 drivers/hid/hid-ids.h                        |    2 +
 drivers/input/Makefile                       |    2 +-
 drivers/input/input-mt.c                     |  170 ++++++++++++++++++++++++++
 drivers/input/input.c                        |   48 +-------
 drivers/input/misc/uinput.c                  |    4 +-
 drivers/input/tablet/wacom_wac.c             |   26 +---
 drivers/input/tablet/wacom_wac.h             |    4 -
 drivers/input/touchscreen/wacom_w8001.c      |   25 +---
 include/linux/input.h                        |   22 +---
 include/linux/input/mt.h                     |   57 +++++++++
 17 files changed, 329 insertions(+), 216 deletions(-)
 create mode 100644 drivers/input/input-mt.c
 create mode 100644 include/linux/input/mt.h

             reply	other threads:[~2010-12-16 11:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-16 11:37 Henrik Rydberg [this message]
2010-12-17 19:34 ` [GIT PULL] input: mt updates for 2.6.38 Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2010-12-23 15:20 Henrik Rydberg
2010-12-28  1:42 ` Dmitry Torokhov
2010-12-13  8:29 Henrik Rydberg
2010-12-13  9:13 ` Dmitry Torokhov
2010-12-08  9:02 Henrik Rydberg
2010-12-09  8:58 ` Dmitry Torokhov
2010-12-09  9:08   ` Dmitry Torokhov
2010-12-09 18:27     ` Henrik Rydberg
2010-12-09 18:48       ` Dmitry Torokhov
2010-12-09 19:11         ` Henrik Rydberg
2010-12-09 18:23   ` Henrik Rydberg
2010-12-09 18:49     ` Dmitry Torokhov
2010-12-09 19:10       ` Henrik Rydberg

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=4D09F9E2.6060900@euromail.se \
    --to=rydberg@euromail.se \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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).