[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20100810155037.GA17552@core.coreip.homeip.net>
Date: Tue, 10 Aug 2010 08:50:38 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for 2.6.36-rc0
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists