public inbox for linux-input@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] INPUT/HID: add touch support for SiS touch driver
@ 2015-01-09 10:36 曾婷葳 (tammy_tseng)
  2015-01-09 11:31 ` Oliver Neukum
  0 siblings, 1 reply; 2+ messages in thread
From: 曾婷葳 (tammy_tseng) @ 2015-01-09 10:36 UTC (permalink / raw)
  To: linux-kernel, linux-input; +Cc: tammy0524

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@sis.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/2] INPUT/HID: add touch support for SiS touch driver
  2015-01-09 10:36 [PATCH 0/2] INPUT/HID: add touch support for SiS touch driver 曾婷葳 (tammy_tseng)
@ 2015-01-09 11:31 ` Oliver Neukum
  0 siblings, 0 replies; 2+ messages in thread
From: Oliver Neukum @ 2015-01-09 11:31 UTC (permalink / raw)
  To: 曾婷葳 (tammy_tseng)
  Cc: linux-kernel, linux-input, tammy0524

On Fri, 2015-01-09 at 18:36 +0800, 曾婷葳 (tammy_tseng) wrote:
> Signed-off-by: Tammy Tseng <tammy_tseng@sis.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(-)

Only deletions and it adds support?
I guess you mixed up your trees.

	Regards
		Oliver

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-09 11:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09 10:36 [PATCH 0/2] INPUT/HID: add touch support for SiS touch driver 曾婷葳 (tammy_tseng)
2015-01-09 11:31 ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox