linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 1/1] hid:Fix maxcontacts problem on GeneralTouch multi-touchscreen.
  2012-10-29 15:04 [PATCH 1/1] hid:Fix maxcontacts problem on GeneralTouch multi-touchscreen Xianhan Yu
@ 2012-10-29  8:34 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2012-10-29  8:34 UTC (permalink / raw)
  To: Xianhan Yu
  Cc: Benjamin Tissoires, Henrik Rydberg, linux-input, linux-kernel,
	yxhma

On Mon, 29 Oct 2012, Xianhan Yu wrote:

> Fix maxcontacts problem for PWT GeneralTouch multi-touchscreen,modify 
> driver for all GeneralTouch PWT touchscreen.

Could you please provide some more verbose changelog, like what is the 
problem, why the original code was wrong and why the patch fixes the 
problem?

Thanks.

> 
> Signed-off-by: Xianhan Yu <aroundight77@gmail.com>
> ---
>  drivers/hid/hid-multitouch.c |    3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
> index 3eb02b9..7afeb77 100644
> --- a/drivers/hid/hid-multitouch.c
> +++ b/drivers/hid/hid-multitouch.c
> @@ -210,8 +210,7 @@ static struct mt_class mt_classes[] = {
>  	},
>  	{ .name	= MT_CLS_GENERALTOUCH_PWT_TENFINGERS,
>  		.quirks	= MT_QUIRK_NOT_SEEN_MEANS_UP |
> -			MT_QUIRK_SLOT_IS_CONTACTNUMBER,
> -		.maxcontacts = 10
> +			MT_QUIRK_SLOT_IS_CONTACTNUMBER
>  	},
>  
>  	{ .name = MT_CLS_FLATFROG,
> -- 
> 1.7.9.5
> 

-- 
Jiri Kosina
SUSE Labs

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

* [PATCH 1/1] hid:Fix maxcontacts problem on GeneralTouch multi-touchscreen.
@ 2012-10-29 15:04 Xianhan Yu
  2012-10-29  8:34 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Xianhan Yu @ 2012-10-29 15:04 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires
  Cc: Henrik Rydberg, linux-input, linux-kernel, yxhma, Xianhan Yu

Fix maxcontacts problem for PWT GeneralTouch multi-touchscreen,modify driver for all GeneralTouch PWT touchscreen.

Signed-off-by: Xianhan Yu <aroundight77@gmail.com>
---
 drivers/hid/hid-multitouch.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 3eb02b9..7afeb77 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -210,8 +210,7 @@ static struct mt_class mt_classes[] = {
 	},
 	{ .name	= MT_CLS_GENERALTOUCH_PWT_TENFINGERS,
 		.quirks	= MT_QUIRK_NOT_SEEN_MEANS_UP |
-			MT_QUIRK_SLOT_IS_CONTACTNUMBER,
-		.maxcontacts = 10
+			MT_QUIRK_SLOT_IS_CONTACTNUMBER
 	},
 
 	{ .name = MT_CLS_FLATFROG,
-- 
1.7.9.5


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

end of thread, other threads:[~2012-10-29  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 15:04 [PATCH 1/1] hid:Fix maxcontacts problem on GeneralTouch multi-touchscreen Xianhan Yu
2012-10-29  8:34 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).