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>] [day] [month] [year] [list]
Date:	Mon, 28 Jul 2008 12:59:26 -0400
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.27-rc0 (round 2)

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