aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/serio.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-07-18 00:37:01 -0400
committerDmitry Torokhov <dtor@insightbb.com>2007-07-18 00:37:01 -0400
commit85f202d5df877f8adcda342b74ab11fbdfea753d (patch)
tree56ad1e673ee5ee8963adf61ca756d43229294427 /include/linux/serio.h
parentInput: ads7846 - re-check pendown status before reporting events (diff)
downloadlinux-dev-85f202d5df877f8adcda342b74ab11fbdfea753d.tar.xz
linux-dev-85f202d5df877f8adcda342b74ab11fbdfea753d.zip
Input: add driver for Fujitsu serial touchscreens
These serial touchscreens are found on some Fujitsu lifebook P-series laptops, and the B6210. Using this requires a new version of inputattach and doing: inputattach -fjt /dev/ttyS0 Big thanks to Stephen Hemminger for testing it and making it work on his B6210 laptop. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to '')
-rw-r--r--include/linux/serio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h
index d9377ce9ffd1..9f3825014674 100644
--- a/include/linux/serio.h
+++ b/include/linux/serio.h
@@ -210,5 +210,6 @@ static inline void serio_unpin_driver(struct serio *serio)
#define SERIO_TOUCHRIGHT 0x32
#define SERIO_TOUCHWIN 0x33
#define SERIO_TAOSEVM 0x34
+#define SERIO_FUJITSU 0x35
#endif