aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/sun4i-ts.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/sun4i-ts.c')
-rw-r--r--drivers/input/touchscreen/sun4i-ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/sun4i-ts.c b/drivers/input/touchscreen/sun4i-ts.c
index 92f6e1ae23a2..f11ba7f2dca7 100644
--- a/drivers/input/touchscreen/sun4i-ts.c
+++ b/drivers/input/touchscreen/sun4i-ts.c
@@ -22,7 +22,7 @@
22 * in the kernel). So this driver offers straight forward, reliable single 22 * in the kernel). So this driver offers straight forward, reliable single
23 * touch functionality only. 23 * touch functionality only.
24 * 24 *
25 * s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi/README) 25 * s.a. A20 User Manual "1.15 TP" (Documentation/arm/sunxi.rst)
26 * (looks like the description in the A20 User Manual v1.3 is better 26 * (looks like the description in the A20 User Manual v1.3 is better
27 * than the one in the A10 User Manual v.1.5) 27 * than the one in the A10 User Manual v.1.5)
28 */ 28 */