linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09
@ 2020-04-09  9:21 Oliver Graute
  2020-04-09 10:47 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Graute @ 2020-04-09  9:21 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: oliver.graute, Oliver Graute, Andy Shevchenko, Sasha Levin,
	Philipp Zabel, Greg Kroah-Hartman, linux-input, linux-kernel

From: Oliver Graute <oliver.graute@kococonnector.com>

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 d2587724c52a..13665389d28c 100644
--- a/drivers/input/touchscreen/edt-ft5x06.c
+++ b/drivers/input/touchscreen/edt-ft5x06.c
@@ -879,6 +879,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] 2+ messages in thread

* Re: [PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09
  2020-04-09  9:21 [PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09 Oliver Graute
@ 2020-04-09 10:47 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2020-04-09 10:47 UTC (permalink / raw)
  To: Oliver Graute
  Cc: dmitry.torokhov, Oliver Graute, Sasha Levin, Philipp Zabel,
	Greg Kroah-Hartman, linux-input, linux-kernel

On Thu, Apr 09, 2020 at 11:21:52AM +0200, Oliver Graute wrote:
> From: Oliver Graute <oliver.graute@kococonnector.com>
> 
> Add Support for EP011M09 Firmware

Thank you for patches!

Two patches you sent should be in the series, otherwise it will be exactly a
state in the middle where users will get a big warning.

That said, this patch is second in the series, and the other one is the first.
(You need to address in the latter my concerns and add more information perhaps
 why it's not tolerating that call)

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2020-04-09 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-09  9:21 [PATCH v1] Input: edt-ft5x06 - added case for EDT EP0110M09 Oliver Graute
2020-04-09 10:47 ` Andy Shevchenko

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).