char - Determining if a device is a touchscreen device in linux -


i trying determine /dev/input/eventx device touchscreen. looking @ return of eviocgname device name. looking @ return values of eviocgbit ioctl don't think there generic way determine touchscreen. interested in sort of solution problem. in advance time!!!

take at:

  • /dev/input/by-path/
  • /dev/input/by-id/
  • /sys/class/input/event?/device/

these might have enough info needs. wish had touchscreen test ;)


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -