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-next>] [day] [month] [year] [list]
Date:	Fri, 9 Jan 2015 18:36:10 +0800
From:	曾婷葳 (tammy_tseng) <tammy_tseng@....com>
To:	<linux-kernel@...r.kernel.org>, <linux-input@...r.kernel.org>
Cc:	<tammy0524@...il.com>
Subject: [PATCH 0/2] INPUT/HID: add touch support for SiS touch driver

Hi,
This package of patch is to add support for multitouch behavior for SiS touch products.
The first patch adds i2c multitouch behavior in input/touchscreen.
The second patch merges char-device for fw-communication functions in hid-multitouch.c and adds files of functions in hid.

Signed-off-by: Tammy Tseng <tammy_tseng@....com>

---
The patch for i2c multitouch driver in input/touchscreen:

linux-3.18.1/drivers/input/touchscreen/Kconfig   |   14 -
 linux-3.18.1/drivers/input/touchscreen/Makefile  |    4 -
 linux-3.18.1/drivers/input/touchscreen/sis_i2c.c | 1725 ----------------------
 linux-3.18.1/drivers/input/touchscreen/sis_i2c.h |  229 ---
 4 files changed, 1972 deletions(-)

The patch for hid multitouch driver in hid:

linux-3.18.1/drivers/hid/Kconfig          |  30 +--
 linux-3.18.1/drivers/hid/Makefile         |   1 -
 linux-3.18.1/drivers/hid/hid-ids.h        |   1 -
 linux-3.18.1/drivers/hid/hid-multitouch.c |  19 +-
 linux-3.18.1/drivers/hid/hid-sis_ctrl.c   | 397 ------------------------------
 linux-3.18.1/drivers/hid/hid-sis_ctrl.h   |  19 --
 6 files changed, 2 insertions(+), 465 deletions(-)


Thanks,
Tammy Tseng

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