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: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 2.6.36-rc0
Date: Tue, 10 Aug 2010 08:50:38 -0700	[thread overview]
Message-ID: <20100810155037.GA17552@core.coreip.homeip.net> (raw)

Hi Linus,

Please pull from:

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

to receive 2nd round of updates for the input subsystem. The main change
is from Daniel Mack to allocate memory to hold ABS data in input devices
only when devices actually produce ABS events as it slims down struct
input_dev significantly.

I also have a couple of patches pending that remove 'tty' argument from
handle_sysrq() and friends as noone uses it, but since the change
comflicts with kgdb a bit I want to wait till after -rc1 to merge it
properly and send it off to you.

Changelog:
---------

Christoph Fritz (1):
      Input: xpad - add USB-ID for PL-3601 Xbox 360 pad

Dan Carpenter (1):
      Input: cy8ctmg100_ts - signedness bug

Daniel Mack (3):
      Input: add static inline accessors for ABS properties
      Input: switch to input_abs_*() access functions
      Input: dynamically allocate ABS information

Dmitry Torokhov (1):
      Input: evdev - rearrange ioctl handling

Michael Hennerich (1):
      Input: adxl34x - do not mark device as disabled on startup

Shubhrajyoti D (1):
      Input: gpio_keys - add hooks to enable/disable device

Éric Piel (2):
      Input: elantech - discard the first 2 positions on some firmwares
      Input: elantech - report position also with 3 fingers


Diffstat:
--------

 drivers/hid/hid-wacom.c                   |   49 +++++-----
 drivers/input/evdev.c                     |  152 ++++++++++++++---------------
 drivers/input/input.c                     |   46 ++++++++-
 drivers/input/joydev.c                    |   31 +++---
 drivers/input/joystick/a3d.c              |    3 +-
 drivers/input/joystick/adi.c              |    2 +-
 drivers/input/joystick/amijoy.c           |    4 +-
 drivers/input/joystick/gf2k.c             |   20 ++--
 drivers/input/joystick/interact.c         |   14 +--
 drivers/input/joystick/sidewinder.c       |   18 ++--
 drivers/input/joystick/xpad.c             |    1 +
 drivers/input/keyboard/gpio_keys.c        |   22 ++++
 drivers/input/keyboard/hil_kbd.c          |   21 +++--
 drivers/input/misc/adxl34x.c              |    1 -
 drivers/input/misc/uinput.c               |   29 +++---
 drivers/input/mouse/elantech.c            |   31 ++++--
 drivers/input/mouse/elantech.h            |    7 +-
 drivers/input/mouse/pc110pad.c            |    4 +-
 drivers/input/mouse/synaptics.c           |    4 +-
 drivers/input/mousedev.c                  |   44 +++++----
 drivers/input/tablet/aiptek.c             |   15 +--
 drivers/input/tablet/wacom_wac.c          |    4 +-
 drivers/input/touchscreen/cy8ctmg110_ts.c |    6 +-
 include/linux/gpio_keys.h                 |    2 +
 include/linux/input.h                     |   53 ++++++----
 25 files changed, 336 insertions(+), 247 deletions(-)

-- 
Dmitry

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2010-08-10 15:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-10 15:50 Dmitry Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-03  1:46 [git pull] Input updates for 2.6.36-rc0 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=20100810155037.GA17552@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=akpm@linux-foundation.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 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).