マウスの動きとは別に、ラップトップのタッチパッドを入力デバイスとして使用するための追加の可能性を研究しています。
タッチパッドドライバーからの生データをフックして聞くにはどうすればよいですか?
まず、システムのTouchPadドライバーを見つけます。zgrep -i touchpad /var/log/dmesg*
私のシステムでは(あなたのシステムは異なる場合があります)input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input7
しているls -lRA /sys/devices/platform/i8042/serio1/input/input7
(追加された/ sysに注意してください)。いくつかの興味深いファイルを示しましたが、man -k touchpad
私を導いたman synaptics
それは言う:synaptics - touchpad input driver
DESCRIPTION
synaptics is an Xorg input driver for touchpads. Even though touchpads can be
handled by the normal evdev or mouse drivers, this driver allows more advanced
features of the touchpad to become available.