Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-16 Thread Oliver Neukum
On Thu, 2015-02-12 at 15:24 +0800, 曾婷葳 (tammy_tseng) wrote: Sorry. Re-send the code diff again. Here is the hid touch driver for sis touch controller. Thanks. This driver does very strange things. It looks like you are simulating a disconnect() to the usbhid driver currently driving the

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-16 Thread Benjamin Tissoires
On Mon, Feb 16, 2015 at 10:10 AM, Oliver Neukum oneu...@suse.de wrote: On Thu, 2015-02-12 at 15:24 +0800, 曾婷葳 (tammy_tseng) wrote: Sorry. Re-send the code diff again. Here is the hid touch driver for sis touch controller. Thanks. This driver does very strange things. It looks like you are

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread Dmitry Torokhov
Hi Tammy, On Thu, Feb 12, 2015 at 02:07:26PM +0800, 曾婷葳 (tammy_tseng) wrote: Hi, I've checked the coding style and modified the i2c and hid touch driver for sis touch controller. Please help review them. Thanks a lot. This was sent as HTML so mailing lists dropped it. Thanks.

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread tammy_tseng
Hi, Dmitry -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Thursday, February 12, 2015 3:04 PM To: 曾婷葳 (tammy_tseng) Cc: Oliver Neukum; lkml; linux-input@vger.kernel.org; tammy0...@gmail.com Subject: Re: [PATCH 2/2] INPUT/HID: add touch support

Re: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-02-11 Thread tammy_tseng
Hi, Dmitry -Original Message- From: Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: Thursday, February 12, 2015 3:04 PM To: 曾婷葳 (tammy_tseng) Cc: Oliver Neukum; lkml; linux-input@vger.kernel.org; tammy0...@gmail.com Subject: Re: [PATCH 2/2] INPUT/HID: add touch support

RE: [PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-01-12 Thread tammy_tseng
Hi, This package of patch is to add support for multitouch behavior for SiS touch products. The patch of SiS hid multitouch driver is in hid. Signed-off-by: Tammy Tseng tammy_ts...@sis.com -- diff --git a/linux-3.18.1/drivers/hid/Kconfig b/linux-3.18.1/drivers/hid/Kconfig index f42df4d..2be7677

[PATCH 2/2] INPUT/HID: add touch support for SiS touch driver

2015-01-09 Thread tammy_tseng
Hi, This package of patch is to add support for multitouch behavior for SiS touch products. The patch of SiS hid multitouch driver is in hid. Signed-off-by: Tammy Tseng tammy_ts...@sis.com -- diff --git a/linux-3.18.1/drivers/hid/Kconfig b/linux-3.18.1/drivers/hid/Kconfig index 2be7677..f42df4d