Advertisement
Guest User

evtest output cubieboard

a guest
Aug 14th, 2013
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.10 KB | None | 0 0
  1. cubie@Cubian:~$ sudo evtest /dev/input/event2
  2. Input driver version is 1.0.1
  3. Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100
  4. Input device name: "sun4i-ts"
  5. Supported events:
  6.   Event type 0 (EV_SYN)
  7.   Event type 1 (EV_KEY)
  8.     Event code 330 (BTN_TOUCH)
  9.   Event type 3 (EV_ABS)
  10.     Event code 48 (ABS_MT_TOUCH_MAJOR)
  11.       Value      0
  12.       Min        0
  13.       Max     1000
  14.     Event code 53 (ABS_MT_POSITION_X)
  15.       Value      0
  16.       Min        0
  17.       Max     4095
  18.     Event code 54 (ABS_MT_POSITION_Y)
  19.       Value      0
  20.       Min        0
  21.       Max     4095
  22. Properties:
  23. Testing ... (interrupt to exit)
  24. Event: time 1376492634.953858, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 800
  25. Event: time 1376492634.953862, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1870
  26. Event: time 1376492634.953864, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1911
  27. Event: time 1376492634.953866, ++++++++++++++ SYN_MT_REPORT ++++++++++++
  28. Event: time 1376492634.953868, -------------- SYN_REPORT ------------
  29. Event: time 1376492634.964094, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 800
  30. Event: time 1376492634.964097, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1868
  31. Event: time 1376492634.964099, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1909
  32. Event: time 1376492634.964101, ++++++++++++++ SYN_MT_REPORT ++++++++++++
  33. Event: time 1376492634.964102, -------------- SYN_REPORT ------------
  34. Event: time 1376492634.974342, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 800
  35. Event: time 1376492634.974347, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1870
  36. Event: time 1376492634.974349, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1908
  37. Event: time 1376492634.974351, ++++++++++++++ SYN_MT_REPORT ++++++++++++
  38. Event: time 1376492634.974353, -------------- SYN_REPORT ------------
  39. Event: time 1376492634.984594, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 800
  40. Event: time 1376492634.984600, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 1872
  41. Event: time 1376492634.984602, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1906
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement