akhilkalwakurthy

evdev_trace -i

Feb 7th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.98 KB | None | 0 0
  1. [root@Sailfish /]# evdev_trace -i
  2. ----====( /dev/input/event0 )====----
  3. Name: "ft5x06_ts"
  4. ID: bus 0x18, vendor, 0x0, product 0x0, version 0x0
  5. Type 0x00 (EV_SYN)
  6. Type 0x01 (EV_KEY)
  7.      BTN_TOUCH
  8. Type 0x03 (EV_ABS)
  9.      ABS_MT_SLOT=0 [0,9] ABS_MT_POSITION_X=0 [0,1080]
  10.      ABS_MT_POSITION_Y=0 [0,1920] ABS_MT_TRACKING_ID=0 [0,65535]
  11.  
  12. ----====( /dev/input/event1 )====----
  13. Name: "input_mt_wrapper"
  14. ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
  15. Type 0x00 (EV_SYN)
  16. Type 0x03 (EV_ABS)
  17.      ABS_MT_TOUCH_MAJOR=0 [0,1] ABS_MT_POSITION_X=0 [0,1080]
  18.      ABS_MT_POSITION_Y=0 [0,1920] ABS_MT_TRACKING_ID=0 [0,9]
  19.      ABS_MT_PRESSURE=0 [0,255]
  20.  
  21. ----====( /dev/input/event2 )====----
  22. Name: "hbtp_vm"
  23. ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
  24. Type 0x00 (EV_SYN)
  25. Type 0x01 (EV_KEY)
  26.      BTN_MOUSE BTN_RIGHT
  27. Type 0x02 (EV_REL)
  28.      REL_X REL_Y
  29.  
  30. ----====( /dev/input/event3 )====----
  31. Name: "qpnp_pon"
  32. ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
  33. Type 0x00 (EV_SYN)
  34. Type 0x01 (EV_KEY)
  35.      KEY_VOLUMEDOWN KEY_POWER
  36.  
  37. ----====( /dev/input/event4 )====----
  38. Name: "gpio-keys"
  39. ID: bus 0x19, vendor, 0x1, product 0x1, version 0x100
  40. Type 0x00 (EV_SYN)
  41. Type 0x01 (EV_KEY)
  42.      KEY_VOLUMEUP KEY_CAMERA_FOCUS KEY_CAMERA_SNAPSHOT
  43.  
  44. ----====( /dev/input/event5 )====----
  45. Name: "pwm-ir"
  46. ID: bus 0x19, vendor, 0x0, product 0x0, version 0x0
  47. Type 0x00 (EV_SYN)
  48. Type 0x01 (EV_KEY)
  49. Type 0x04 (EV_MSC)
  50.      MSC_SCAN
  51. Type 0x14 (EV_REP)
  52.  
  53. ----====( /dev/input/event6 )====----
  54. Name: "msm8976-tashalite-snd-card Button Jack"
  55. ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
  56. Type 0x00 (EV_SYN)
  57. Type 0x01 (EV_KEY)
  58.      KEY_MEDIA BTN_1 BTN_2 BTN_3 BTN_4 BTN_5 BTN_6 BTN_7
  59.  
  60. ----====( /dev/input/event7 )====----
  61. Name: "msm8976-tashalite-snd-card Headset Jack"
  62. ID: bus 0x0, vendor, 0x0, product 0x0, version 0x0
  63. Type 0x00 (EV_SYN)
  64. Type 0x05 (EV_SW)
  65.      SW_HEADPHONE_INSERT SW_MICROPHONE_INSERT SW_LINEOUT_INSERT
  66.      SW_JACK_PHYSICAL_INSERT SW_HPHL_OVERCURRENT SW_HPHR_OVERCURRENT
  67.      SW_UNSUPPORT_INSERT SW_MICROPHONE2_INSERT
Add Comment
Please, Sign In to add comment