Computers/Adv. Linux System Programming

/proc/bus/input/devices 구조

emzei 2014. 12. 14. 20:25
  • I => @id: id of the device (struct input_id)
    • Bus     => id.bustype
    • Vendor  => id.vendor
    • Product => id.product
    • Version => id.version
  • N => name of the device.
  • P => physical path to the device in the system hierarchy.
  • S => sysfs path.
  • U => unique identification code for the device (if device has it).
  • H => list of input handles associated with the device.
  • B => bitmaps
    • PROP => device properties and quirks.
    • EV   => types of events supported by the device.
    • KEY  => keys/buttons this device has.
    • MSC  => miscellaneous events supported by the device.
    • LED  => leds present on the device.



'Computers > Adv. Linux System Programming' 카테고리의 다른 글

wait queue 구조  (0) 2014.12.13
disagrees about version of symbol module_layout  (0) 2014.10.06
change sources.list  (0) 2014.05.20
install RT linux  (0) 2014.05.19
ubuntu initrd.img 생성  (0) 2014.05.01