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-in...@vger.kernel.org; > tammy0...@gmail.com > Subject: Re: [PATCH 2/2]

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-in...@vger.kernel.org; tammy0...@gmail.com > Subject: Re: [PATCH 2/2] IN

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

2015-02-11 Thread tammy_tseng
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. Tammy - Here is the sis i2c driver in input: linux-3.18.5/drivers/input/touchscreen/Kconfig |7 +

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-in...@vger.kernel.org; tammy0...@gmail.com Subject: Re: [PATCH 2/2] INPUT/HID: add touch support

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

2015-02-11 Thread tammy_tseng
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. Tammy - Here is the sis i2c driver in input: linux-3.18.5/drivers/input/touchscreen/Kconfig |7 +

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-in...@vger.kernel.org; tammy0...@gmail.com Subject: Re: [PATCH 2/2] INPUT/HID: add touch support

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

2015-01-16 Thread tammy_tseng
Hey, Oliver On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote: On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote: > > (Skip the code diff...) > > Again macros for endianness > > And the driver has a great number of conditional compilations are they > real

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

2015-01-16 Thread tammy_tseng
Hey, Oliver On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum wrote: On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote: > > (Skip the code diff...) > > Again macros for endianness > > And the driver has a great number of conditional compilations are they > real

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

2015-01-16 Thread tammy_tseng
Hey, Oliver On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum oneu...@suse.de wrote: On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote: (Skip the code diff...) Again macros for endianness And the driver has a great number of conditional compilations are they really needed

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

2015-01-16 Thread tammy_tseng
Hey, Oliver On Mon, Jan 12, 2015 at 7:50 PM, Oliver Neukum oneu...@suse.de wrote: On Mon, 2015-01-12 at 18:53 +0800, 曾婷葳 (tammy_tseng) wrote: (Skip the code diff...) Again macros for endianness And the driver has a great number of conditional compilations are they really needed

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 -- diff --git a/linux-3.18.1/drivers/hid/Kconfig b/linux-3.18.1/drivers/hid/Kconfig index f42df4d..2be7677 100644 ---

RE: [PATCH 1/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 i2c multitouch driver is in input/touchscreen. Signed-off-by: Tammy Tseng --- diff --git a/linux-3.18.1/drivers/input/touchscreen/Kconfig

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

RE: [PATCH 1/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 i2c multitouch driver is in input/touchscreen. Signed-off-by: Tammy Tseng tammy_ts...@sis.com --- diff --git a/linux-3.18.1/drivers/input/touchscreen/Kconfig

[PATCH 0/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 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.

[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 -- diff --git a/linux-3.18.1/drivers/hid/Kconfig b/linux-3.18.1/drivers/hid/Kconfig index 2be7677..f42df4d 100644 ---

[PATCH 1/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 i2c multitouch driver is in input/touchscreen. Signed-off-by: Tammy Tseng -- diff --git a/linux-3.18.1/drivers/input/touchscreen/Kconfig

[PATCH 0/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 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.

[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

[PATCH 1/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 i2c multitouch driver is in input/touchscreen. Signed-off-by: Tammy Tseng tammy_ts...@sis.com -- diff --git a/linux-3.18.1/drivers/input/touchscreen/Kconfig