1inputattach(1) General Commands Manual inputattach(1)
2
3
4
6 inputattach - attach a serial line to an input-layer device
7
9 inputattach [--daemon] [--always] [--noinit] [--baud baud>] <mode>
10 <device>
11
13 inputattach attaches a serial line to an input-layer device via a line
14 discipline.
15
16 Exactly one of the available modes must be specified on the command
17 line.
18
20 --daemon
21 Forks into the background.
22
23 --always
24 Ignore initialization failures when attaching the device.
25
26 --noinit
27 Skip device initialization.
28
29 --baud Specify the baud rate to use. (This is only necessary if the
30 default rate is incorrect.)
31
32 Modes
33 -dump, --dump
34 Just enable device.
35
36 -eeti, --eetiegalax
37 EETI eGalaxTouch.
38
39 -ep, --easypen
40 Genius EasyPen 3x4 tablet.
41
42 -elo3b, --elo261-280
43 ELO Touchscreen, 3-byte mode.
44
45 -elo4b, --elo271-140
46 ELO touchscreen, 4-byte mode.
47
48 -elo6b, --elo4002
49 ELO touchscreen, 6-byte mode.
50
51 -elo, --elotouch
52 ELO touchscreen, 10-byte mode.
53
54 -fjt, --fujitsu
55 Fujitsu serial touchscreen.
56
57 -ipaq, --h3600ts
58 Ipaq h3600 touchscreen.
59
60 -ham, --hampshire
61 Hampshire touchscreen.
62
63 -ifor, --iforce
64 I-Force joystick or wheel.
65
66 -ms3, --intellimouse
67 Microsoft IntelliMouse.
68
69 -lk, --lkkbd
70 DEC LK201 / LK401 keyboards.
71
72 -mag, --magellan
73 Magellan / SpaceMouse.
74
75 -bare, --microsoft
76 2-button Microsoft mouse.
77
78 -mmw, --mmwheel
79 Logitech mouse with 4-5 buttons or a wheel.
80
81 -mman4, --mouseman4
82 4-button Logitech / Genius mouse.
83
84 -mman, --mouseman
85 3-button Logitech / Genius mouse.
86
87 -msc, --mousesystems
88 3-button Mouse Systems mouse.
89
90 -ms, --mshack
91 3-button mouse in Microsoft mode.
92
93 -mtouch, --mtouch
94 MicroTouch (3M) touchscreen.
95
96 -newt, --newtonkbd
97 Newton keyboard.
98
99 -pm3k, --penmount3000
100 PenMount 3000 touchscreen.
101
102 -pm6k, --penmount6000
103 PenMount 6000 touchscreen.
104
105 -pmm1, --penmount6250
106 PenMount 6250 touchscreen.
107
108 -pm9k, --penmount9000
109 PenMount 9000 touchscreen.
110
111 -ps2m, --ps2mult
112 PS/2 serial multiplexer.
113
114 -ps2ser, --ps2serkbd
115 PS/2 via serial keyboard.
116
117 -pulse8-cec, --pulse8-cec
118 Pulse Eight HDMI CEC dongle.
119
120 -sbl, --spaceball
121 SpaceBall 2003 / 3003 / 4000 FLX.
122
123 -orb, --spaceorb
124 SpaceOrb 360 / SpaceBall Avenger.
125
126 -sting, --stinger
127 Gravis Stinger.
128
129 -ipaqkbd, --stowawaykbd
130 Stowaway keyboard.
131
132 -skb, --sunkbd
133 Sun Type 4 and Type 5 keyboards.
134
135 -sun, --sunmouse
136 3-button Sun mouse.
137
138 -taos, --taos-evm
139 TAOS evaluation module.
140
141 -t213, --touchit213
142 Sahara Touch-iT213 Tablet PC.
143
144 -tr, --touchright
145 Touchright serial touchscreen.
146
147 -tw, --touchwin
148 Touchwindow serial touchscreen.
149
150 -tsc, --tsc
151 TSC-10/25/40 serial touchscreen.
152
153 -twidjoy, --twiddler-joy
154 Handykey Twiddler used as a joystick.
155
156 -twid, --twiddler
157 Handykey Twiddler chording keyboard.
158
159 -vs, --vsxxx-aa
160 DEC VSXXX-AA / VSXXX-GA mouse and VSXXX-A tablet.
161
162 -w8001, --w8001
163 Wacom W8001 pen and/or touch devices. The default baud rate,
164 38400bps, allows for touch-only or pen and touch devices; for
165 pen-only devices, "--baud 19200" must be specified.
166
167 -wacom_iv, --wacom_iv
168 Wacom protocol IV tablet.
169
170 -war, --warrior
171 WingMan Warrior.
172
173 -zhen, --zhen-hua
174 Zhen Hua 5-byte protocol.
175
177 inputattach was written by Vojtech Pavlik and Arndt Schoenewald, and
178 improved by many others; see the linuxconsole tools documentation for
179 details.
180
181 This manual page was written by Stephen Kitt <steve@sk2.org>, for the
182 Debian GNU/Linux system (but may be used by others).
183
184
185
186inputattach January 9, 2016 inputattach(1)