File: inputattach.README.Debian

package info (click to toggle)
joystick 1%3A1.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: ansic: 3,531; sh: 184; awk: 159; python: 79; makefile: 76
file content (24 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
inputattach for Debian
----------------------

This package does not include an initscript to initialize your
devices automatically; it isn't possible to adequately control
inputattach as would be required for an initscript.

To automatically attach a serial device to the input layer, the
recommended approach is simply to add the appropriate lines to
/etc/rc.local, or to a local udev rules file. For example, to
configure a Mouse Systems mouse on the first serial port:
 * in /etc/rc.local
	inputattach --daemon -msc /dev/ttyS0
 * or in /etc/udev/010_local.rules
	ACTION=="add", KERNEL=="ttyS0", RUN+="/usr/bin/inputattach --daemon -msc /dev/%k"

This package includes udev rules to automatically attach Wacom W8001
devices on Fujitsu T2010 or Lenovo X200-series laptops and tablets.
These rules conflict with versions of xserver-xorg-wacom matching WACf
or FUJ02e5 in a MatchProduct line; to use the tablets with
inputattach, the matching identifiers in the MatchProduct line must be
removed so that the evdev driver is used in X.org.

 -- Stephen Kitt <skitt@debian.org>, Fri,  8 Jan 2016 23:50:11 +0100