From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: [git pull] Input updates for 3.6-rc0 (2nd set) Date: Sun, 29 Jul 2012 22:40:47 -0700 Message-ID: <20120730054047.GA18037@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0F1p//8PRICkK4MW" Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:36839 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751289Ab2G3Fkv (ORCPT ); Mon, 30 Jul 2012 01:40:51 -0400 Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org --0F1p//8PRICkK4MW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive 2nd set of updates for the input subsystem for the 3.6 merge window. You will get a new driver for FT5x06 based EDT displays and a couple of other driver changes. Changelog: --------- Ping Cheng (1): Input: wacom - add support to Cintiq 22HD Seth Forshee (1): Input: synaptics - handle out of bounds values from the hardware Simon Budig (1): Input: add driver for FT5x06 based EDT displays Diffstat: -------- Documentation/input/edt-ft5x06.txt | 54 ++ drivers/input/mouse/synaptics.c | 22 + drivers/input/tablet/wacom_wac.c | 21 +- drivers/input/tablet/wacom_wac.h | 3 +- drivers/input/touchscreen/Kconfig | 13 + drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/edt-ft5x06.c | 898 ++++++++++++++++++++++++++++= ++++ include/linux/input/edt-ft5x06.h | 24 + 8 files changed, 1033 insertions(+), 3 deletions(-) create mode 100644 Documentation/input/edt-ft5x06.txt create mode 100644 drivers/input/touchscreen/edt-ft5x06.c create mode 100644 include/linux/input/edt-ft5x06.h --=20 Dmitry --0F1p//8PRICkK4MW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJQFh5fAAoJEH70+W8r6ZYqoNoP/jK1OIKujhNSgyHuxZ9AD9YB hLIVD8Y++FQ61SJPKppbholOrm+XSApse6kLAlfIDKWCfrMUYmTGlth8obNM1ZRB en2r5awlEBKhiVQPlFSOGJKL6b9qcmIFOkg56zkeRwIIoSVh0IMDK/PrfiAhukd3 vFHlB4rAf4/dZB59L1luXVR+yfV9ocB6pkgDk0L41jZk4C3CdSLo1axSy+QbHzmy 7oytYsLUtYOM6haUXbwftznh3gPOb4Gxcl+tXiDB5SjgQdw1VD7hNlFfTQm+fVCn HK9R5+4YWPNev2nsHQCl/v30tmSTUikqXUxd4kb2oOrXXFqHazDERFlYBH1HlzuM 1b774jcE73i7NcmiKEWdt/kZ0w+yUNq4F92SK1BjQ4oCcT2XU0us6CqZ+exSdEJ9 YAk5ef7GhSc17B4aIEhIH6CVOO846WmRmWa9vWvyfyhhkRjn3daBeKHWVlOIIvIx sMEhta9+twY2pmYS55Mc1zgRbd3Y6Cl4v6WPqdqGfkLTrnL7PsMWUWutuduNtPBr pJu3q1m35Yz0qbHZVp8rmFSvf/mJ3J83MVrgKvKhtgdvnMeTmg623lVdShA3WzMl koHaXHOzpLvM9fTefUzCOCYhVMpgQRaKb/WEz1CMYCnaIJq9j5TiCSJ4/+sCodP5 u906nSMcc27ozmwHuNpb =wfjT -----END PGP SIGNATURE----- --0F1p//8PRICkK4MW--