lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Jan 2011 20:57:06 -0800
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.38-rc2

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.

Mostly small fixups to the drivers, but also a new keyboard driver.
Since it is for previously unsupported hardware; arch-specific and we
are pretty early in the release cycle I hope it is still OK to get it
in.

Thanks!

Changelog:
---------

Andy Whitcroft (1):
      Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent

David Engraf (1):
      Input: serio - allow registered drivers to get status flag

Davidlohr Bueso (1):
      Input: ct82710c - return proper error code for ct82c710_open

Dmitry Torokhov (1):
      Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setup

Jamie Iles (2):
      Input: tnetv107x-keypad - don't treat NULL clk as an error
      Input: tnetv107x-ts - don't treat NULL clk as an error

Naveen Kumar Gaddipati (2):
      Input: bu21013_ts - remove duplicate resolution parameters
      Input: bu21013_ts - added regulator support

Philippe Langlais (1):
      Input: gpio_keys - switch to using request_any_context_irq

Ping Cheng (2):
      Input: wacom - add 2 Bamboo Pen and touch models
      Input: wacom - pass touch resolution to clients through input_absinfo

Rakesh Iyer (1):
      Input: tegra-kbc - add tegra keyboard driver


Diffstat:
--------

 arch/arm/mach-tegra/include/mach/kbc.h    |   61 +++
 drivers/input/keyboard/Kconfig            |   10 +
 drivers/input/keyboard/Makefile           |    1 +
 drivers/input/keyboard/gpio_keys.c        |    6 +-
 drivers/input/keyboard/tegra-kbc.c        |  727 +++++++++++++++++++++++++++++
 drivers/input/keyboard/tnetv107x-keypad.c |    5 +-
 drivers/input/serio/ct82c710.c            |    8 +-
 drivers/input/serio/serport.c             |   24 +-
 drivers/input/sparse-keymap.c             |    1 +
 drivers/input/tablet/wacom_wac.c          |   27 +-
 drivers/input/touchscreen/bu21013_ts.c    |   39 ++-
 drivers/input/touchscreen/tnetv107x-ts.c  |    5 +-
 drivers/tty/sysrq.c                       |    2 +-
 include/linux/input/bu21013.h             |    4 -
 include/linux/sysrq.h                     |    3 +
 kernel/sysctl.c                           |    3 +-
 16 files changed, 901 insertions(+), 25 deletions(-)
 create mode 100644 arch/arm/mach-tegra/include/mach/kbc.h
 create mode 100644 drivers/input/keyboard/tegra-kbc.c

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ