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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 12 Oct 2012 13:00:07 -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 3.7-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. With it input
core no longer limits number of character devices per event handler
(such as evdev) to 32, but switches to dynamic minors once legacy range
is exhausted. This should get multi-seat installations that currently
run our of event devices very quickly.

You will also get an update for Wacom driver and a couple of driver fixes.

Thanks!

Changelog:
---------

Andy Shevchenko (1):
      Input: atmel_mxt_ts - simplify mxt_dump_message

Dmitry Torokhov (5):
      Input: mousedev - factor out psaux code to reduce #ifdefery
      Input: mousedev - reformat structure initializers
      Input: mousedev - rename mixdev_open to opened_by_mixdev
      Input: mousedev - mark mousedev interfaces as non-seekable
      Input: extend the number of event (and other) devices

Jason Gerecke (4):
      Input: wacom - report correct touch contact size for I5/Bamboo
      Input: wacom - allow any multi-input Intuos device to set prox
      Input: wacom - introduce wacom_fix_phy_from_hid
      Input: wacom - clean up wacom_query_tablet_data

Thomas Abraham (1):
      Input: samsung-keypad - add clk_prepare and clk_unprepare


Diffstat:
--------

 drivers/input/evdev.c                    |  99 +++++---------
 drivers/input/input.c                    | 114 ++++++++--------
 drivers/input/joydev.c                   |  88 +++++-------
 drivers/input/keyboard/samsung-keypad.c  |  11 +-
 drivers/input/mousedev.c                 | 224 ++++++++++++++++---------------
 drivers/input/tablet/wacom_sys.c         | 145 ++++++++++++++------
 drivers/input/tablet/wacom_wac.c         |  30 ++++-
 drivers/input/touchscreen/atmel_mxt_ts.c |   6 +-
 include/linux/input.h                    |  10 +-
 9 files changed, 382 insertions(+), 345 deletions(-)

-- 
Dmitry


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ