| Server IP : 107.13.46.68 / Your IP : 216.73.216.232 Web Server : Apache/2.4.58 (Ubuntu) System : Linux mariOS 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec 5 13:09:44 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/inputattach/ |
Upload File : |
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