multi-touch-dev team mailing list archive
-
multi-touch-dev team
-
Mailing list archive
-
Message #00211
Re: [Question #120996]: How can I get the device node for my multi-touch device?
Question #120996 on utouch changed:
https://answers.edge.launchpad.net/utouch/+question/120996
Henrik Rydberg posted a new comment:
One can also read /proc/bus/input/devices, which lists much of the same information as lsinput. Example:
[code]
grep -A6 -i multitouch /proc/bus/input/devices | grep H:
[/code]
--
You received this question notification because you are a member of
Multi-touch Development, which is an answer contact for utouch.