All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09
@ 2021-08-13  6:21 Oliver Graute
  2021-08-13  6:45 ` Marco Felsch
  2021-09-06  2:09 ` Dmitry Torokhov
  0 siblings, 2 replies; 3+ messages in thread
From: Oliver Graute @ 2021-08-13  6:21 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: oliver.graute, Oliver Graute, Marco Felsch, Andy Shevchenko,
	Simon Budig, linux-input, linux-kernel

Add Support for EP011M09 Firmware

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
---
 drivers/input/touchscreen/edt-ft5x06.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c
index 6ff81d48da86..600c818b2181 100644
--- a/drivers/input/touchscreen/edt-ft5x06.c
+++ b/drivers/input/touchscreen/edt-ft5x06.c
@@ -895,6 +895,7 @@ static int edt_ft5x06_ts_identify(struct i2c_client *client,
 		 * the identification registers.
 		 */
 		switch (rdbuf[0]) {
+		case 0x11:   /* EDT EP0110M09 */
 		case 0x35:   /* EDT EP0350M09 */
 		case 0x43:   /* EDT EP0430M09 */
 		case 0x50:   /* EDT EP0500M09 */
-- 
2.17.1


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

* Re: [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09
  2021-08-13  6:21 [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09 Oliver Graute
@ 2021-08-13  6:45 ` Marco Felsch
  2021-09-06  2:09 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Marco Felsch @ 2021-08-13  6:45 UTC (permalink / raw)
  To: Oliver Graute
  Cc: dmitry.torokhov, oliver.graute, Andy Shevchenko, Simon Budig,
	linux-input, linux-kernel

Hi Oliver,

thanks for the patch.

On 21-08-13 08:21, Oliver Graute wrote:
> Add Support for EP011M09 Firmware
> 
> Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>

Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>

Regards,
  Marco

> ---
>  drivers/input/touchscreen/edt-ft5x06.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/edt-ft5x06.c b/drivers/input/touchscreen/edt-ft5x06.c
> index 6ff81d48da86..600c818b2181 100644
> --- a/drivers/input/touchscreen/edt-ft5x06.c
> +++ b/drivers/input/touchscreen/edt-ft5x06.c
> @@ -895,6 +895,7 @@ static int edt_ft5x06_ts_identify(struct i2c_client *client,
>  		 * the identification registers.
>  		 */
>  		switch (rdbuf[0]) {
> +		case 0x11:   /* EDT EP0110M09 */
>  		case 0x35:   /* EDT EP0350M09 */
>  		case 0x43:   /* EDT EP0430M09 */
>  		case 0x50:   /* EDT EP0500M09 */
> -- 
> 2.17.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* Re: [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09
  2021-08-13  6:21 [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09 Oliver Graute
  2021-08-13  6:45 ` Marco Felsch
@ 2021-09-06  2:09 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2021-09-06  2:09 UTC (permalink / raw)
  To: Oliver Graute
  Cc: oliver.graute, Marco Felsch, Andy Shevchenko, Simon Budig,
	linux-input, linux-kernel

On Fri, Aug 13, 2021 at 08:21:09AM +0200, Oliver Graute wrote:
> Add Support for EP011M09 Firmware
> 
> Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2021-09-06  2:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13  6:21 [RESEND PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09 Oliver Graute
2021-08-13  6:45 ` Marco Felsch
2021-09-06  2:09 ` 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.