[PATCH 2.4] Wolfson AC97 touch screen driver - documentation

From: Liam Girdwood
Date: Wed Dec 17 2003 - 09:50:07 EST


This patch updates the driver documentation to reflect the use of the
kernel input event interface.

Patch is against 2.4.24-pre1

Liam
diff -urN a/Documentation/Configure.help b/Documentation/Configure.help
--- a/Documentation/Configure.help 2003-12-17 11:59:19.000000000 +0000
+++ b/Documentation/Configure.help 2003-12-17 14:04:13.000000000 +0000
@@ -28651,13 +28651,6 @@
Please see Documentation/wolfson-touchscreen.txt for
a complete list of parameters.

- In order to use this driver, a char device called wm97xx with a major
- number of 10 and minor number 16 will have to be created under
- /dev/touchscreen.
-
- e.g.
- mknod /dev/touchscreen/wm97xx c 10 16
-
If you want to compile this as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here. The module will be called ac97_plugin_wm97xx.o.
diff -urN a/Documentation/wolfson-touchscreen.txt b/Documentation/wolfson-touchscreen.txt
--- a/Documentation/wolfson-touchscreen.txt 2003-11-28 18:26:19.000000000 +0000
+++ b/Documentation/wolfson-touchscreen.txt 2003-12-17 14:00:03.000000000 +0000
@@ -37,12 +37,8 @@
Driver Usage
============

-In order to use this driver, a char device called wm97xx with a major
-number of 10 and minor number 16 will have to be created under
-/dev/touchscreen.
-
-e.g.
-mknod /dev/touchscreen/wm97xx c 10 16
+This driver uses the kernel input event interface. Please see
+Documentation/input/input.txt section 3.2.4 for details.


Driver Parameters