Ubuntu Pastebin

Paste from elopio at Mon, 11 May 2015 20:43:22 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
The following extra packages will be installed:
  autopilot-qt5 libjs-jquery libjs-underscore libwebp5 libwebpmux1
  libxpathselect1.4 python3-autopilot python3-dateutil python3-decorator
  python3-evdev python3-extras python3-fixtures python3-junitxml
  python3-mimeparse python3-pil python3-psutil python3-subunit
  python3-testscenarios python3-testtools qttestability-autopilot


absolute axis event at 1431280511.211851, ABS_MT_TRACKING_ID 
key event at 1431280511.211851, 330 (BTN_TOUCH), down
key event at 1431280511.211851, 325 (BTN_TOOL_FINGER), down
absolute axis event at 1431280511.211851, ABS_MT_POSITION_X 
absolute axis event at 1431280511.211851, ABS_MT_POSITION_Y 
absolute axis event at 1431280511.211851, ABS_MT_TOUCH_MINOR 
synchronization event at 1431280511.211851, SYN_REPORT 
absolute axis event at 1431280511.222672, ABS_MT_TRACKING_ID 
key event at 1431280511.222672, 330 (BTN_TOUCH), up
key event at 1431280511.222672, 325 (BTN_TOOL_FINGER), up
synchronization event at 1431280511.222672, SYN_REPORT

absolute axis event at 1431280623.950324, ABS_MT_TRACKING_ID 
key event at 1431280623.950324, 325 (BTN_TOOL_FINGER), down
synchronization event at 1431280623.950324, SYN_REPORT 
absolute axis event at 1431280624.054025, ABS_MT_TRACKING_ID 
key event at 1431280624.054025, 325 (BTN_TOOL_FINGER), up
synchronization event at 1431280624.054025, SYN_REPORT

>>> dev.capabilities(verbose=True)
{('EV_SYN', 0): [('SYN_REPORT', 0), ('SYN_CONFIG', 1), ('SYN_DROPPED', 3), ('?', 760)], ('EV_ABS', 3): [(('ABS_X', 0), AbsInfo(value=0, min=0, max=1152, fuzz=0, flat=0, resolution=0)), (('ABS_Y', 1), AbsInfo(value=0, min=0, max=1920, fuzz=0, flat=0, resolution=0)), (('ABS_PRESSURE', 24), AbsInfo(value=0, min=0, max=65535, fuzz=0, flat=0, resolution=0)), (('ABS_MT_SLOT', 47), AbsInfo(value=0, min=0, max=9, fuzz=0, flat=0, resolution=0)), (('ABS_MT_TOUCH_MAJOR', 48), AbsInfo(value=0, min=0, max=30, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_X', 53), AbsInfo(value=0, min=0, max=1152, fuzz=0, flat=0, resolution=0)), (('ABS_MT_POSITION_Y', 54), AbsInfo(value=0, min=0, max=1920, fuzz=0, flat=0, resolution=0)), (('ABS_MT_TRACKING_ID', 57), AbsInfo(value=0, min=0, max=65535, fuzz=0, flat=0, resolution=0)), (('ABS_MT_PRESSURE', 58), AbsInfo(value=0, min=0, max=255, fuzz=0, flat=0, resolution=0))], ('EV_KEY', 1): [('BTN_TOOL_FINGER', 325)]}
Download as text