linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input updates for 2.6.27-rc0 (round 2)
@ 2008-07-28 16:59 Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2008-07-28 16:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

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 updates for the input subsystem.

Changelog:
---------

Dan Liang (1):
      Input: add driver for Atmel integrated touchscreen controller

Dmitry Torokhov (1):
      Input: serio - mark serio_register_driver() __must_check

Hans-Christian Egtvedt (1):
      Input: ads7846 - optimize order of calculating Rt in ads7846_rx()

Harvey Harrison (1):
      Input: ads7846 - fix sparse endian warnings

Huang Weiyi (1):
      Input: uinput - remove duplicate include

Shaohua Li (1):
      Input: serio - offload resume to kseriod


Diffstat:
--------

 drivers/input/misc/uinput.c              |    1 -
 drivers/input/serio/serio.c              |   55 ++++--
 drivers/input/touchscreen/Kconfig        |   12 +
 drivers/input/touchscreen/Makefile       |    1 +
 drivers/input/touchscreen/ads7846.c      |   16 +-
 drivers/input/touchscreen/atmel_tsadcc.c |  332 ++++++++++++++++++++++++++++++
 include/linux/serio.h                    |    3 +-
 7 files changed, 390 insertions(+), 30 deletions(-)
 create mode 100644 drivers/input/touchscreen/atmel_tsadcc.c

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [git pull] Input updates for 2.6.27-rc0 (round 2)
@ 2008-08-15  2:28 Dmitry Torokhov
  2008-08-15  2:30 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2008-08-15  2:28 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

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 updates for the input subsystem. You will get a bunch of
small fixes, the change to evdev to print an warning abount invalid
parameters to EVIOCGBIT ioctl and a new driver for Macbook Air
touchpads.

Changelog:
---------

Andrew Morton (1):
      Input: xilinx_ps2 - fix warning

Carlos Corbacho (1):
      Input: i8042 - Add Dritek quirk for Acer TravelMate 4280

Dmitry Torokhov (2):
      Input: paper over a bug in Synaptics X driver
      Input: bcm5974 - implement autosuspend support

Harley Laue (1):
      Input: xpad - add Pelican Eclipse D-Pad to the list of devices

Henrik Rydberg (1):
      Input: bcm5974 - add driver for Macbook Air and Pro Penryn touchpads

Linus Torvalds (1):
      Input: evdev - split EVIOCGBIT handlig into a separate function

Mark Brown (1):
      Input: wm97xx - enable sub-drivers by default

Uwe Kleine-König (2):
      Input: gpio-keys - fix possible NULL pointer dereference
      Input: gpio-keys - make gpio_keys_device_driver static


Diffstat:
--------

 drivers/hid/usbhid/hid-quirks.c       |   12 +-
 drivers/input/evdev.c                 |   63 ++-
 drivers/input/joystick/xpad.c         |    1 +
 drivers/input/keyboard/gpio_keys.c    |    3 +-
 drivers/input/mouse/Kconfig           |   23 ++
 drivers/input/mouse/Makefile          |    1 +
 drivers/input/mouse/bcm5974.c         |  681 +++++++++++++++++++++++++++++++++
 drivers/input/serio/i8042-x86ia64io.h |    7 +
 drivers/input/serio/xilinx_ps2.c      |    4 +-
 drivers/input/touchscreen/Kconfig     |   21 +-
 10 files changed, 775 insertions(+), 41 deletions(-)
 create mode 100644 drivers/input/mouse/bcm5974.c

-- 
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [git pull] Input updates for 2.6.27-rc0 (round 2)
  2008-08-15  2:28 Dmitry Torokhov
@ 2008-08-15  2:30 ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2008-08-15  2:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input

On Thu, Aug 14, 2008 at 10:28:26PM -0400, Dmitry Torokhov wrote:
> 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 updates for the input subsystem. You will get a bunch of
> small fixes, the change to evdev to print an warning abount invalid
> parameters to EVIOCGBIT ioctl and a new driver for Macbook Air
> touchpads.
> 

Oops, that should read "Input updates for 2.6.27-rc3", damn mutt.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-08-15  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-28 16:59 [git pull] Input updates for 2.6.27-rc0 (round 2) Dmitry Torokhov
  -- strict thread matches above, loose matches on Subject: below --
2008-08-15  2:28 Dmitry Torokhov
2008-08-15  2:30 ` Dmitry Torokhov

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).