All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] input: touchscreen: atmel_mxt_ts: add T100 as a readable object
@ 2017-05-17 15:29 Maxime Roussin-Bélanger
  2017-05-19 21:59 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Roussin-Bélanger @ 2017-05-17 15:29 UTC (permalink / raw)
  To: Nick Dyer, Dmitry Torokhov
  Cc: linux-input, jeff.dagenais, Maxime Roussin-Bélanger

When using the 'object' sysfs attribute, T100 is not displayed in
the output.

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
--
Changes in v2:
  - Fix commit description 'sysfs file' to 'sysfs attribute'.-

 drivers/input/touchscreen/atmel_mxt_ts.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c
index e5d185f..090725e 100644
--- a/drivers/input/touchscreen/atmel_mxt_ts.c
+++ b/drivers/input/touchscreen/atmel_mxt_ts.c
@@ -350,6 +350,7 @@ static bool mxt_object_readable(unsigned int type)
 	case MXT_TOUCH_KEYARRAY_T15:
 	case MXT_TOUCH_PROXIMITY_T23:
 	case MXT_TOUCH_PROXKEY_T52:
+	case MXT_TOUCH_MULTITOUCHSCREEN_T100:
 	case MXT_PROCI_GRIPFACE_T20:
 	case MXT_PROCG_NOISE_T22:
 	case MXT_PROCI_ONETOUCH_T24:
-- 
2.1.4


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

* Re: [PATCH v2] input: touchscreen: atmel_mxt_ts: add T100 as a readable object
  2017-05-17 15:29 [PATCH v2] input: touchscreen: atmel_mxt_ts: add T100 as a readable object Maxime Roussin-Bélanger
@ 2017-05-19 21:59 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2017-05-19 21:59 UTC (permalink / raw)
  To: Maxime Roussin-Bélanger; +Cc: Nick Dyer, linux-input, jeff.dagenais

On Wed, May 17, 2017 at 11:29:33AM -0400, Maxime Roussin-Bélanger wrote:
> When using the 'object' sysfs attribute, T100 is not displayed in
> the output.
> 
> Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
> --

Applied, thank you.

> Changes in v2:
>   - Fix commit description 'sysfs file' to 'sysfs attribute'.-
> 
>  drivers/input/touchscreen/atmel_mxt_ts.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c
> index e5d185f..090725e 100644
> --- a/drivers/input/touchscreen/atmel_mxt_ts.c
> +++ b/drivers/input/touchscreen/atmel_mxt_ts.c
> @@ -350,6 +350,7 @@ static bool mxt_object_readable(unsigned int type)
>  	case MXT_TOUCH_KEYARRAY_T15:
>  	case MXT_TOUCH_PROXIMITY_T23:
>  	case MXT_TOUCH_PROXKEY_T52:
> +	case MXT_TOUCH_MULTITOUCHSCREEN_T100:
>  	case MXT_PROCI_GRIPFACE_T20:
>  	case MXT_PROCG_NOISE_T22:
>  	case MXT_PROCI_ONETOUCH_T24:
> -- 
> 2.1.4
> 

-- 
Dmitry

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

end of thread, other threads:[~2017-05-19 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 15:29 [PATCH v2] input: touchscreen: atmel_mxt_ts: add T100 as a readable object Maxime Roussin-Bélanger
2017-05-19 21:59 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.