2018-04-02 13:00:17

by Martin Kepplinger

[permalink] [raw]
Subject: [PATCH 1/2] Input: mk712: update documentation web link

At the mentioned address there's nothing found. By searching information
on the controller chip still can be found, so update the link to the
resulting page.

Signed-off-by: Martin Kepplinger <[email protected]>
---
drivers/input/touchscreen/mk712.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
index bd5352824f77..c179060525ae 100644
--- a/drivers/input/touchscreen/mk712.c
+++ b/drivers/input/touchscreen/mk712.c
@@ -17,7 +17,7 @@
* found in Gateway AOL Connected Touchpad computers.
*
* Documentation for ICS MK712 can be found at:
- * http://www.idt.com/products/getDoc.cfm?docID=18713923
+ * https://www.idt.com/general-parts/mk712-touch-screen-controller
*/

/*
--
2.16.2



2018-04-02 13:00:17

by Martin Kepplinger

[permalink] [raw]
Subject: [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list

The input/touchscreen/mk712.c driver has been rewritten for the common
input event system. in 2005. There shouldn't a special device node be
created anymore.

Signed-off-by: Martin Kepplinger <[email protected]>
---

Please review this by looking at the driver too. Thanks,

martin



Documentation/admin-guide/devices.txt | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
index 4ec843123cc3..fb39bbf0789a 100644
--- a/Documentation/admin-guide/devices.txt
+++ b/Documentation/admin-guide/devices.txt
@@ -259,7 +259,6 @@
11 = /dev/vrtpanel Vr41xx embedded touch panel
13 = /dev/vpcmouse Connectix Virtual PC Mouse
14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen
- 15 = /dev/touchscreen/mk712 MK712 touchscreen
128 = /dev/beep Fancy beep device
129 =
130 = /dev/watchdog Watchdog timer port
--
2.16.2


2018-05-29 23:00:18

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH 2/2] Documentation: devices.txt: remove the mk712 touchscreen device from the list

On Mon, Apr 02, 2018 at 02:55:51PM +0200, Martin Kepplinger wrote:
> The input/touchscreen/mk712.c driver has been rewritten for the common
> input event system. in 2005. There shouldn't a special device node be
> created anymore.
>
> Signed-off-by: Martin Kepplinger <[email protected]>

Acked-by: Dmitry Torokhov <[email protected]>

Jon, can you please pick it up?

> ---
>
> Please review this by looking at the driver too. Thanks,
>
> martin
>
>
>
> Documentation/admin-guide/devices.txt | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/devices.txt b/Documentation/admin-guide/devices.txt
> index 4ec843123cc3..fb39bbf0789a 100644
> --- a/Documentation/admin-guide/devices.txt
> +++ b/Documentation/admin-guide/devices.txt
> @@ -259,7 +259,6 @@
> 11 = /dev/vrtpanel Vr41xx embedded touch panel
> 13 = /dev/vpcmouse Connectix Virtual PC Mouse
> 14 = /dev/touchscreen/ucb1x00 UCB 1x00 touchscreen
> - 15 = /dev/touchscreen/mk712 MK712 touchscreen
> 128 = /dev/beep Fancy beep device
> 129 =
> 130 = /dev/watchdog Watchdog timer port
> --
> 2.16.2
>

--
Dmitry

2018-05-29 23:02:09

by Dmitry Torokhov

[permalink] [raw]
Subject: Re: [PATCH 1/2] Input: mk712: update documentation web link

On Mon, Apr 02, 2018 at 02:55:50PM +0200, Martin Kepplinger wrote:
> At the mentioned address there's nothing found. By searching information
> on the controller chip still can be found, so update the link to the
> resulting page.
>
> Signed-off-by: Martin Kepplinger <[email protected]>

Applied, thank you.

> ---
> drivers/input/touchscreen/mk712.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/touchscreen/mk712.c b/drivers/input/touchscreen/mk712.c
> index bd5352824f77..c179060525ae 100644
> --- a/drivers/input/touchscreen/mk712.c
> +++ b/drivers/input/touchscreen/mk712.c
> @@ -17,7 +17,7 @@
> * found in Gateway AOL Connected Touchpad computers.
> *
> * Documentation for ICS MK712 can be found at:
> - * http://www.idt.com/products/getDoc.cfm?docID=18713923
> + * https://www.idt.com/general-parts/mk712-touch-screen-controller
> */
>
> /*
> --
> 2.16.2
>

--
Dmitry