summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorSylvestre Ledru2011-03-27 07:52:25 +0200
committerDmitry Torokhov2011-03-27 07:53:08 +0200
commitd51ca07634b8a441f731e087e93775a67d629a8c (patch)
treefd3466060eecaab26046edd0b8116a119463de82 /drivers/input
parentInput: wacom - report resolution for pen devices (diff)
downloadkernel-qcow2-linux-d51ca07634b8a441f731e087e93775a67d629a8c.tar.gz
kernel-qcow2-linux-d51ca07634b8a441f731e087e93775a67d629a8c.tar.xz
kernel-qcow2-linux-d51ca07634b8a441f731e087e93775a67d629a8c.zip
Input: h3600_ts_input - fix a spelling error
Signed-off-by: Sylvestre Ledru <sylvestre.ledru@scilab.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/h3600_ts_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/h3600_ts_input.c b/drivers/input/touchscreen/h3600_ts_input.c
index b4d7f63deff1..efa06882de00 100644
--- a/drivers/input/touchscreen/h3600_ts_input.c
+++ b/drivers/input/touchscreen/h3600_ts_input.c
@@ -62,7 +62,7 @@ MODULE_LICENSE("GPL");
Programmer has no control over these numbers.
TODO there are holes - specifically 1,7,0x0a
*/
-#define VERSION_ID 0 /* Get Version (request/respose) */
+#define VERSION_ID 0 /* Get Version (request/response) */
#define KEYBD_ID 2 /* Keyboard (event) */
#define TOUCHS_ID 3 /* Touch Screen (event)*/
#define EEPROM_READ_ID 4 /* (request/response) */