digimend-users Mailing List for DIGImend (Page 6)
Brought to you by:
spb_nick
You can subscribe to this list here.
2012 |
Jan
|
Feb
|
Mar
|
Apr
(58) |
May
(72) |
Jun
(24) |
Jul
|
Aug
(12) |
Sep
(9) |
Oct
(10) |
Nov
(2) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2013 |
Jan
(5) |
Feb
(23) |
Mar
|
Apr
|
May
(4) |
Jun
(7) |
Jul
(2) |
Aug
(2) |
Sep
(5) |
Oct
(7) |
Nov
(31) |
Dec
(11) |
2014 |
Jan
(13) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(12) |
Aug
(10) |
Sep
(13) |
Oct
(15) |
Nov
(49) |
Dec
(4) |
2015 |
Jan
(49) |
Feb
(62) |
Mar
(81) |
Apr
(10) |
May
(4) |
Jun
(6) |
Jul
(17) |
Aug
(3) |
Sep
(1) |
Oct
(4) |
Nov
|
Dec
(8) |
2016 |
Jan
(8) |
Feb
(5) |
Mar
(7) |
Apr
(7) |
May
(3) |
Jun
(4) |
Jul
(12) |
Aug
(8) |
Sep
(6) |
Oct
(4) |
Nov
(1) |
Dec
|
From: Nikolai K. <sp...@gm...> - 2015-03-02 10:33:41
|
On 03/02/2015 02:04 AM, Sarah Owens wrote: > Sure, here are some lines from usbhid-dump: > > 002:011:000:STREAM 1425254057.106243 > 07 81 BC 46 1B 2A FF 07 > > 002:011:000:STREAM 1425254057.136175 > 07 81 BC 46 1D 2A FF 07 > > 002:011:000:STREAM 1425254057.140231 > 07 81 BC 46 1F 2A FF 07 > > 002:011:000:STREAM 1425254057.144242 > 07 81 BC 46 21 2A FF 07 > > 002:011:000:STREAM 1425254057.148184 > 07 81 BC 46 23 2A FF 07 > > 002:011:000:STREAM 1425254057.152161 > 07 81 BA 46 28 2A FF 07 > > > And here are some lines from evtest: > > Event: time 1425254448.564150, -------------- SYN_REPORT ------------ > Event: time 1425254448.568167, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 > Event: time 1425254448.568167, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 > Event: time 1425254448.568167, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 > Event: time 1425254448.568167, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 > Event: time 1425254448.568167, type 3 (EV_ABS), code 0 (ABS_X), value 13767 > Event: time 1425254448.568167, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1730 > Event: time 1425254448.568167, -------------- SYN_REPORT ------------ > Event: time 1425254448.572168, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 > Event: time 1425254448.572168, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 > Event: time 1425254448.572168, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 > Event: time 1425254448.572168, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 > Event: time 1425254448.572168, type 3 (EV_ABS), code 1 (ABS_Y), value 17067 > Event: time 1425254448.572168, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2047 > Event: time 1425254448.572168, -------------- SYN_REPORT ------------ > Event: time 1425254448.576169, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 > Event: time 1425254448.576169, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 > Event: time 1425254448.576169, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 > Event: time 1425254448.576169, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 > Event: time 1425254448.576169, type 3 (EV_ABS), code 0 (ABS_X), value 13770 > Event: time 1425254448.576169, -------------- SYN_REPORT ------------ > Event: time 1425254448.580162, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 > Event: time 1425254448.580162, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 > Event: time 1425254448.580162, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 > Event: time 1425254448.580162, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 > Event: time 1425254448.580162, type 3 (EV_ABS), code 0 (ABS_X), value 13773 > Event: time 1425254448.580162, type 3 (EV_ABS), code 1 (ABS_Y), value 17065 Thanks, Sarah! However, I'll need to have more output to calculate and compare the report rate. A thousand events, at least. You can just do a few scribbles and send gzipped output. Or, you can calculate the report rate yourself. You have the timestamps both in usbhid-dump and evtest output. In usbhid-dump you need to sample every report, and in evtest only the SYN_REPORT lines. > The evtest looked like events were registering immediately--when I clicked > with the pen, it would immediately register an ABS_PRESSURE, and when I took > the pen away from the tablet, all events would immediately stop. Yes, I would expect that. I was suspecting simply too many reports, but now when I look at your evtest samples I see that BTN_TOUCH is toggled on and off in every report, which might be the reason for the slowdown. I'll check the code and will try it with my H610. Meanwhile can you check that you get BTN_TOUCH toggled in every evtest report? Or perhaps just send me both full usbhid-dump and full evtest outputs. BTW, which version of the driver are you using? Nick |
From: Sarah O. <owe...@gm...> - 2015-03-02 00:05:12
|
Sure, here are some lines from usbhid-dump: 002:011:000:STREAM 1425254057.106243 07 81 BC 46 1B 2A FF 07 002:011:000:STREAM 1425254057.136175 07 81 BC 46 1D 2A FF 07 002:011:000:STREAM 1425254057.140231 07 81 BC 46 1F 2A FF 07 002:011:000:STREAM 1425254057.144242 07 81 BC 46 21 2A FF 07 002:011:000:STREAM 1425254057.148184 07 81 BC 46 23 2A FF 07 002:011:000:STREAM 1425254057.152161 07 81 BA 46 28 2A FF 07 And here are some lines from evtest: Event: time 1425254448.564150, -------------- SYN_REPORT ------------ Event: time 1425254448.568167, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1425254448.568167, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1425254448.568167, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 Event: time 1425254448.568167, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1425254448.568167, type 3 (EV_ABS), code 0 (ABS_X), value 13767 Event: time 1425254448.568167, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1730 Event: time 1425254448.568167, -------------- SYN_REPORT ------------ Event: time 1425254448.572168, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1425254448.572168, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1425254448.572168, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 Event: time 1425254448.572168, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1425254448.572168, type 3 (EV_ABS), code 1 (ABS_Y), value 17067 Event: time 1425254448.572168, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2047 Event: time 1425254448.572168, -------------- SYN_REPORT ------------ Event: time 1425254448.576169, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1425254448.576169, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1425254448.576169, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 Event: time 1425254448.576169, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1425254448.576169, type 3 (EV_ABS), code 0 (ABS_X), value 13770 Event: time 1425254448.576169, -------------- SYN_REPORT ------------ Event: time 1425254448.580162, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1425254448.580162, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1425254448.580162, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0043 Event: time 1425254448.580162, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1425254448.580162, type 3 (EV_ABS), code 0 (ABS_X), value 13773 Event: time 1425254448.580162, type 3 (EV_ABS), code 1 (ABS_Y), value 17065 The evtest looked like events were registering immediately--when I clicked with the pen, it would immediately register an ABS_PRESSURE, and when I took the pen away from the tablet, all events would immediately stop. Thanks, Sarah On Sun, Mar 1, 2015 at 11:00 AM, Nikolai Kondrashov <sp...@gm...> wrote: > Hi Sarah, > > > On 03/01/2015 12:56 AM, Sarah Owens wrote: > >> I am trying to set up my Huion 1060pro >> (http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu >> 14.04. I >> installed the DIGImend drivers by following the instructions on github, >> and >> I'm having a few problems. >> >> When drawing on Krita or the Gimp, my brush-stroke lags seconds behind >> where >> my pen is. The stroke seems to buffer up, and will finish out the stroke, >> but takes forever to do so. >> >> To solve this problem, I was thinking I might need an xorg.config to lower >> sampling rate? My computer has 8g of RAM (5 reported as "free"). >> >> My other problem is none of the butttons work, except for left-click on >> the >> pen. Does this device have a known status with the drivers? (It looked >> like it fell in the "other" category for supported Huion devices). >> > > This is unlikely to be due to the tablet or driver behavior, but we can > test > that. > > Could you please send the output of this command: > > sudo usbhid-dump -es -m 256c:006e > > while you scribble with the pen? > > This way we'll see the rate of incoming reports. > > Just in case this is caused by the driver, please also send the output of > "evtest" for the pen interface, while doing the same. The pen interface > will > be the one which produces output while you move the pen. > > Thank you. > > Nick > |
From: Ulrich L. <ulr...@t-...> - 2015-03-01 22:21:59
|
On Sun, Mar 01, 2015 at 08:43:55PM +0200, Nikolai Kondrashov wrote: > Can you send the output of "/sbin/modinfo hid-huion"? /sbin/modinfo hid-huion filename: /lib/modules/3.13.0-46-generic/kernel/drivers/hid/hid-huion.ko license: GPL description: Huion HID driver author: Martin Rusko srcversion: 9FAA8737687B76D5AB43A35 alias: hid:b0003g*v0000256Cp0000006E depends: hid intree: Y vermagic: 3.13.0-46-generic SMP mod_unload modversions 686 > > Also, please send the output of "evtest", with the pen device selected, when > doing the light touching that produces the clicking problem. The pen device > will be the one producing output when moving the pen. > Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x256c product 0x6e version 0x111 Input device name: "HUION PenTablet" Supported events: Event type 0 (EV_SYN) Event type 1 (EV_KEY) Event code 256 (BTN_0) Event code 272 (BTN_LEFT) Event code 273 (BTN_RIGHT) Event code 274 (BTN_MIDDLE) Event code 320 (BTN_TOOL_PEN) Event code 321 (BTN_TOOL_RUBBER) Event code 330 (BTN_TOUCH) Event code 331 (BTN_STYLUS) Event type 3 (EV_ABS) Event code 0 (ABS_X) Value 0 Min 0 Max 40000 Resolution 157 Event code 1 (ABS_Y) Value 0 Min 0 Max 25000 Resolution 157 Event code 2 (ABS_Z) Value 1176 Min 0 Max 2048 Event code 3 (ABS_RX) Value 613 Min 0 Max 2048 Event code 24 (ABS_PRESSURE) Value 0 Min 0 Max 2047 Event type 4 (EV_MSC) Event code 4 (MSC_SCAN) The output below starts when the pen is about 1 cm above the tablet: Testing ... (interrupt to exit) Event: time 1425247329.367239, type 3 (EV_ABS), code 2 (ABS_Z), value 1414 Event: time 1425247329.367239, type 3 (EV_ABS), code 3 (ABS_RX), value 574 Event: time 1425247329.367239, -------------- SYN_REPORT ------------ Event: time 1425247329.371245, type 3 (EV_ABS), code 3 (ABS_RX), value 572 Event: time 1425247329.371245, -------------- SYN_REPORT ------------ Event: time 1425247329.373252, type 3 (EV_ABS), code 3 (ABS_RX), value 571 Event: time 1425247329.373252, -------------- SYN_REPORT ------------ Event: time 1425247329.377258, type 3 (EV_ABS), code 3 (ABS_RX), value 569 Event: time 1425247329.377258, -------------- SYN_REPORT ------------ Event: time 1425247329.387269, type 3 (EV_ABS), code 2 (ABS_Z), value 1413 Event: time 1425247329.387269, -------------- SYN_REPORT ------------ Event: time 1425247329.393246, type 3 (EV_ABS), code 3 (ABS_RX), value 568 Event: time 1425247329.393246, -------------- SYN_REPORT ------------ Event: time 1425247329.395260, type 3 (EV_ABS), code 2 (ABS_Z), value 1412 Event: time 1425247329.395260, -------------- SYN_REPORT ------------ Event: time 1425247329.401272, type 3 (EV_ABS), code 3 (ABS_RX), value 567 Event: time 1425247329.401272, -------------- SYN_REPORT ------------ Event: time 1425247329.405265, type 3 (EV_ABS), code 2 (ABS_Z), value 1411 Event: time 1425247329.405265, -------------- SYN_REPORT ------------ Event: time 1425247329.407243, type 3 (EV_ABS), code 2 (ABS_Z), value 1410 Event: time 1425247329.407243, type 3 (EV_ABS), code 3 (ABS_RX), value 566 Event: time 1425247329.407243, -------------- SYN_REPORT ------------ Event: time 1425247329.411275, type 3 (EV_ABS), code 2 (ABS_Z), value 1409 Event: time 1425247329.411275, type 3 (EV_ABS), code 3 (ABS_RX), value 567 Event: time 1425247329.411275, -------------- SYN_REPORT ------------ Event: time 1425247329.415259, type 3 (EV_ABS), code 3 (ABS_RX), value 566 Event: time 1425247329.415259, -------------- SYN_REPORT ------------ Event: time 1425247329.417277, type 3 (EV_ABS), code 3 (ABS_RX), value 565 Event: time 1425247329.417277, -------------- SYN_REPORT ------------ Event: time 1425247329.421260, type 3 (EV_ABS), code 2 (ABS_Z), value 1408 Event: time 1425247329.421260, -------------- SYN_REPORT ------------ Event: time 1425247329.423237, type 3 (EV_ABS), code 2 (ABS_Z), value 1407 Event: time 1425247329.423237, type 3 (EV_ABS), code 3 (ABS_RX), value 563 Event: time 1425247329.423237, -------------- SYN_REPORT ------------ Event: time 1425247329.429260, type 3 (EV_ABS), code 2 (ABS_Z), value 1406 Event: time 1425247329.429260, type 3 (EV_ABS), code 3 (ABS_RX), value 562 Event: time 1425247329.429260, -------------- SYN_REPORT ------------ Event: time 1425247329.433265, type 3 (EV_ABS), code 3 (ABS_RX), value 561 Event: time 1425247329.433265, -------------- SYN_REPORT ------------ Event: time 1425247329.437268, type 3 (EV_ABS), code 2 (ABS_Z), value 1405 Event: time 1425247329.437268, -------------- SYN_REPORT ------------ Event: time 1425247329.443268, type 3 (EV_ABS), code 2 (ABS_Z), value 1404 Event: time 1425247329.443268, type 3 (EV_ABS), code 3 (ABS_RX), value 560 Event: time 1425247329.443268, -------------- SYN_REPORT ------------ Event: time 1425247329.445304, type 3 (EV_ABS), code 3 (ABS_RX), value 559 Event: time 1425247329.445304, -------------- SYN_REPORT ------------ Event: time 1425247329.449284, type 3 (EV_ABS), code 2 (ABS_Z), value 1403 Event: time 1425247329.449284, -------------- SYN_REPORT ------------ Event: time 1425247329.451288, type 3 (EV_ABS), code 3 (ABS_RX), value 560 Event: time 1425247329.451288, -------------- SYN_REPORT ------------ Event: time 1425247329.459262, type 3 (EV_ABS), code 2 (ABS_Z), value 1402 Event: time 1425247329.459262, -------------- SYN_REPORT ------------ Event: time 1425247329.473269, type 3 (EV_ABS), code 2 (ABS_Z), value 1401 Event: time 1425247329.473269, type 3 (EV_ABS), code 3 (ABS_RX), value 559 Event: time 1425247329.473269, -------------- SYN_REPORT ------------ Event: time 1425247329.477306, type 3 (EV_ABS), code 3 (ABS_RX), value 560 Event: time 1425247329.477306, -------------- SYN_REPORT ------------ Event: time 1425247329.487250, type 3 (EV_ABS), code 3 (ABS_RX), value 559 Event: time 1425247329.487250, -------------- SYN_REPORT ------------ Event: time 1425247329.489285, type 3 (EV_ABS), code 2 (ABS_Z), value 1400 Event: time 1425247329.489285, -------------- SYN_REPORT ------------ Event: time 1425247329.503248, type 3 (EV_ABS), code 3 (ABS_RX), value 558 Event: time 1425247329.503248, -------------- SYN_REPORT ------------ Event: time 1425247329.509249, type 3 (EV_ABS), code 3 (ABS_RX), value 557 Event: time 1425247329.509249, -------------- SYN_REPORT ------------ Event: time 1425247329.513274, type 3 (EV_ABS), code 3 (ABS_RX), value 556 Event: time 1425247329.513274, -------------- SYN_REPORT ------------ Event: time 1425247329.515265, type 3 (EV_ABS), code 2 (ABS_Z), value 1399 Event: time 1425247329.515265, -------------- SYN_REPORT ------------ Event: time 1425247329.519245, type 3 (EV_ABS), code 3 (ABS_RX), value 555 Event: time 1425247329.519245, -------------- SYN_REPORT ------------ Event: time 1425247329.523247, type 3 (EV_ABS), code 3 (ABS_RX), value 554 Event: time 1425247329.523247, -------------- SYN_REPORT ------------ Event: time 1425247329.529242, type 3 (EV_ABS), code 3 (ABS_RX), value 553 Event: time 1425247329.529242, -------------- SYN_REPORT ------------ Event: time 1425247329.533234, type 3 (EV_ABS), code 2 (ABS_Z), value 1398 Event: time 1425247329.533234, type 3 (EV_ABS), code 3 (ABS_RX), value 552 Event: time 1425247329.533234, -------------- SYN_REPORT ------------ Event: time 1425247329.535238, type 3 (EV_ABS), code 3 (ABS_RX), value 551 Event: time 1425247329.535238, -------------- SYN_REPORT ------------ Event: time 1425247329.543251, type 3 (EV_ABS), code 3 (ABS_RX), value 550 Event: time 1425247329.543251, -------------- SYN_REPORT ------------ Event: time 1425247329.545259, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247329.545259, -------------- SYN_REPORT ------------ Event: time 1425247329.549247, type 3 (EV_ABS), code 3 (ABS_RX), value 549 Event: time 1425247329.549247, -------------- SYN_REPORT ------------ Event: time 1425247329.551256, type 3 (EV_ABS), code 3 (ABS_RX), value 548 Event: time 1425247329.551256, -------------- SYN_REPORT ------------ Event: time 1425247329.559265, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247329.559265, type 3 (EV_ABS), code 3 (ABS_RX), value 547 Event: time 1425247329.559265, -------------- SYN_REPORT ------------ Event: time 1425247329.561240, type 3 (EV_ABS), code 3 (ABS_RX), value 546 Event: time 1425247329.561240, -------------- SYN_REPORT ------------ Event: time 1425247329.565238, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247329.565238, -------------- SYN_REPORT ------------ Event: time 1425247329.569234, type 3 (EV_ABS), code 3 (ABS_RX), value 545 Event: time 1425247329.569234, -------------- SYN_REPORT ------------ Event: time 1425247329.579285, type 3 (EV_ABS), code 3 (ABS_RX), value 544 Event: time 1425247329.579285, -------------- SYN_REPORT ------------ Event: time 1425247329.581267, type 3 (EV_ABS), code 2 (ABS_Z), value 1394 Event: time 1425247329.581267, -------------- SYN_REPORT ------------ Event: time 1425247329.585255, type 3 (EV_ABS), code 3 (ABS_RX), value 543 Event: time 1425247329.585255, -------------- SYN_REPORT ------------ Event: time 1425247329.599282, type 3 (EV_ABS), code 2 (ABS_Z), value 1393 Event: time 1425247329.599282, type 3 (EV_ABS), code 3 (ABS_RX), value 542 Event: time 1425247329.599282, -------------- SYN_REPORT ------------ Event: time 1425247329.615257, type 3 (EV_ABS), code 3 (ABS_RX), value 541 Event: time 1425247329.615257, -------------- SYN_REPORT ------------ Event: time 1425247329.619248, type 3 (EV_ABS), code 2 (ABS_Z), value 1394 Event: time 1425247329.619248, -------------- SYN_REPORT ------------ Event: time 1425247329.631236, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247329.631236, type 3 (EV_ABS), code 3 (ABS_RX), value 540 Event: time 1425247329.631236, -------------- SYN_REPORT ------------ Event: time 1425247329.643245, type 3 (EV_ABS), code 3 (ABS_RX), value 539 Event: time 1425247329.643245, -------------- SYN_REPORT ------------ Event: time 1425247329.653242, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247329.653242, -------------- SYN_REPORT ------------ Event: time 1425247329.663258, type 3 (EV_ABS), code 3 (ABS_RX), value 538 Event: time 1425247329.663258, -------------- SYN_REPORT ------------ Event: time 1425247329.673241, type 3 (EV_ABS), code 3 (ABS_RX), value 537 Event: time 1425247329.673241, -------------- SYN_REPORT ------------ Event: time 1425247329.677249, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247329.677249, -------------- SYN_REPORT ------------ Event: time 1425247329.693257, type 3 (EV_ABS), code 3 (ABS_RX), value 536 Event: time 1425247329.693257, -------------- SYN_REPORT ------------ Event: time 1425247329.701266, type 3 (EV_ABS), code 3 (ABS_RX), value 535 Event: time 1425247329.701266, -------------- SYN_REPORT ------------ Event: time 1425247329.711242, type 3 (EV_ABS), code 3 (ABS_RX), value 534 Event: time 1425247329.711242, -------------- SYN_REPORT ------------ Event: time 1425247329.725245, type 3 (EV_ABS), code 3 (ABS_RX), value 533 Event: time 1425247329.725245, -------------- SYN_REPORT ------------ Event: time 1425247329.727264, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247329.727264, -------------- SYN_REPORT ------------ Event: time 1425247329.735242, type 3 (EV_ABS), code 3 (ABS_RX), value 532 Event: time 1425247329.735242, -------------- SYN_REPORT ------------ Event: time 1425247329.741247, type 3 (EV_ABS), code 3 (ABS_RX), value 531 Event: time 1425247329.741247, -------------- SYN_REPORT ------------ Event: time 1425247329.745250, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247329.745250, -------------- SYN_REPORT ------------ Event: time 1425247329.751234, type 3 (EV_ABS), code 3 (ABS_RX), value 530 Event: time 1425247329.751234, -------------- SYN_REPORT ------------ Event: time 1425247329.765245, type 3 (EV_ABS), code 3 (ABS_RX), value 529 Event: time 1425247329.765245, -------------- SYN_REPORT ------------ Event: time 1425247329.779266, type 3 (EV_ABS), code 3 (ABS_RX), value 528 Event: time 1425247329.779266, -------------- SYN_REPORT ------------ Event: time 1425247329.803239, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247329.803239, -------------- SYN_REPORT ------------ Event: time 1425247329.821232, type 3 (EV_ABS), code 3 (ABS_RX), value 527 Event: time 1425247329.821232, -------------- SYN_REPORT ------------ Event: time 1425247329.825282, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247329.825282, -------------- SYN_REPORT ------------ Event: time 1425247329.843264, type 3 (EV_ABS), code 2 (ABS_Z), value 1398 Event: time 1425247329.843264, -------------- SYN_REPORT ------------ Event: time 1425247329.847323, type 3 (EV_ABS), code 3 (ABS_RX), value 526 Event: time 1425247329.847323, -------------- SYN_REPORT ------------ Event: time 1425247329.863244, type 3 (EV_ABS), code 3 (ABS_RX), value 525 Event: time 1425247329.863244, -------------- SYN_REPORT ------------ Event: time 1425247329.917241, type 3 (EV_ABS), code 3 (ABS_RX), value 526 Event: time 1425247329.917241, -------------- SYN_REPORT ------------ Event: time 1425247329.935236, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247329.935236, -------------- SYN_REPORT ------------ Event: time 1425247329.957240, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247329.957240, -------------- SYN_REPORT ------------ Event: time 1425247329.959271, type 3 (EV_ABS), code 3 (ABS_RX), value 527 Event: time 1425247329.959271, -------------- SYN_REPORT ------------ Event: time 1425247329.971239, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247329.971239, -------------- SYN_REPORT ------------ Event: time 1425247329.977223, type 3 (EV_ABS), code 3 (ABS_RX), value 528 Event: time 1425247329.977223, -------------- SYN_REPORT ------------ Event: time 1425247329.985227, type 3 (EV_ABS), code 2 (ABS_Z), value 1394 Event: time 1425247329.985227, -------------- SYN_REPORT ------------ Event: time 1425247329.989240, type 3 (EV_ABS), code 3 (ABS_RX), value 529 Event: time 1425247329.989240, -------------- SYN_REPORT ------------ Event: time 1425247330.003244, type 3 (EV_ABS), code 3 (ABS_RX), value 530 Event: time 1425247330.003244, -------------- SYN_REPORT ------------ Event: time 1425247330.011243, type 3 (EV_ABS), code 3 (ABS_RX), value 531 Event: time 1425247330.011243, -------------- SYN_REPORT ------------ Event: time 1425247330.017250, type 3 (EV_ABS), code 3 (ABS_RX), value 532 Event: time 1425247330.017250, -------------- SYN_REPORT ------------ Event: time 1425247330.025249, type 3 (EV_ABS), code 2 (ABS_Z), value 1393 Event: time 1425247330.025249, -------------- SYN_REPORT ------------ Event: time 1425247330.027256, type 3 (EV_ABS), code 3 (ABS_RX), value 533 Event: time 1425247330.027256, -------------- SYN_REPORT ------------ Event: time 1425247330.039227, type 3 (EV_ABS), code 3 (ABS_RX), value 534 Event: time 1425247330.039227, -------------- SYN_REPORT ------------ Event: time 1425247330.045250, type 3 (EV_ABS), code 3 (ABS_RX), value 535 Event: time 1425247330.045250, -------------- SYN_REPORT ------------ Event: time 1425247330.053245, type 3 (EV_ABS), code 3 (ABS_RX), value 536 Event: time 1425247330.053245, -------------- SYN_REPORT ------------ Event: time 1425247330.057258, type 3 (EV_ABS), code 2 (ABS_Z), value 1392 Event: time 1425247330.057258, -------------- SYN_REPORT ------------ Event: time 1425247330.063230, type 3 (EV_ABS), code 3 (ABS_RX), value 537 Event: time 1425247330.063230, -------------- SYN_REPORT ------------ Event: time 1425247330.075247, type 3 (EV_ABS), code 2 (ABS_Z), value 1391 Event: time 1425247330.075247, type 3 (EV_ABS), code 3 (ABS_RX), value 538 Event: time 1425247330.075247, -------------- SYN_REPORT ------------ Event: time 1425247330.085236, type 3 (EV_ABS), code 2 (ABS_Z), value 1390 Event: time 1425247330.085236, -------------- SYN_REPORT ------------ Event: time 1425247330.095245, type 3 (EV_ABS), code 3 (ABS_RX), value 539 Event: time 1425247330.095245, -------------- SYN_REPORT ------------ Event: time 1425247330.099225, type 3 (EV_ABS), code 2 (ABS_Z), value 1389 Event: time 1425247330.099225, -------------- SYN_REPORT ------------ Event: time 1425247330.113237, type 3 (EV_ABS), code 3 (ABS_RX), value 540 Event: time 1425247330.113237, -------------- SYN_REPORT ------------ Event: time 1425247330.117239, type 3 (EV_ABS), code 2 (ABS_Z), value 1388 Event: time 1425247330.117239, -------------- SYN_REPORT ------------ Event: time 1425247330.129238, type 3 (EV_ABS), code 3 (ABS_RX), value 541 Event: time 1425247330.129238, -------------- SYN_REPORT ------------ Event: time 1425247330.139233, type 3 (EV_ABS), code 2 (ABS_Z), value 1387 Event: time 1425247330.139233, -------------- SYN_REPORT ------------ Event: time 1425247330.151241, type 3 (EV_ABS), code 3 (ABS_RX), value 542 Event: time 1425247330.151241, -------------- SYN_REPORT ------------ Event: time 1425247330.201224, type 3 (EV_ABS), code 2 (ABS_Z), value 1386 Event: time 1425247330.201224, -------------- SYN_REPORT ------------ Event: time 1425247330.211225, type 3 (EV_ABS), code 3 (ABS_RX), value 543 Event: time 1425247330.211225, -------------- SYN_REPORT ------------ Event: time 1425247330.237232, type 3 (EV_ABS), code 3 (ABS_RX), value 544 Event: time 1425247330.237232, -------------- SYN_REPORT ------------ Event: time 1425247330.263212, type 3 (EV_ABS), code 2 (ABS_Z), value 1385 Event: time 1425247330.263212, -------------- SYN_REPORT ------------ Event: time 1425247330.317219, type 3 (EV_ABS), code 3 (ABS_RX), value 545 Event: time 1425247330.317219, -------------- SYN_REPORT ------------ Event: time 1425247330.331273, type 3 (EV_ABS), code 2 (ABS_Z), value 1386 Event: time 1425247330.331273, -------------- SYN_REPORT ------------ Event: time 1425247330.339231, type 3 (EV_ABS), code 3 (ABS_RX), value 546 Event: time 1425247330.339231, -------------- SYN_REPORT ------------ Event: time 1425247330.367223, type 3 (EV_ABS), code 3 (ABS_RX), value 547 Event: time 1425247330.367223, -------------- SYN_REPORT ------------ Event: time 1425247330.377223, type 3 (EV_ABS), code 2 (ABS_Z), value 1387 Event: time 1425247330.377223, -------------- SYN_REPORT ------------ Event: time 1425247330.393207, type 3 (EV_ABS), code 3 (ABS_RX), value 548 Event: time 1425247330.393207, -------------- SYN_REPORT ------------ Event: time 1425247330.421242, type 3 (EV_ABS), code 3 (ABS_RX), value 549 Event: time 1425247330.421242, -------------- SYN_REPORT ------------ Event: time 1425247330.449229, type 3 (EV_ABS), code 3 (ABS_RX), value 550 Event: time 1425247330.449229, -------------- SYN_REPORT ------------ Event: time 1425247330.465222, type 3 (EV_ABS), code 3 (ABS_RX), value 551 Event: time 1425247330.465222, -------------- SYN_REPORT ------------ Event: time 1425247330.473239, type 3 (EV_ABS), code 3 (ABS_RX), value 552 Event: time 1425247330.473239, -------------- SYN_REPORT ------------ Event: time 1425247330.481238, type 3 (EV_ABS), code 3 (ABS_RX), value 553 Event: time 1425247330.481238, -------------- SYN_REPORT ------------ Event: time 1425247330.495223, type 3 (EV_ABS), code 3 (ABS_RX), value 554 Event: time 1425247330.495223, -------------- SYN_REPORT ------------ Event: time 1425247330.511206, type 3 (EV_ABS), code 2 (ABS_Z), value 1386 Event: time 1425247330.511206, -------------- SYN_REPORT ------------ Event: time 1425247330.529198, type 3 (EV_ABS), code 3 (ABS_RX), value 555 Event: time 1425247330.529198, -------------- SYN_REPORT ------------ Event: time 1425247330.557190, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1425247330.557190, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 Event: time 1425247330.557190, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 12 Event: time 1425247330.557190, -------------- SYN_REPORT ------------ Event: time 1425247330.563246, type 3 (EV_ABS), code 3 (ABS_RX), value 554 Event: time 1425247330.563246, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 21 Event: time 1425247330.563246, -------------- SYN_REPORT ------------ Event: time 1425247330.567224, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 27 Event: time 1425247330.567224, -------------- SYN_REPORT ------------ Event: time 1425247330.571229, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 32 Event: time 1425247330.571229, -------------- SYN_REPORT ------------ Event: time 1425247330.575232, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 35 Event: time 1425247330.575232, -------------- SYN_REPORT ------------ Event: time 1425247330.579269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 39 Event: time 1425247330.579269, -------------- SYN_REPORT ------------ Event: time 1425247330.583232, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 43 Event: time 1425247330.583232, -------------- SYN_REPORT ------------ Event: time 1425247330.587232, type 3 (EV_ABS), code 3 (ABS_RX), value 553 Event: time 1425247330.587232, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 49 Event: time 1425247330.587232, -------------- SYN_REPORT ------------ Event: time 1425247330.593223, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 57 Event: time 1425247330.593223, -------------- SYN_REPORT ------------ Event: time 1425247330.597222, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 64 Event: time 1425247330.597222, -------------- SYN_REPORT ------------ Event: time 1425247330.601229, type 3 (EV_ABS), code 2 (ABS_Z), value 1387 Event: time 1425247330.601229, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 71 Event: time 1425247330.601229, -------------- SYN_REPORT ------------ Event: time 1425247330.605202, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 77 Event: time 1425247330.605202, -------------- SYN_REPORT ------------ Event: time 1425247330.609222, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 84 Event: time 1425247330.609222, -------------- SYN_REPORT ------------ Event: time 1425247330.613247, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 91 Event: time 1425247330.613247, -------------- SYN_REPORT ------------ Event: time 1425247330.617237, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 96 Event: time 1425247330.617237, -------------- SYN_REPORT ------------ Event: time 1425247330.621209, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 98 Event: time 1425247330.621209, -------------- SYN_REPORT ------------ Event: time 1425247330.627213, type 3 (EV_ABS), code 3 (ABS_RX), value 552 Event: time 1425247330.627213, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 100 Event: time 1425247330.627213, -------------- SYN_REPORT ------------ Event: time 1425247330.631215, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 104 Event: time 1425247330.631215, -------------- SYN_REPORT ------------ Event: time 1425247330.635236, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 110 Event: time 1425247330.635236, -------------- SYN_REPORT ------------ Event: time 1425247330.639226, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 116 Event: time 1425247330.639226, -------------- SYN_REPORT ------------ Event: time 1425247330.643242, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 124 Event: time 1425247330.643242, -------------- SYN_REPORT ------------ Event: time 1425247330.647207, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 132 Event: time 1425247330.647207, -------------- SYN_REPORT ------------ Event: time 1425247330.651224, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 138 Event: time 1425247330.651224, -------------- SYN_REPORT ------------ Event: time 1425247330.657206, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 143 Event: time 1425247330.657206, -------------- SYN_REPORT ------------ Event: time 1425247330.661215, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 145 Event: time 1425247330.661215, -------------- SYN_REPORT ------------ Event: time 1425247330.665206, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 149 Event: time 1425247330.665206, -------------- SYN_REPORT ------------ Event: time 1425247330.669223, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 151 Event: time 1425247330.669223, -------------- SYN_REPORT ------------ Event: time 1425247330.673231, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 155 Event: time 1425247330.673231, -------------- SYN_REPORT ------------ Event: time 1425247330.677220, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 165 Event: time 1425247330.677220, -------------- SYN_REPORT ------------ Event: time 1425247330.680325, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 179 Event: time 1425247330.680325, -------------- SYN_REPORT ------------ Event: time 1425247330.685206, type 3 (EV_ABS), code 2 (ABS_Z), value 1388 Event: time 1425247330.685206, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 194 Event: time 1425247330.685206, -------------- SYN_REPORT ------------ Event: time 1425247330.691204, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 218 Event: time 1425247330.691204, -------------- SYN_REPORT ------------ Event: time 1425247330.695229, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 246 Event: time 1425247330.695229, -------------- SYN_REPORT ------------ Event: time 1425247330.699266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 283 Event: time 1425247330.699266, -------------- SYN_REPORT ------------ Event: time 1425247330.703213, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 337 Event: time 1425247330.703213, -------------- SYN_REPORT ------------ Event: time 1425247330.707228, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 403 Event: time 1425247330.707228, -------------- SYN_REPORT ------------ Event: time 1425247330.711213, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 470 Event: time 1425247330.711213, -------------- SYN_REPORT ------------ Event: time 1425247330.715208, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 534 Event: time 1425247330.715208, -------------- SYN_REPORT ------------ Event: time 1425247330.719212, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 597 Event: time 1425247330.719212, -------------- SYN_REPORT ------------ Event: time 1425247330.725224, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 668 Event: time 1425247330.725224, -------------- SYN_REPORT ------------ Event: time 1425247330.729211, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 768 Event: time 1425247330.729211, -------------- SYN_REPORT ------------ Event: time 1425247330.733223, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 899 Event: time 1425247330.733223, -------------- SYN_REPORT ------------ Event: time 1425247330.737215, type 3 (EV_ABS), code 2 (ABS_Z), value 1387 Event: time 1425247330.737215, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1041 Event: time 1425247330.737215, -------------- SYN_REPORT ------------ Event: time 1425247330.741219, type 3 (EV_ABS), code 3 (ABS_RX), value 551 Event: time 1425247330.741219, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1171 Event: time 1425247330.741219, -------------- SYN_REPORT ------------ Event: time 1425247330.745209, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1264 Event: time 1425247330.745209, -------------- SYN_REPORT ------------ Event: time 1425247330.749217, type 3 (EV_ABS), code 2 (ABS_Z), value 1388 Event: time 1425247330.749217, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1326 Event: time 1425247330.749217, -------------- SYN_REPORT ------------ Event: time 1425247330.753211, type 3 (EV_ABS), code 3 (ABS_RX), value 550 Event: time 1425247330.753211, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1395 Event: time 1425247330.753211, -------------- SYN_REPORT ------------ Event: time 1425247330.759254, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1482 Event: time 1425247330.759254, -------------- SYN_REPORT ------------ Event: time 1425247330.763235, type 3 (EV_ABS), code 3 (ABS_RX), value 549 Event: time 1425247330.763235, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1547 Event: time 1425247330.763235, -------------- SYN_REPORT ------------ Event: time 1425247330.767220, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1635 Event: time 1425247330.767220, -------------- SYN_REPORT ------------ Event: time 1425247330.771206, type 3 (EV_ABS), code 3 (ABS_RX), value 548 Event: time 1425247330.771206, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1764 Event: time 1425247330.771206, -------------- SYN_REPORT ------------ Event: time 1425247330.775207, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1922 Event: time 1425247330.775207, -------------- SYN_REPORT ------------ Event: time 1425247330.779209, type 3 (EV_ABS), code 3 (ABS_RX), value 547 Event: time 1425247330.779209, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2047 Event: time 1425247330.779209, -------------- SYN_REPORT ------------ Event: time 1425247330.787202, type 3 (EV_ABS), code 3 (ABS_RX), value 546 Event: time 1425247330.787202, -------------- SYN_REPORT ------------ Event: time 1425247330.805205, type 3 (EV_ABS), code 3 (ABS_RX), value 545 Event: time 1425247330.805205, -------------- SYN_REPORT ------------ Event: time 1425247330.809222, type 3 (EV_ABS), code 2 (ABS_Z), value 1389 Event: time 1425247330.809222, -------------- SYN_REPORT ------------ Event: time 1425247331.007185, type 3 (EV_ABS), code 2 (ABS_Z), value 1390 Event: time 1425247331.007185, -------------- SYN_REPORT ------------ Event: time 1425247331.191196, type 3 (EV_ABS), code 3 (ABS_RX), value 546 Event: time 1425247331.191196, -------------- SYN_REPORT ------------ Event: time 1425247331.213187, type 3 (EV_ABS), code 2 (ABS_Z), value 1391 Event: time 1425247331.213187, -------------- SYN_REPORT ------------ Event: time 1425247331.631183, type 3 (EV_ABS), code 2 (ABS_Z), value 1392 Event: time 1425247331.631183, -------------- SYN_REPORT ------------ Event: time 1425247331.639182, type 3 (EV_ABS), code 2 (ABS_Z), value 1393 Event: time 1425247331.639182, -------------- SYN_REPORT ------------ Event: time 1425247331.653176, type 3 (EV_ABS), code 2 (ABS_Z), value 1394 Event: time 1425247331.653176, -------------- SYN_REPORT ------------ Event: time 1425247331.665241, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247331.665241, -------------- SYN_REPORT ------------ Event: time 1425247331.687177, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247331.687177, type 3 (EV_ABS), code 3 (ABS_RX), value 547 Event: time 1425247331.687177, -------------- SYN_REPORT ------------ Event: time 1425247331.707186, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247331.707186, -------------- SYN_REPORT ------------ Event: time 1425247331.729190, type 3 (EV_ABS), code 3 (ABS_RX), value 548 Event: time 1425247331.729190, -------------- SYN_REPORT ------------ Event: time 1425247332.355153, type 3 (EV_ABS), code 3 (ABS_RX), value 549 Event: time 1425247332.355153, -------------- SYN_REPORT ------------ Event: time 1425247332.463149, type 3 (EV_ABS), code 3 (ABS_RX), value 548 Event: time 1425247332.463149, -------------- SYN_REPORT ------------ Event: time 1425247332.473157, type 3 (EV_ABS), code 2 (ABS_Z), value 1398 Event: time 1425247332.473157, -------------- SYN_REPORT ------------ Event: time 1425247332.481153, type 3 (EV_ABS), code 3 (ABS_RX), value 547 Event: time 1425247332.481153, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1920 Event: time 1425247332.481153, -------------- SYN_REPORT ------------ Event: time 1425247332.485154, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1721 Event: time 1425247332.485154, -------------- SYN_REPORT ------------ Event: time 1425247332.489147, type 3 (EV_ABS), code 2 (ABS_Z), value 1399 Event: time 1425247332.489147, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1528 Event: time 1425247332.489147, -------------- SYN_REPORT ------------ Event: time 1425247332.493163, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1337 Event: time 1425247332.493163, -------------- SYN_REPORT ------------ Event: time 1425247332.497144, type 3 (EV_ABS), code 3 (ABS_RX), value 546 Event: time 1425247332.497144, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1156 Event: time 1425247332.497144, -------------- SYN_REPORT ------------ Event: time 1425247332.503153, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 981 Event: time 1425247332.503153, -------------- SYN_REPORT ------------ Event: time 1425247332.507142, type 3 (EV_ABS), code 2 (ABS_Z), value 1400 Event: time 1425247332.507142, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 812 Event: time 1425247332.507142, -------------- SYN_REPORT ------------ Event: time 1425247332.511144, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 652 Event: time 1425247332.511144, -------------- SYN_REPORT ------------ Event: time 1425247332.515141, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 503 Event: time 1425247332.515141, -------------- SYN_REPORT ------------ Event: time 1425247332.519127, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 368 Event: time 1425247332.519127, -------------- SYN_REPORT ------------ Event: time 1425247332.523124, type 3 (EV_ABS), code 3 (ABS_RX), value 545 Event: time 1425247332.523124, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 251 Event: time 1425247332.523124, -------------- SYN_REPORT ------------ Event: time 1425247332.527124, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 147 Event: time 1425247332.527124, -------------- SYN_REPORT ------------ Event: time 1425247332.533127, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1425247332.533127, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0 Event: time 1425247332.533127, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0 Event: time 1425247332.533127, -------------- SYN_REPORT ------------ Event: time 1425247332.541182, type 3 (EV_ABS), code 2 (ABS_Z), value 1401 Event: time 1425247332.541182, -------------- SYN_REPORT ------------ Event: time 1425247332.553125, type 3 (EV_ABS), code 2 (ABS_Z), value 1402 Event: time 1425247332.553125, -------------- SYN_REPORT ------------ Event: time 1425247332.561151, type 3 (EV_ABS), code 2 (ABS_Z), value 1403 Event: time 1425247332.561151, -------------- SYN_REPORT ------------ Event: time 1425247332.565152, type 3 (EV_ABS), code 2 (ABS_Z), value 1404 Event: time 1425247332.565152, type 3 (EV_ABS), code 3 (ABS_RX), value 544 Event: time 1425247332.565152, -------------- SYN_REPORT ------------ Event: time 1425247332.575144, type 3 (EV_ABS), code 2 (ABS_Z), value 1405 Event: time 1425247332.575144, -------------- SYN_REPORT ------------ Event: time 1425247332.583144, type 3 (EV_ABS), code 2 (ABS_Z), value 1406 Event: time 1425247332.583144, type 3 (EV_ABS), code 3 (ABS_RX), value 543 Event: time 1425247332.583144, -------------- SYN_REPORT ------------ Event: time 1425247332.589149, type 3 (EV_ABS), code 2 (ABS_Z), value 1407 Event: time 1425247332.589149, type 3 (EV_ABS), code 3 (ABS_RX), value 542 Event: time 1425247332.589149, -------------- SYN_REPORT ------------ Event: time 1425247332.601162, type 3 (EV_ABS), code 3 (ABS_RX), value 541 Event: time 1425247332.601162, -------------- SYN_REPORT ------------ Event: time 1425247332.605157, type 3 (EV_ABS), code 2 (ABS_Z), value 1408 Event: time 1425247332.605157, -------------- SYN_REPORT ------------ Event: time 1425247332.609174, type 3 (EV_ABS), code 3 (ABS_RX), value 540 Event: time 1425247332.609174, -------------- SYN_REPORT ------------ Event: time 1425247332.621138, type 3 (EV_ABS), code 3 (ABS_RX), value 539 Event: time 1425247332.621138, -------------- SYN_REPORT ------------ Event: time 1425247332.623170, type 3 (EV_ABS), code 3 (ABS_RX), value 538 Event: time 1425247332.623170, -------------- SYN_REPORT ------------ Event: time 1425247332.631160, type 3 (EV_ABS), code 3 (ABS_RX), value 537 Event: time 1425247332.631160, -------------- SYN_REPORT ------------ Event: time 1425247332.639128, type 3 (EV_ABS), code 3 (ABS_RX), value 536 Event: time 1425247332.639128, -------------- SYN_REPORT ------------ Event: time 1425247332.645195, type 3 (EV_ABS), code 3 (ABS_RX), value 535 Event: time 1425247332.645195, -------------- SYN_REPORT ------------ Event: time 1425247332.653153, type 3 (EV_ABS), code 3 (ABS_RX), value 534 Event: time 1425247332.653153, -------------- SYN_REPORT ------------ Event: time 1425247332.655131, type 3 (EV_ABS), code 2 (ABS_Z), value 1407 Event: time 1425247332.655131, -------------- SYN_REPORT ------------ Event: time 1425247332.659159, type 3 (EV_ABS), code 3 (ABS_RX), value 533 Event: time 1425247332.659159, -------------- SYN_REPORT ------------ Event: time 1425247332.664283, type 3 (EV_ABS), code 3 (ABS_RX), value 532 Event: time 1425247332.664283, -------------- SYN_REPORT ------------ Event: time 1425247332.677151, type 3 (EV_ABS), code 2 (ABS_Z), value 1406 Event: time 1425247332.677151, type 3 (EV_ABS), code 3 (ABS_RX), value 531 Event: time 1425247332.677151, -------------- SYN_REPORT ------------ Event: time 1425247332.689157, type 3 (EV_ABS), code 3 (ABS_RX), value 530 Event: time 1425247332.689157, -------------- SYN_REPORT ------------ Event: time 1425247332.693138, type 3 (EV_ABS), code 2 (ABS_Z), value 1405 Event: time 1425247332.693138, -------------- SYN_REPORT ------------ Event: time 1425247332.697196, type 3 (EV_ABS), code 3 (ABS_RX), value 529 Event: time 1425247332.697196, -------------- SYN_REPORT ------------ Event: time 1425247332.703156, type 3 (EV_ABS), code 2 (ABS_Z), value 1404 Event: time 1425247332.703156, -------------- SYN_REPORT ------------ Event: time 1425247332.707144, type 3 (EV_ABS), code 3 (ABS_RX), value 528 Event: time 1425247332.707144, -------------- SYN_REPORT ------------ Event: time 1425247332.715120, type 3 (EV_ABS), code 2 (ABS_Z), value 1403 Event: time 1425247332.715120, type 3 (EV_ABS), code 3 (ABS_RX), value 527 Event: time 1425247332.715120, -------------- SYN_REPORT ------------ Event: time 1425247332.725116, type 3 (EV_ABS), code 2 (ABS_Z), value 1402 Event: time 1425247332.725116, -------------- SYN_REPORT ------------ Event: time 1425247332.729164, type 3 (EV_ABS), code 3 (ABS_RX), value 526 Event: time 1425247332.729164, -------------- SYN_REPORT ------------ Event: time 1425247332.733161, type 3 (EV_ABS), code 2 (ABS_Z), value 1401 Event: time 1425247332.733161, -------------- SYN_REPORT ------------ Event: time 1425247332.739145, type 3 (EV_ABS), code 2 (ABS_Z), value 1400 Event: time 1425247332.739145, -------------- SYN_REPORT ------------ Event: time 1425247332.749144, type 3 (EV_ABS), code 2 (ABS_Z), value 1399 Event: time 1425247332.749144, type 3 (EV_ABS), code 3 (ABS_RX), value 525 Event: time 1425247332.749144, -------------- SYN_REPORT ------------ Event: time 1425247332.759164, type 3 (EV_ABS), code 2 (ABS_Z), value 1398 Event: time 1425247332.759164, -------------- SYN_REPORT ------------ Event: time 1425247332.761155, type 3 (EV_ABS), code 2 (ABS_Z), value 1397 Event: time 1425247332.761155, -------------- SYN_REPORT ------------ Event: time 1425247332.767150, type 3 (EV_ABS), code 2 (ABS_Z), value 1396 Event: time 1425247332.767150, -------------- SYN_REPORT ------------ Event: time 1425247332.771133, type 3 (EV_ABS), code 2 (ABS_Z), value 1395 Event: time 1425247332.771133, type 3 (EV_ABS), code 3 (ABS_RX), value 524 Event: time 1425247332.771133, -------------- SYN_REPORT ------------ Event: time 1425247332.777135, type 3 (EV_ABS), code 2 (ABS_Z), value 1394 Event: time 1425247332.777135, -------------- SYN_REPORT ------------ Event: time 1425247332.781156, type 3 (EV_ABS), code 2 (ABS_Z), value 1393 Event: time 1425247332.781156, -------------- SYN_REPORT ------------ Event: time 1425247332.791146, type 3 (EV_ABS), code 2 (ABS_Z), value 1392 Event: time 1425247332.791146, -------------- SYN_REPORT ------------ Event: time 1425247332.793173, type 3 (EV_ABS), code 2 (ABS_Z), value 1391 Event: time 1425247332.793173, -------------- SYN_REPORT ------------ Event: time 1425247332.797163, type 3 (EV_ABS), code 2 (ABS_Z), value 1390 Event: time 1425247332.797163, -------------- SYN_REPORT ------------ Event: time 1425247332.799148, type 3 (EV_ABS), code 2 (ABS_Z), value 1389 Event: time 1425247332.799148, -------------- SYN_REPORT ------------ Event: time 1425247332.803134, type 3 (EV_ABS), code 2 (ABS_Z), value 1388 Event: time 1425247332.803134, -------------- SYN_REPORT ------------ Event: time 1425247332.805134, type 3 (EV_ABS), code 2 (ABS_Z), value 1387 Event: time 1425247332.805134, -------------- SYN_REPORT ------------ Event: time 1425247332.809132, type 3 (EV_ABS), code 2 (ABS_Z), value 1386 Event: time 1425247332.809132, type 3 (EV_ABS), code 3 (ABS_RX), value 523 Event: time 1425247332.809132, -------------- SYN_REPORT ------------ Event: time 1425247332.813153, type 3 (EV_ABS), code 2 (ABS_Z), value 1385 Event: time 1425247332.813153, -------------- SYN_REPORT ------------ Event: time 1425247332.815147, type 3 (EV_ABS), code 2 (ABS_Z), value 1384 Event: time 1425247332.815147, -------------- SYN_REPORT ------------ Event: time 1425247332.819171, type 3 (EV_ABS), code 2 (ABS_Z), value 1383 Event: time 1425247332.819171, -------------- SYN_REPORT ------------ Event: time 1425247332.821190, type 3 (EV_ABS), code 2 (ABS_Z), value 1382 Event: time 1425247332.821190, -------------- SYN_REPORT ------------ Event: time 1425247332.825163, type 3 (EV_ABS), code 2 (ABS_Z), value 1380 Event: time 1425247332.825163, -------------- SYN_REPORT ------------ Event: time 1425247332.827183, type 3 (EV_ABS), code 2 (ABS_Z), value 1379 Event: time 1425247332.827183, -------------- SYN_REPORT ------------ Event: time 1425247332.831149, type 3 (EV_ABS), code 2 (ABS_Z), value 1378 Event: time 1425247332.831149, -------------- SYN_REPORT ------------ Event: time 1425247332.835132, type 3 (EV_ABS), code 2 (ABS_Z), value 1376 Event: time 1425247332.835132, -------------- SYN_REPORT ------------ Event: time 1425247332.837133, type 3 (EV_ABS), code 2 (ABS_Z), value 1375 Event: time 1425247332.837133, -------------- SYN_REPORT ------------ Event: time 1425247332.841125, type 3 (EV_ABS), code 2 (ABS_Z), value 1374 Event: time 1425247332.841125, -------------- SYN_REPORT ------------ Event: time 1425247332.843123, type 3 (EV_ABS), code 2 (ABS_Z), value 1372 Event: time 1425247332.843123, -------------- SYN_REPORT ------------ Event: time 1425247332.847128, type 3 (EV_ABS), code 2 (ABS_Z), value 1371 Event: time 1425247332.847128, -------------- SYN_REPORT ------------ Event: time 1425247332.849122, type 3 (EV_ABS), code 2 (ABS_Z), value 1370 Event: time 1425247332.849122, -------------- SYN_REPORT ------------ Event: time 1425247332.853142, type 3 (EV_ABS), code 2 (ABS_Z), value 1369 Event: time 1425247332.853142, -------------- SYN_REPORT ------------ Event: time 1425247332.857159, type 3 (EV_ABS), code 2 (ABS_Z), value 1368 Event: time 1425247332.857159, type 3 (EV_ABS), code 3 (ABS_RX), value 522 Event: time 1425247332.857159, -------------- SYN_REPORT ------------ Event: time 1425247332.859143, type 3 (EV_ABS), code 2 (ABS_Z), value 1367 Event: time 1425247332.859143, -------------- SYN_REPORT ------------ Event: time 1425247332.863140, type 3 (EV_ABS), code 2 (ABS_Z), value 1366 Event: time 1425247332.863140, -------------- SYN_REPORT ------------ Event: time 1425247332.865126, type 3 (EV_ABS), code 2 (ABS_Z), value 1365 Event: time 1425247332.865126, -------------- SYN_REPORT ------------ Event: time 1425247332.869145, type 3 (EV_ABS), code 2 (ABS_Z), value 1364 Event: time 1425247332.869145, -------------- SYN_REPORT ------------ Event: time 1425247332.871124, type 3 (EV_ABS), code 2 (ABS_Z), value 1363 Event: time 1425247332.871124, -------------- SYN_REPORT ------------ Event: time 1425247332.875123, type 3 (EV_ABS), code 2 (ABS_Z), value 1362 Event: time 1425247332.875123, -------------- SYN_REPORT ------------ Event: time 1425247332.879144, type 3 (EV_ABS), code 2 (ABS_Z), value 1361 Event: time 1425247332.879144, -------------- SYN_REPORT ------------ Event: time 1425247332.881199, type 3 (EV_ABS), code 2 (ABS_Z), value 1360 Event: time 1425247332.881199, -------------- SYN_REPORT ------------ Event: time 1425247332.885158, type 3 (EV_ABS), code 2 (ABS_Z), value 1359 Event: time 1425247332.885158, type 3 (EV_ABS), code 3 (ABS_RX), value 521 Event: time 1425247332.885158, -------------- SYN_REPORT ------------ Event: time 1425247332.887155, type 3 (EV_ABS), code 2 (ABS_Z), value 1358 Event: time 1425247332.887155, -------------- SYN_REPORT ------------ Event: time 1425247332.891156, type 3 (EV_ABS), code 2 (ABS_Z), value 1357 Event: time 1425247332.891156, -------------- SYN_REPORT ------------ Event: time 1425247332.893136, type 3 (EV_ABS), code 2 (ABS_Z), value 1356 Event: time 1425247332.893136, -------------- SYN_REPORT ------------ Event: time 1425247332.901139, type 3 (EV_ABS), code 2 (ABS_Z), value 1355 Event: time 1425247332.901139, -------------- SYN_REPORT ------------ Event: time 1425247332.903136, type 3 (EV_ABS), code 2 (ABS_Z), value 1354 Event: time 1425247332.903136, -------------- SYN_REPORT ------------ Event: time 1425247332.907153, type 3 (EV_ABS), code 2 (ABS_Z), value 1353 Event: time 1425247332.907153, type 3 (EV_ABS), code 3 (ABS_RX), value 520 Event: time 1425247332.907153, -------------- SYN_REPORT ------------ Event: time 1425247332.912256, type 3 (EV_ABS), code 2 (ABS_Z), value 1352 Event: time 1425247332.912256, -------------- SYN_REPORT ------------ Event: time 1425247332.917158, type 3 (EV_ABS), code 2 (ABS_Z), value 1351 Event: time 1425247332.917158, -------------- SYN_REPORT ------------ Event: time 1425247332.919134, type 3 (EV_ABS), code 2 (ABS_Z), value 1350 Event: time 1425247332.919134, -------------- SYN_REPORT ------------ Event: time 1425247332.925144, type 3 (EV_ABS), code 2 (ABS_Z), value 1349 Event: time 1425247332.925144, -------------- SYN_REPORT ------------ Event: time 1425247332.929115, type 3 (EV_ABS), code 2 (ABS_Z), value 1348 Event: time 1425247332.929115, -------------- SYN_REPORT ------------ Event: time 1425247332.931136, type 3 (EV_ABS), code 2 (ABS_Z), value 1347 Event: time 1425247332.931136, -------------- SYN_REPORT ------------ Event: time 1425247332.939130, type 3 (EV_ABS), code 2 (ABS_Z), value 1346 Event: time 1425247332.939130, -------------- SYN_REPORT ------------ Event: time 1425247332.941140, type 3 (EV_ABS), code 2 (ABS_Z), value 1345 Event: time 1425247332.941140, -------------- SYN_REPORT ------------ Event: time 1425247332.945116, type 3 (EV_ABS), code 2 (ABS_Z), value 1344 Event: time 1425247332.945116, -------------- SYN_REPORT ------------ Event: time 1425247332.951146, type 3 (EV_ABS), code 2 (ABS_Z), value 1343 Event: time 1425247332.951146, -------------- SYN_REPORT ------------ Event: time 1425247332.955136, type 3 (EV_ABS), code 2 (ABS_Z), value 1342 Event: time 1425247332.955136, -------------- SYN_REPORT ------------ Event: time 1425247332.961132, type 3 (EV_ABS), code 2 (ABS_Z), value 1341 Event: time 1425247332.961132, -------------- SYN_REPORT ------------ Event: time 1425247332.965147, type 3 (EV_ABS), code 2 (ABS_Z), value 1340 Event: time 1425247332.965147, -------------- SYN_REPORT ------------ Event: time 1425247332.967144, type 3 (EV_ABS), code 2 (ABS_Z), value 1339 Event: time 1425247332.967144, type 3 (EV_ABS), code 3 (ABS_RX), value 521 Event: time 1425247332.967144, -------------- SYN_REPORT ------------ Event: time 1425247332.973210, type 3 (EV_ABS), code 2 (ABS_Z), value 1338 Event: time 1425247332.973210, -------------- SYN_REPORT ------------ Event: time 1425247332.977134, type 3 (EV_ABS), code 2 (ABS_Z), value 1337 Event: time 1425247332.977134, -------------- SYN_REPORT ------------ Event: time 1425247332.983130, type 3 (EV_ABS), code 2 (ABS_Z), value 1336 Event: time 1425247332.983130, -------------- SYN_REPORT ------------ Event: time 1425247332.987124, type 3 (EV_ABS), code 2 (ABS_Z), value 1335 Event: time 1425247332.987124, -------------- SYN_REPORT ------------ Event: time 1425247332.991123, type 3 (EV_ABS), code 2 (ABS_Z), value 1334 Event: time 1425247332.991123, type 3 (EV_ABS), code 3 (ABS_RX), value 520 Event: time 1425247332.991123, -------------- SYN_REPORT ------------ Event: time 1425247332.993136, type 3 (EV_ABS), code 2 (ABS_Z), value 1333 Event: time 1425247332.993136, -------------- SYN_REPORT ------------ Event: time 1425247332.997145, type 3 (EV_ABS), code 2 (ABS_Z), value 1332 Event: time 1425247332.997145, -------------- SYN_REPORT ------------ Event: time 1425247333.001145, type 3 (EV_ABS), code 2 (ABS_Z), value 1331 Event: time 1425247333.001145, -------------- SYN_REPORT ------------ Event: time 1425247333.003190, type 3 (EV_ABS), code 2 (ABS_Z), value 1330 Event: time 1425247333.003190, -------------- SYN_REPORT ------------ Event: time 1425247333.007125, type 3 (EV_ABS), code 2 (ABS_Z), value 1329 Event: time 1425247333.007125, -------------- SYN_REPORT ------------ Event: time 1425247333.011144, type 3 (EV_ABS), code 2 (ABS_Z), value 1328 Event: time 1425247333.011144, -------------- SYN_REPORT ------------ Event: time 1425247333.013118, type 3 (EV_ABS), code 2 (ABS_Z), value 1327 Event: time 1425247333.013118, -------------- SYN_REPORT ------------ Event: time 1425247333.017135, type 3 (EV_ABS), code 2 (ABS_Z), value 1326 Event: time 1425247333.017135, -------------- SYN_REPORT ------------ Event: time 1425247333.021133, type 3 (EV_ABS), code 2 (ABS_Z), value 1325 Event: time 1425247333.021133, -------------- SYN_REPORT ------------ Event: time 1425247333.023125, type 3 (EV_ABS), code 2 (ABS_Z), value 1324 Event: time 1425247333.023125, -------------- SYN_REPORT ------------ Event: time 1425247333.027148, type 3 (EV_ABS), code 2 (ABS_Z), value 1323 Event: time 1425247333.027148, -------------- SYN_REPORT ------------ Event: time 1425247333.031140, type 3 (EV_ABS), code 2 (ABS_Z), value 1322 Event: time 1425247333.031140, -------------- SYN_REPORT ------------ Event: time 1425247333.033190, type 3 (EV_ABS), code 3 (ABS_RX), value 519 Event: time 1425247333.033190, -------------- SYN_REPORT ------------ Event: time 1425247333.037141, type 3 (EV_ABS), code 2 (ABS_Z), value 1321 Event: time 1425247333.037141, -------------- SYN_REPORT ------------ Event: time 1425247333.045134, type 3 (EV_ABS), code 2 (ABS_Z), value 1320 Event: time 1425247333.045134, -------------- SYN_REPORT ------------ Event: time 1425247333.051126, type 3 (EV_ABS), code 2 (ABS_Z), value 1319 Event: time 1425247333.051126, -------------- SYN_REPORT ------------ Event: time 1425247333.061147, type 3 (EV_ABS), code 2 (ABS_Z), value 1318 Event: time 1425247333.061147, -------------- SYN_REPORT ------------ Event: time 1425247333.067151, type 3 (EV_ABS), code 2 (ABS_Z), value 1317 Event: time 1425247333.067151, -------------- SYN_REPORT ------------ Event: time 1425247333.075154, type 3 (EV_ABS), code 2 (ABS_Z), value 1316 Event: time 1425247333.075154, type 3 (EV_ABS), code 3 (ABS_RX), value 518 Event: time 1425247333.075154, -------------- SYN_REPORT ------------ Event: time 1425247333.085127, type 3 (EV_ABS), code 2 (ABS_Z), value 1315 Event: time 1425247333.085127, -------------- SYN_REPORT ------------ Event: time 1425247333.099127, type 3 (EV_ABS), code 3 (ABS_RX), value 517 Event: time 1425247333.099127, -------------- SYN_REPORT ------------ Event: time 1425247333.103121, type 3 (EV_ABS), code 2 (ABS_Z), value 1314 Event: time 1425247333.103121, -------------- SYN_REPORT ------------ Event: time 1425247333.121132, type 3 (EV_ABS), code 3 (ABS_RX), value 516 Event: time 1425247333.121132, -------------- SYN_REPORT ------------ Event: time 1425247333.123139, type 3 (EV_ABS), code 2 (ABS_Z), value 1313 Event: time 1425247333.123139, -------------- SYN_REPORT ------------ Event: time 1425247333.195109, type 3 (EV_ABS), code 2 (ABS_Z), value 1314 Event: time 1425247333.195109, -------------- SYN_REPORT ------------ Event: time 1425247333.199115, type 3 (EV_ABS), code 3 (ABS_RX), value 517 Event: time 1425247333.199115, -------------- SYN_REPORT ------------ Event: time 1425247333.231117, type 3 (EV_ABS), code 3 (ABS_RX), value 518 Event: time 1425247333.231117, -------------- SYN_REPORT ------------ Event: time 1425247333.257120, type 3 (EV_ABS), code 3 (ABS_RX), value 519 Event: time 1425247333.257120, -------------- SYN_REPORT ------------ Event: time 1425247333.275119, type 3 (EV_ABS), code 3 (ABS_RX), value 520 Event: time 1425247333.275119, -------------- SYN_REPORT ------------ Event: time 1425247333.293135, type 3 (EV_ABS), code 3 (ABS_RX), value 521 Event: time 1425247333.293135, -------------- SYN_REPORT ------------ Event: time 1425247333.315122, type 3 (EV_ABS), code 3 (ABS_RX), value 522 Event: time 1425247333.315122, -------------- SYN_REPORT ------------ Event: time 1425247333.335113, type 3 (EV_ABS), code 3 (ABS_RX), value 523 Event: time 1425247333.335113, -------------- SYN_REPORT ------------ Event: time 1425247333.345123, type 3 (EV_ABS), code 2 (ABS_Z), value 1313 Event: time 1425247333.345123, -------------- SYN_REPORT ------------ Event: time 1425247333.349123, type 3 (EV_ABS), code 3 (ABS_RX), value 524 Event: time 1425247333.349123, -------------- SYN_REPORT ------------ Event: time 1425247333.371118, type 3 (EV_ABS), code 3 (ABS_RX), value 525 Event: time 1425247333.371118, -------------- SYN_REPORT ------------ Event: time 1425247333.387128, type 3 (EV_ABS), code 3 (ABS_RX), value 526 Event: time 1425247333.387128, -------------- SYN_REPORT ------------ Event: time 1425247333.417107, type 3 (EV_ABS), code 3 (ABS_RX), value 527 Event: time 1425247333.417107, -------------- SYN_REPORT ------------ Event: time 1425247333.475119, type 3 (EV_ABS), code 2 (ABS_Z), value 1312 Event: time 1425247333.475119, type 3 (EV_ABS), code 3 (ABS_RX), value 528 Event: time 1425247333.475119, -------------- SYN_REPORT ------------ Event: time 1425247333.503112, type 3 (EV_ABS), code 3 (ABS_RX), value 529 Event: time 1425247333.503112, -------------- SYN_REPORT ------------ Event: time 1425247333.521095, type 3 (EV_ABS), code 2 (ABS_Z), value 1311 Event: time 1425247333.521095, -------------- SYN_REPORT ------------ Event: time 1425247333.529105, type 3 (EV_ABS), code 3 (ABS_RX), value 530 Event: time 1425247333.529105, -------------- SYN_REPORT ------------ Event: time 1425247333.533100, type 3 (EV_ABS), code 2 (ABS_Z), value 1310 Event: time 1425247333.533100, -------------- SYN_REPORT ------------ Event: time 1425247333.541127, type 3 (EV_ABS), code 2 (ABS_Z), value 1309 Event: time 1425247333.541127, -------------- SYN_REPORT ------------ Event: time 1425247333.545117, type 3 (EV_ABS), code 3 (ABS_RX), value 531 Event: time 1425247333.545117, -------------- SYN_REPORT ------------ Event: time 1425247333.555109, type 3 (EV_ABS), code 2 (ABS_Z), value 1308 Event: time 1425247333.555109, -------------- SYN_REPORT ------------ Event: time 1425247333.559114, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1425247333.559114, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 Event: time 1425247333.559114, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 165 Event: time 1425247333.559114, -------------- SYN_REPORT ------------ Event: time 1425247333.563100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 255 Event: time 1425247333.563100, -------------- SYN_REPORT ------------ Event: time 1425247333.567101, type 3 (EV_ABS), code 3 (ABS_RX), value 530 Event: time 1425247333.567101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 321 Event: time 1425247333.567101, -------------- SYN_REPORT ------------ Event: time 1425247333.571148, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 375 Event: time 1425247333.571148, -------------- SYN_REPORT ------------ Event: time 1425247333.575122, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 414 Event: time 1425247333.575122, -------------- SYN_REPORT ------------ Event: time 1425247333.581119, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 447 Event: time 1425247333.581119, -------------- SYN_REPORT ------------ Event: time 1425247333.585120, type 3 (EV_ABS), code 3 (ABS_RX), value 529 Event: time 1425247333.585120, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 474 Event: time 1425247333.585120, -------------- SYN_REPORT ------------ Event: time 1425247333.589114, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 494 Event: time 1425247333.589114, -------------- SYN_REPORT ------------ Event: time 1425247333.593110, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 507 Event: time 1425247333.593110, -------------- SYN_REPORT ------------ Event: time 1425247333.597155, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 517 Event: time 1425247333.597155, -------------- SYN_REPORT ------------ Event: time 1425247333.601144, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 525 Event: time 1425247333.601144, -------------- SYN_REPORT ------------ Event: time 1425247333.605148, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 536 Event: time 1425247333.605148, -------------- SYN_REPORT ------------ Event: time 1425247333.611095, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 544 Event: time 1425247333.611095, -------------- SYN_REPORT ------------ Event: time 1425247333.615108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 548 Event: time 1425247333.615108, -------------- SYN_REPORT ------------ Event: time 1425247333.619114, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 550 Event: time 1425247333.619114, -------------- SYN_REPORT ------------ Event: time 1425247333.623116, type 3 (EV_ABS), code 3 (ABS_RX), value 528 Event: time 1425247333.623116, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 554 Event: time 1425247333.623116, -------------- SYN_REPORT ------------ Event: time 1425247333.631170, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 563 Event: time 1425247333.631170, -------------- SYN_REPORT ------------ Event: time 1425247333.635120, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 586 Event: time 1425247333.635120, -------------- SYN_REPORT ------------ Event: time 1425247333.641107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 621 Event: time 1425247333.641107, -------------- SYN_REPORT ------------ Event: time 1425247333.645121, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 659 Event: time 1425247333.645121, -------------- SYN_REPORT ------------ Event: time 1425247333.649121, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 695 Event: time 1425247333.649121, -------------- SYN_REPORT ------------ Event: time 1425247333.653103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 732 Event: time 1425247333.653103, -------------- SYN_REPORT ------------ Event: time 1425247333.656278, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 782 Event: time 1425247333.656278, -------------- SYN_REPORT ------------ Event: time 1425247333.661124, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 834 Event: time 1425247333.661124, -------------- SYN_REPORT ------------ Event: time 1425247333.665130, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 896 Event: time 1425247333.665130, -------------- SYN_REPORT ------------ Event: time 1425247333.671131, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 962 Event: time 1425247333.671131, -------------- SYN_REPORT ------------ Event: time 1425247333.675098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1017 Event: time 1425247333.675098, -------------- SYN_REPORT ------------ Event: time 1425247333.679093, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1075 Event: time 1425247333.679093, -------------- SYN_REPORT ------------ Event: time 1425247333.683108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1129 Event: time 1425247333.683108, -------------- SYN_REPORT ------------ Event: time 1425247333.687090, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1185 Event: time 1425247333.687090, -------------- SYN_REPORT ------------ Event: time 1425247333.691104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1248 Event: time 1425247333.691104, -------------- SYN_REPORT ------------ Event: time 1425247333.695120, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1311 Event: time 1425247333.695120, -------------- SYN_REPORT ------------ Event: time 1425247333.699103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1370 Event: time 1425247333.699103, -------------- SYN_REPORT ------------ Event: time 1425247333.705105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1422 Event: time 1425247333.705105, -------------- SYN_REPORT ------------ Event: time 1425247333.709100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1472 Event: time 1425247333.709100, -------------- SYN_REPORT ------------ Event: time 1425247333.713112, t... [truncated message content] |
From: Christopher B. <chr...@gm...> - 2015-03-01 21:50:42
|
Greets, I'm running Debian Jessie(SID), but with the Linux 3.12-1-amd64 #1 SMP Debian 3.12.9-1 (2014-02-01) x86_64 kernel (the latest kernel 3.14 has issues with randomly shutting off my DP monitor that only a reboot fixes). I'm using a Huion 610, and I'd like to get all the buttons to work if possible. I'll be using it in Blender 2.71. Thanks a lot for all your work on this! -- Regards, Christopher Barry Random geeky fortune: Alexander Graham Bell is alive and well in New York, and still waiting for a dial tone. |
From: Nikolai K. <sp...@gm...> - 2015-03-01 19:01:09
|
Hi Sarah, On 03/01/2015 12:56 AM, Sarah Owens wrote: > I am trying to set up my Huion 1060pro > (http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu 14.04. I > installed the DIGImend drivers by following the instructions on github, and > I'm having a few problems. > > When drawing on Krita or the Gimp, my brush-stroke lags seconds behind where > my pen is. The stroke seems to buffer up, and will finish out the stroke, > but takes forever to do so. > > To solve this problem, I was thinking I might need an xorg.config to lower > sampling rate? My computer has 8g of RAM (5 reported as "free"). > > My other problem is none of the butttons work, except for left-click on the > pen. Does this device have a known status with the drivers? (It looked > like it fell in the "other" category for supported Huion devices). This is unlikely to be due to the tablet or driver behavior, but we can test that. Could you please send the output of this command: sudo usbhid-dump -es -m 256c:006e while you scribble with the pen? This way we'll see the rate of incoming reports. Just in case this is caused by the driver, please also send the output of "evtest" for the pen interface, while doing the same. The pen interface will be the one which produces output while you move the pen. Thank you. Nick |
From: Nikolai K. <sp...@gm...> - 2015-03-01 18:44:09
|
On 03/01/2015 12:42 AM, Ulrich Lauther wrote: > On Sat, Feb 28, 2015 at 10:31:45PM +0200, Nikolai Kondrashov wrote: >> Hi Ulrich, >> >> Please keep the maillist in the CC. Thank you. >> > sorry about that > > [ ... ] >> >> Let's check if Maren is right, i.e. if the driver is not loaded. >> Please send the output of "dmesg" after you plug in your tablet. >> >> Although, strangely, it seems the tablet is switched into the fully-functional >> mode, which is done by the driver. >> >> Nick > > here is the output of dmesg after disconnecting and reconnecting the device: Thanks Ulrich, this looks fine. The lsmod output is also as expected. Can you send the output of "/sbin/modinfo hid-huion"? Also, please send the output of "evtest", with the pen device selected, when doing the light touching that produces the clicking problem. The pen device will be the one producing output when moving the pen. Also, please send the output of "xinput test" for the pen device, doing the same, if you can. Thank you. Nick |
From: Ulrich L. <ulr...@t-...> - 2015-03-01 08:05:21
|
On Sat, Feb 28, 2015 at 10:31:45PM +0200, Nikolai Kondrashov wrote: > Hi Ulrich, > > > Thank you. The fact that it repeats 0x81 is fine. It would have been > problematic if it interleaved these with 0x80. > > Let's check if Maren is right, i.e. if the driver is not loaded. > Please send the output of "dmesg" after you plug in your tablet. > > Although, strangely, it seems the tablet is switched into the fully-functional > mode, which is done by the driver. > and this is the output of lsmod | grep hid hid_uclogic 13050 0 hid_huion 12631 0 hid_generic 12492 0 usbhid 47442 0 hid 92101 4 hid_uclogic,hid_huion,hid_generic,usbhid mac_hid 13077 0 ulrich |
From: Sarah O. <owe...@gm...> - 2015-03-01 06:46:25
|
Blacklisting worked-- the tablet's name changed, and I no longer have huion output. Unfortunately my drawing is still laggy, haha, but I feel like I understand things better, and I'm more confident about it working later, now that the default huion drivers won't interfere. I appreciate all your help, Dan! Sarah On Sat, Feb 28, 2015 at 10:14 PM, Dan Roberts <ade...@gm...> wrote: > Hi Sarah, > I do not have any huion in my dmesg output, it appears to have grabbed > your tablet before the uclogic driver could. This may be an issue not just > with my modifications but any future digimend driver. You should be able to > temporarily prevent it from loading by just rmmod hid-huion . You can > check for an external hid-huion modules with > > find /lib/modules/$(uname -r)/extra -name 'hid-huion.ko' > > You'll probably want to blacklist hid-huion to prevent that from > happening for future digimend drivers. If you'd rather not pursue my > modifications any further, please do keep the blacklist in mind when the > next digimend driver comes around. > > Thanks, > Dan > > On Sat, Feb 28, 2015 at 9:05 PM, Sarah Owens <owe...@gm...> > wrote: > >> I did rmmod and then modprobe, I also tried unplugging and re-plugging >> the tablet. My dmseg had both huion and uclogic messages in it: >> >> [15749.195783] usb 2-4.1: New USB device found, idVendor=256c, >> idProduct=006e >> [15749.195793] usb 2-4.1: New USB device strings: Mfr=5, Product=6, >> SerialNumber=0 >> [15749.195798] usb 2-4.1: Product: PenTablet >> [15749.195802] usb 2-4.1: Manufacturer: HUION >> [15749.198068] input: HUION PenTablet as >> /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/input/input42 >> [15749.198477] huion 0003:256C:006E.0019: input,hidraw0: USB HID v1.11 >> Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input0 >> [15749.200575] input: HUION PenTablet as >> /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/input/input43 >> [15749.201177] uclogic 0003:256C:006E.001A: input,hiddev0,hidraw1: USB >> HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input1 >> [15749.202780] input: HUION PenTablet as >> /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.2/input/input44 >> [15749.202944] uclogic 0003:256C:006E.001B: input,hidraw2: USB HID v1.11 >> Keyboard [HUION PenTablet] on usb-0000:00:14.0-4.1/input2 >> >> >> If it turns out to be different than your case, I don't mind waiting on >> the official change. >> >> Thanks, >> Sarah >> >> > |
From: Dan R. <ade...@gm...> - 2015-03-01 06:14:16
|
Hi Sarah, I do not have any huion in my dmesg output, it appears to have grabbed your tablet before the uclogic driver could. This may be an issue not just with my modifications but any future digimend driver. You should be able to temporarily prevent it from loading by just rmmod hid-huion . You can check for an external hid-huion modules with find /lib/modules/$(uname -r)/extra -name 'hid-huion.ko' You'll probably want to blacklist hid-huion to prevent that from happening for future digimend drivers. If you'd rather not pursue my modifications any further, please do keep the blacklist in mind when the next digimend driver comes around. Thanks, Dan On Sat, Feb 28, 2015 at 9:05 PM, Sarah Owens <owe...@gm...> wrote: > I did rmmod and then modprobe, I also tried unplugging and re-plugging the > tablet. My dmseg had both huion and uclogic messages in it: > > [15749.195783] usb 2-4.1: New USB device found, idVendor=256c, > idProduct=006e > [15749.195793] usb 2-4.1: New USB device strings: Mfr=5, Product=6, > SerialNumber=0 > [15749.195798] usb 2-4.1: Product: PenTablet > [15749.195802] usb 2-4.1: Manufacturer: HUION > [15749.198068] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/input/input42 > [15749.198477] huion 0003:256C:006E.0019: input,hidraw0: USB HID v1.11 > Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input0 > [15749.200575] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/input/input43 > [15749.201177] uclogic 0003:256C:006E.001A: input,hiddev0,hidraw1: USB HID > v1.11 Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input1 > [15749.202780] input: HUION PenTablet as > /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.2/input/input44 > [15749.202944] uclogic 0003:256C:006E.001B: input,hidraw2: USB HID v1.11 > Keyboard [HUION PenTablet] on usb-0000:00:14.0-4.1/input2 > > > If it turns out to be different than your case, I don't mind waiting on > the official change. > > Thanks, > Sarah > > |
From: Sarah O. <owe...@gm...> - 2015-03-01 05:06:26
|
I did rmmod and then modprobe, I also tried unplugging and re-plugging the tablet. My dmseg had both huion and uclogic messages in it: [15749.195783] usb 2-4.1: New USB device found, idVendor=256c, idProduct=006e [15749.195793] usb 2-4.1: New USB device strings: Mfr=5, Product=6, SerialNumber=0 [15749.195798] usb 2-4.1: Product: PenTablet [15749.195802] usb 2-4.1: Manufacturer: HUION [15749.198068] input: HUION PenTablet as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.0/input/input42 [15749.198477] huion 0003:256C:006E.0019: input,hidraw0: USB HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input0 [15749.200575] input: HUION PenTablet as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.1/input/input43 [15749.201177] uclogic 0003:256C:006E.001A: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:14.0-4.1/input1 [15749.202780] input: HUION PenTablet as /devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4.1/2-4.1:1.2/input/input44 [15749.202944] uclogic 0003:256C:006E.001B: input,hidraw2: USB HID v1.11 Keyboard [HUION PenTablet] on usb-0000:00:14.0-4.1/input2 If it turns out to be different than your case, I don't mind waiting on the official change. Thanks, Sarah |
From: Dan R. <ade...@gm...> - 2015-03-01 04:52:38
|
Forgot to reply-all. On Sat, Feb 28, 2015 at 8:51 PM, Dan Roberts <ade...@gm...> wrote: > Hi Sarah, > It should be named "HUION PenTablet Pen" in that case. It should be > named that in Gimp as well as `xinput --list`. The fact that it's not > showing up makes me wonder if either the wrong driver is being loaded for > your tablet, do you mind checking out the output from dmesg when you plug > in your tablet? (I've had hid-huion, the old driver, grab the tablet > instead of the new hid-uclogic, and I'd see messages with 'huion' instead > of 'uclogic'). Did you make sure to rmmod and modprobe the hid-uclogic to > reload it? You should probably also re-connect the tablet for good measure. > The only other possibility that comes to mind is that the 1060 has > significantly different interfaces from the h610, which shouldn't happen > based on my understanding of the code, but it's not impossible since I'm > not 100% familiar with the new code. > > Thanks, > Dan > > On Sat, Feb 28, 2015 at 8:07 PM, Sarah Owens <owe...@gm...> > wrote: > >> I'm trying out your patch, and from my git-log, I've gotten the patch >> successfully. From xinput --list, my only tablet option is called HUION >> PenTablet, (also the name Gimp gives it), which I think is what it was >> called before. What should the new name be, and where should I see the >> change? >> >> Thanks, >> Sarah >> >> On Sat, Feb 28, 2015 at 6:51 PM, Dan Roberts <ade...@gm...> wrote: >> >>> Hi Sarah, >>> That USB hub is interesting, doubly so that it has the same USB IDs >>> as the h610 but different specs on Huion's website... (tons of Huion >>> tablets share the same USB IDs though). >>> >>> As far as I know the new driver isn't in any particular branch in the >>> official digimend git repository at the moment, a series of patches are >>> being merged into the kernel tree, and I guess those patches will then be >>> rebased against the digimend driver tree. I'm considering attempting that >>> this weekend for my own benefit. You can see the patches and the >>> surrounding discussion in the digimend-devel mailing list: >>> http://sourceforge.net/p/digimend/mailman/message/33498174/ this patch >>> in particular . >>> >>> If you're feeling brave, since you have the same USB IDs as me, you >>> might be interested in trying out my modification to see if it makes any >>> difference. What it does is renames the Pen interface to "... Pen", which >>> allows Gimp to properly identify it (resolved an issue with me where I'd >>> have to restart Gimp multiple times and keep plugging/unplugging the tablet >>> until Gimp properly recognized the device, my theory is the issue you're >>> describing, which I also had, is related to this recognition issue) >>> >>> You can find my change here: >>> https://github.com/Ademan/digimend-kernel-drivers/tree/rename_pen and >>> you can see here: >>> https://github.com/Ademan/digimend-kernel-drivers/commit/5a4f198af725b3137d19634ee8a0af7032f689d5 >>> that it is a very simple change with little potential for issues. >>> >>> However, if you do choose to test it, know it is a hack that only I have >>> tested, and* the main digimend driver should do something very similar >>> (but better) in the near future.* >>> >>> To test it simply build it like you would the regular digimend driver, >>> make install it, and then you'll need to (as root) rmmod hid-uclogic ; >>> modprobe hid-uclogic to ensure your kernel loads/reloads the newly >>> installed module. >>> >>> In Gimp you'll want to disable the old device, and enable the new one >>> (named with "Pen" at the end). >>> >>> Just to reiterate though, I think the new official changes should arrive >>> fairly soon, you're probably better off just waiting for that. >>> >>> Cheers, >>> Dan >>> >>> On Sat, Feb 28, 2015 at 4:50 PM, Sarah Owens <owe...@gm...> >>> wrote: >>> >>>> Thanks for the info, Dan. Is the new version of the driver in a >>>> feature branch? (I built from master earlier today). >>>> >>>> From lsusb, I think my USB is 256c:006e, like yours. The device was >>>> unnamed, but it was one of two that showed up on lsusb after I had >>>> connected the tablet. (The second one was "058f:6254 Alcor Micro Corp. USB >>>> Hub") >>>> >>>> Sarah >>>> >>>> On Sat, Feb 28, 2015 at 4:26 PM, Dan Roberts <ade...@gm...> >>>> wrote: >>>> >>>>> Hi Sarah, >>>>> I have a Huion h610 which has a similar report rate and >>>>> experienced similar issues, but they have stopped recently. I *believe* >>>>> they were resolved when I switched to a slightly modified version of the >>>>> current driver. There is a new version of the driver in development, that >>>>> *might* resolve it for you if i'm not mistaken. By the way, what is the USB >>>>> VID and PID of your Huion 1060? I don't see it in the tablet list on >>>>> http://digimend.github.io/tablets/ . My h610 is 256c:006e (according >>>>> to lsusb) for example. >>>>> >>>>> Thanks, >>>>> Dan >>>>> >>>>> On Sat, Feb 28, 2015 at 2:56 PM, Sarah Owens <owe...@gm...> >>>>> wrote: >>>>> >>>>>> I am trying to set up my Huion 1060pro ( >>>>>> http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu >>>>>> 14.04. I installed the DIGImend drivers by following the instructions on >>>>>> github, and I'm having a few problems. >>>>>> >>>>>> When drawing on Krita or the Gimp, my brush-stroke lags seconds >>>>>> behind where my pen is. The stroke seems to buffer up, and will finish out >>>>>> the stroke, but takes forever to do so. >>>>>> >>>>>> To solve this problem, I was thinking I might need an xorg.config to >>>>>> lower sampling rate? My computer has 8g of RAM (5 reported as "free"). >>>>>> >>>>>> My other problem is none of the butttons work, except for left-click >>>>>> on the pen. Does this device have a known status with the drivers? (It >>>>>> looked like it fell in the "other" category for supported Huion devices). >>>>>> >>>>>> Thanks! >>>>>> Sarah >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Dive into the World of Parallel Programming The Go Parallel Website, >>>>>> sponsored >>>>>> by Intel and developed in partnership with Slashdot Media, is your >>>>>> hub for all >>>>>> things parallel software development, from weekly thought leadership >>>>>> blogs to >>>>>> news, videos, case studies, tutorials and more. Take a look and join >>>>>> the >>>>>> conversation now. http://goparallel.sourceforge.net/ >>>>>> _______________________________________________ >>>>>> DIGImend-users mailing list >>>>>> DIG...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/digimend-users >>>>>> >>>>>> >>>>> >>>> >>> >> > |
From: Sarah O. <owe...@gm...> - 2015-03-01 04:08:27
|
I'm trying out your patch, and from my git-log, I've gotten the patch successfully. From xinput --list, my only tablet option is called HUION PenTablet, (also the name Gimp gives it), which I think is what it was called before. What should the new name be, and where should I see the change? Thanks, Sarah On Sat, Feb 28, 2015 at 6:51 PM, Dan Roberts <ade...@gm...> wrote: > Hi Sarah, > That USB hub is interesting, doubly so that it has the same USB IDs as > the h610 but different specs on Huion's website... (tons of Huion tablets > share the same USB IDs though). > > As far as I know the new driver isn't in any particular branch in the > official digimend git repository at the moment, a series of patches are > being merged into the kernel tree, and I guess those patches will then be > rebased against the digimend driver tree. I'm considering attempting that > this weekend for my own benefit. You can see the patches and the > surrounding discussion in the digimend-devel mailing list: > http://sourceforge.net/p/digimend/mailman/message/33498174/ this patch in > particular . > > If you're feeling brave, since you have the same USB IDs as me, you might > be interested in trying out my modification to see if it makes any > difference. What it does is renames the Pen interface to "... Pen", which > allows Gimp to properly identify it (resolved an issue with me where I'd > have to restart Gimp multiple times and keep plugging/unplugging the tablet > until Gimp properly recognized the device, my theory is the issue you're > describing, which I also had, is related to this recognition issue) > > You can find my change here: > https://github.com/Ademan/digimend-kernel-drivers/tree/rename_pen and you > can see here: > https://github.com/Ademan/digimend-kernel-drivers/commit/5a4f198af725b3137d19634ee8a0af7032f689d5 > that it is a very simple change with little potential for issues. > > However, if you do choose to test it, know it is a hack that only I have > tested, and* the main digimend driver should do something very similar > (but better) in the near future.* > > To test it simply build it like you would the regular digimend driver, > make install it, and then you'll need to (as root) rmmod hid-uclogic ; > modprobe hid-uclogic to ensure your kernel loads/reloads the newly > installed module. > > In Gimp you'll want to disable the old device, and enable the new one > (named with "Pen" at the end). > > Just to reiterate though, I think the new official changes should arrive > fairly soon, you're probably better off just waiting for that. > > Cheers, > Dan > > On Sat, Feb 28, 2015 at 4:50 PM, Sarah Owens <owe...@gm...> > wrote: > >> Thanks for the info, Dan. Is the new version of the driver in a feature >> branch? (I built from master earlier today). >> >> From lsusb, I think my USB is 256c:006e, like yours. The device was >> unnamed, but it was one of two that showed up on lsusb after I had >> connected the tablet. (The second one was "058f:6254 Alcor Micro Corp. USB >> Hub") >> >> Sarah >> >> On Sat, Feb 28, 2015 at 4:26 PM, Dan Roberts <ade...@gm...> wrote: >> >>> Hi Sarah, >>> I have a Huion h610 which has a similar report rate and experienced >>> similar issues, but they have stopped recently. I *believe* they were >>> resolved when I switched to a slightly modified version of the current >>> driver. There is a new version of the driver in development, that *might* >>> resolve it for you if i'm not mistaken. By the way, what is the USB VID and >>> PID of your Huion 1060? I don't see it in the tablet list on >>> http://digimend.github.io/tablets/ . My h610 is 256c:006e (according to >>> lsusb) for example. >>> >>> Thanks, >>> Dan >>> >>> On Sat, Feb 28, 2015 at 2:56 PM, Sarah Owens <owe...@gm...> >>> wrote: >>> >>>> I am trying to set up my Huion 1060pro ( >>>> http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu >>>> 14.04. I installed the DIGImend drivers by following the instructions on >>>> github, and I'm having a few problems. >>>> >>>> When drawing on Krita or the Gimp, my brush-stroke lags seconds behind >>>> where my pen is. The stroke seems to buffer up, and will finish out the >>>> stroke, but takes forever to do so. >>>> >>>> To solve this problem, I was thinking I might need an xorg.config to >>>> lower sampling rate? My computer has 8g of RAM (5 reported as "free"). >>>> >>>> My other problem is none of the butttons work, except for left-click on >>>> the pen. Does this device have a known status with the drivers? (It >>>> looked like it fell in the "other" category for supported Huion devices). >>>> >>>> Thanks! >>>> Sarah >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Dive into the World of Parallel Programming The Go Parallel Website, >>>> sponsored >>>> by Intel and developed in partnership with Slashdot Media, is your hub >>>> for all >>>> things parallel software development, from weekly thought leadership >>>> blogs to >>>> news, videos, case studies, tutorials and more. Take a look and join the >>>> conversation now. http://goparallel.sourceforge.net/ >>>> _______________________________________________ >>>> DIGImend-users mailing list >>>> DIG...@li... >>>> https://lists.sourceforge.net/lists/listinfo/digimend-users >>>> >>>> >>> >> > |
From: Dan R. <ade...@gm...> - 2015-03-01 02:51:52
|
Hi Sarah, That USB hub is interesting, doubly so that it has the same USB IDs as the h610 but different specs on Huion's website... (tons of Huion tablets share the same USB IDs though). As far as I know the new driver isn't in any particular branch in the official digimend git repository at the moment, a series of patches are being merged into the kernel tree, and I guess those patches will then be rebased against the digimend driver tree. I'm considering attempting that this weekend for my own benefit. You can see the patches and the surrounding discussion in the digimend-devel mailing list: http://sourceforge.net/p/digimend/mailman/message/33498174/ this patch in particular . If you're feeling brave, since you have the same USB IDs as me, you might be interested in trying out my modification to see if it makes any difference. What it does is renames the Pen interface to "... Pen", which allows Gimp to properly identify it (resolved an issue with me where I'd have to restart Gimp multiple times and keep plugging/unplugging the tablet until Gimp properly recognized the device, my theory is the issue you're describing, which I also had, is related to this recognition issue) You can find my change here: https://github.com/Ademan/digimend-kernel-drivers/tree/rename_pen and you can see here: https://github.com/Ademan/digimend-kernel-drivers/commit/5a4f198af725b3137d19634ee8a0af7032f689d5 that it is a very simple change with little potential for issues. However, if you do choose to test it, know it is a hack that only I have tested, and* the main digimend driver should do something very similar (but better) in the near future.* To test it simply build it like you would the regular digimend driver, make install it, and then you'll need to (as root) rmmod hid-uclogic ; modprobe hid-uclogic to ensure your kernel loads/reloads the newly installed module. In Gimp you'll want to disable the old device, and enable the new one (named with "Pen" at the end). Just to reiterate though, I think the new official changes should arrive fairly soon, you're probably better off just waiting for that. Cheers, Dan On Sat, Feb 28, 2015 at 4:50 PM, Sarah Owens <owe...@gm...> wrote: > Thanks for the info, Dan. Is the new version of the driver in a feature > branch? (I built from master earlier today). > > From lsusb, I think my USB is 256c:006e, like yours. The device was > unnamed, but it was one of two that showed up on lsusb after I had > connected the tablet. (The second one was "058f:6254 Alcor Micro Corp. USB > Hub") > > Sarah > > On Sat, Feb 28, 2015 at 4:26 PM, Dan Roberts <ade...@gm...> wrote: > >> Hi Sarah, >> I have a Huion h610 which has a similar report rate and experienced >> similar issues, but they have stopped recently. I *believe* they were >> resolved when I switched to a slightly modified version of the current >> driver. There is a new version of the driver in development, that *might* >> resolve it for you if i'm not mistaken. By the way, what is the USB VID and >> PID of your Huion 1060? I don't see it in the tablet list on >> http://digimend.github.io/tablets/ . My h610 is 256c:006e (according to >> lsusb) for example. >> >> Thanks, >> Dan >> >> On Sat, Feb 28, 2015 at 2:56 PM, Sarah Owens <owe...@gm...> >> wrote: >> >>> I am trying to set up my Huion 1060pro ( >>> http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu >>> 14.04. I installed the DIGImend drivers by following the instructions on >>> github, and I'm having a few problems. >>> >>> When drawing on Krita or the Gimp, my brush-stroke lags seconds behind >>> where my pen is. The stroke seems to buffer up, and will finish out the >>> stroke, but takes forever to do so. >>> >>> To solve this problem, I was thinking I might need an xorg.config to >>> lower sampling rate? My computer has 8g of RAM (5 reported as "free"). >>> >>> My other problem is none of the butttons work, except for left-click on >>> the pen. Does this device have a known status with the drivers? (It >>> looked like it fell in the "other" category for supported Huion devices). >>> >>> Thanks! >>> Sarah >>> >>> >>> ------------------------------------------------------------------------------ >>> Dive into the World of Parallel Programming The Go Parallel Website, >>> sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub >>> for all >>> things parallel software development, from weekly thought leadership >>> blogs to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> DIGImend-users mailing list >>> DIG...@li... >>> https://lists.sourceforge.net/lists/listinfo/digimend-users >>> >>> >> > |
From: Sarah O. <owe...@gm...> - 2015-03-01 00:51:05
|
Thanks for the info, Dan. Is the new version of the driver in a feature branch? (I built from master earlier today). >From lsusb, I think my USB is 256c:006e, like yours. The device was unnamed, but it was one of two that showed up on lsusb after I had connected the tablet. (The second one was "058f:6254 Alcor Micro Corp. USB Hub") Sarah On Sat, Feb 28, 2015 at 4:26 PM, Dan Roberts <ade...@gm...> wrote: > Hi Sarah, > I have a Huion h610 which has a similar report rate and experienced > similar issues, but they have stopped recently. I *believe* they were > resolved when I switched to a slightly modified version of the current > driver. There is a new version of the driver in development, that *might* > resolve it for you if i'm not mistaken. By the way, what is the USB VID and > PID of your Huion 1060? I don't see it in the tablet list on > http://digimend.github.io/tablets/ . My h610 is 256c:006e (according to > lsusb) for example. > > Thanks, > Dan > > On Sat, Feb 28, 2015 at 2:56 PM, Sarah Owens <owe...@gm...> > wrote: > >> I am trying to set up my Huion 1060pro ( >> http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu 14.04. >> I installed the DIGImend drivers by following the instructions on github, >> and I'm having a few problems. >> >> When drawing on Krita or the Gimp, my brush-stroke lags seconds behind >> where my pen is. The stroke seems to buffer up, and will finish out the >> stroke, but takes forever to do so. >> >> To solve this problem, I was thinking I might need an xorg.config to >> lower sampling rate? My computer has 8g of RAM (5 reported as "free"). >> >> My other problem is none of the butttons work, except for left-click on >> the pen. Does this device have a known status with the drivers? (It >> looked like it fell in the "other" category for supported Huion devices). >> >> Thanks! >> Sarah >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming The Go Parallel Website, >> sponsored >> by Intel and developed in partnership with Slashdot Media, is your hub >> for all >> things parallel software development, from weekly thought leadership >> blogs to >> news, videos, case studies, tutorials and more. Take a look and join the >> conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> DIGImend-users mailing list >> DIG...@li... >> https://lists.sourceforge.net/lists/listinfo/digimend-users >> >> > |
From: Dan R. <ade...@gm...> - 2015-03-01 00:26:14
|
Hi Sarah, I have a Huion h610 which has a similar report rate and experienced similar issues, but they have stopped recently. I *believe* they were resolved when I switched to a slightly modified version of the current driver. There is a new version of the driver in development, that *might* resolve it for you if i'm not mistaken. By the way, what is the USB VID and PID of your Huion 1060? I don't see it in the tablet list on http://digimend.github.io/tablets/ . My h610 is 256c:006e (according to lsusb) for example. Thanks, Dan On Sat, Feb 28, 2015 at 2:56 PM, Sarah Owens <owe...@gm...> wrote: > I am trying to set up my Huion 1060pro ( > http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu 14.04. > I installed the DIGImend drivers by following the instructions on github, > and I'm having a few problems. > > When drawing on Krita or the Gimp, my brush-stroke lags seconds behind > where my pen is. The stroke seems to buffer up, and will finish out the > stroke, but takes forever to do so. > > To solve this problem, I was thinking I might need an xorg.config to lower > sampling rate? My computer has 8g of RAM (5 reported as "free"). > > My other problem is none of the butttons work, except for left-click on > the pen. Does this device have a known status with the drivers? (It > looked like it fell in the "other" category for supported Huion devices). > > Thanks! > Sarah > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > DIGImend-users mailing list > DIG...@li... > https://lists.sourceforge.net/lists/listinfo/digimend-users > > |
From: Sarah O. <owe...@gm...> - 2015-02-28 22:57:11
|
I am trying to set up my Huion 1060pro ( http://huion-tablet.com/product/product.php?sku=1020), in Ubuntu 14.04. I installed the DIGImend drivers by following the instructions on github, and I'm having a few problems. When drawing on Krita or the Gimp, my brush-stroke lags seconds behind where my pen is. The stroke seems to buffer up, and will finish out the stroke, but takes forever to do so. To solve this problem, I was thinking I might need an xorg.config to lower sampling rate? My computer has 8g of RAM (5 reported as "free"). My other problem is none of the butttons work, except for left-click on the pen. Does this device have a known status with the drivers? (It looked like it fell in the "other" category for supported Huion devices). Thanks! Sarah |
From: Ulrich L. <ulr...@t-...> - 2015-02-28 22:42:59
|
On Sat, Feb 28, 2015 at 10:31:45PM +0200, Nikolai Kondrashov wrote: > Hi Ulrich, > > Please keep the maillist in the CC. Thank you. > sorry about that [ ... ] > > Let's check if Maren is right, i.e. if the driver is not loaded. > Please send the output of "dmesg" after you plug in your tablet. > > Although, strangely, it seems the tablet is switched into the fully-functional > mode, which is done by the driver. > > Nick here is the output of dmesg after disconnecting and reconnecting the device: [27691.352289] usb 3-1: USB disconnect, device number 3 [27706.872161] usb 3-1: new full-speed USB device number 4 using uhci_hcd [27707.034148] usb 3-1: New USB device found, idVendor=256c, idProduct=006e [27707.034165] usb 3-1: New USB device strings: Mfr=5, Product=6, SerialNumber=0 [27707.034176] usb 3-1: Product: PenTablet [27707.034186] usb 3-1: Manufacturer: HUION [27707.043451] input: HUION PenTablet as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/input/input38 [27707.044477] huion 0003:256C:006E.001B: input,hidraw5: USB HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:1d.1-1/input0 [27707.053264] input: HUION PenTablet as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/input/input39 [27707.054041] uclogic 0003:256C:006E.001C: input,hiddev0,hidraw6: USB HID v1.11 Mouse [HUION PenTablet] on usb-0000:00:1d.1-1/input1 [27707.061449] input: HUION PenTablet as /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.2/input/input40 [27707.061923] uclogic 0003:256C:006E.001D: input,hidraw7: USB HID v1.11 Keyboard [HUION PenTablet] on usb-0000:00:1d.1-1/input2 ulrich |
From: Nikolai K. <sp...@gm...> - 2015-02-28 20:31:59
|
Hi Ulrich, Please keep the maillist in the CC. Thank you. On 02/28/2015 06:29 PM, Ulrich Lauther wrote: > On Sat, Feb 28, 2015 at 03:11:41PM +0200, Nikolai Kondrashov wrote: >> Hi Ulrich, >> >> On 02/27/2015 10:41 PM, Ulrich Lauther wrote: >>> I bought a Huion H610PRO graphics tablet and installed the driver >> >from github.com/DIGImend/digimend-kernel-drivers under ubunto 12.4 >>> kernel 3.13.0-46-generic >>> >>> When I press the pen's tip (lightly) on the tablet, it generates a >>> series of left button clicks very fast. >>> >>> I don't know if this is a hardware or a software problem. >> >> This is likely to be a hardware problem. One easy way to test that would be >> trying on a Windows machine. Otherwise you can use usbhid-dump to see if the >> tablet actually sends these clicks. Start usbhid-dump like this: >> >> sudo usbhid-dump -es -m 256c:006e >> >> and watch the least significant bit of the second byte when you touch the >> surface - it should be 1 when the tip is touching. > > The tablet starts to generate events when the pen is approching the tablet. > These events have 0x80 as second byte. > When I touch the surface, I get 0x81, but many times. > > I attach the output of usbhid-dump -es -m 256c:006e. Thank you. The fact that it repeats 0x81 is fine. It would have been problematic if it interleaved these with 0x80. Let's check if Maren is right, i.e. if the driver is not loaded. Please send the output of "dmesg" after you plug in your tablet. Although, strangely, it seems the tablet is switched into the fully-functional mode, which is done by the driver. Nick |
From: Maren H. <mar...@ya...> - 2015-02-28 18:37:28
|
Hi Ulrich, when I had installed a new kernel (3.16, I think), and had *not* yet re-compiled/re-installed the driver, I had exactly the same behaviour. (18 Inkscapes opened with one click ;) - good it's become so fast) Maybe it's also that your driver install isn't completed? Nikolai will know how to check which driver is being used - the generic one which comes with the kernel or his. Regards, Maren -------------------------------------------- On Sat, 2/28/15, Nikolai Kondrashov <sp...@gm...> wrote: Subject: Re: [DIGImend-users] Huion H610PRO generates multiple clicks To: "Ulrich Lauther" <ulr...@t-...>, dig...@li... Date: Saturday, February 28, 2015, 2:11 PM Hi Ulrich, On 02/27/2015 10:41 PM, Ulrich Lauther wrote: > I bought a Huion H610PRO graphics tablet and installed the driver > from github.com/DIGImend/digimend-kernel-drivers under ubunto 12.4 > kernel 3.13.0-46-generic > > When I press the pen's tip (lightly) on the tablet, it generates a > series of left button clicks very fast. > > I don't know if this is a hardware or a software problem. This is likely to be a hardware problem. One easy way to test that would be trying on a Windows machine. Otherwise you can use usbhid-dump to see if the tablet actually sends these clicks. Start usbhid-dump like this: sudo usbhid-dump -es -m 256c:006e and watch the least significant bit of the second byte when you touch the surface - it should be 1 when the tip is touching. Nick ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ DIGImend-users mailing list DIG...@li... https://lists.sourceforge.net/lists/listinfo/digimend-users |
From: Nikolai K. <sp...@gm...> - 2015-02-28 13:26:03
|
On 02/26/2015 07:45 AM, Damonn Colon wrote: > After re-installing Ubuntu, replacing the Motherboard, Processor, Ram, and > Power supply the error persists. The only components persistent through are > the hard drive, dvd drive, and graphics card. > > Included are the standard recommended files, and the evtest for the pen. Thank you for the diagnostics. From the dumps I can see that the driver is not being used, or it doesn't activate the tablet. Could you please send "dmesg" output after you plug the tablet in? Thank you. Nick |
From: Nikolai K. <sp...@gm...> - 2015-02-28 13:11:54
|
Hi Ulrich, On 02/27/2015 10:41 PM, Ulrich Lauther wrote: > I bought a Huion H610PRO graphics tablet and installed the driver > from github.com/DIGImend/digimend-kernel-drivers under ubunto 12.4 > kernel 3.13.0-46-generic > > When I press the pen's tip (lightly) on the tablet, it generates a > series of left button clicks very fast. > > I don't know if this is a hardware or a software problem. This is likely to be a hardware problem. One easy way to test that would be trying on a Windows machine. Otherwise you can use usbhid-dump to see if the tablet actually sends these clicks. Start usbhid-dump like this: sudo usbhid-dump -es -m 256c:006e and watch the least significant bit of the second byte when you touch the surface - it should be 1 when the tip is touching. Nick |
From: Ulrich L. <ulr...@t-...> - 2015-02-27 20:41:31
|
I bought a Huion H610PRO graphics tablet and installed the driver from github.com/DIGImend/digimend-kernel-drivers under ubunto 12.4 kernel 3.13.0-46-generic When I press the pen's tip (lightly) on the tablet, it generates a series of left button clicks very fast. I don't know if this is a hardware or a software problem. Thanks for any help, ulrich |
From: Damonn C. <kay...@gm...> - 2015-02-26 05:45:38
|
No device specified, trying to scan all of /dev/input/event* Available devices: /dev/input/event0: Power Button /dev/input/event1: Power Button /dev/input/event2: Microsoft Comfort Curve Keyboard 2000 /dev/input/event3: Microsoft Comfort Curve Keyboard 2000 /dev/input/event4: Logitech USB Laser Mouse /dev/input/event5: UC-LOGIC Tablet Monitor /dev/input/event6: UC-LOGIC Tablet Monitor /dev/input/event7: UC-LOGIC Tablet Monitor /dev/input/event8: HDA ATI SB Front Headphone /dev/input/event9: HDA ATI SB Line Out Side /dev/input/event10: HDA ATI SB Line Out CLFE /dev/input/event11: HDA ATI SB Line Out Surround /dev/input/event12: HDA ATI SB Line Out Front /dev/input/event13: HDA ATI SB Line /dev/input/event14: HDA ATI SB Rear Mic /dev/input/event15: HDA ATI SB Front Mic /dev/input/event16: HDA NVidia HDMI/DP,pcm=7 /dev/input/event17: HDA NVidia HDMI/DP,pcm=3 Select the device event number [0-17]: Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x5543 product 0x4d version 0x111 Input device name: "UC-LOGIC Tablet Monitor" Supported events: Event type 0 (EV_SYN) Event type 1 (EV_KEY) Event code 256 (BTN_0) Event code 272 (BTN_LEFT) Event code 273 (BTN_RIGHT) Event code 274 (BTN_MIDDLE) Event code 320 (BTN_TOOL_PEN) Event code 321 (BTN_TOOL_RUBBER) Event code 330 (BTN_TOUCH) Event code 331 (BTN_STYLUS) Event type 3 (EV_ABS) Event code 0 (ABS_X) Value 0 Min 0 Max 32000 Resolution 79 Event code 1 (ABS_Y) Value 0 Min 0 Max 20000 Resolution 79 Event code 2 (ABS_Z) Value 663 Min 0 Max 2048 Event code 3 (ABS_RX) Value 1200 Min 0 Max 2048 Event code 24 (ABS_PRESSURE) Value 0 Min 0 Max 2047 Event type 4 (EV_MSC) Event code 4 (MSC_SCAN) Properties: Testing ... (interrupt to exit) Event: time 1424929391.243720, type 3 (EV_ABS), code 2 (ABS_Z), value 904 Event: time 1424929391.243720, type 3 (EV_ABS), code 3 (ABS_RX), value 1116 Event: time 1424929391.243720, -------------- SYN_REPORT ------------ Event: time 1424929391.255652, type 3 (EV_ABS), code 2 (ABS_Z), value 906 Event: time 1424929391.255652, type 3 (EV_ABS), code 3 (ABS_RX), value 1119 Event: time 1424929391.255652, -------------- SYN_REPORT ------------ Event: time 1424929391.265712, type 3 (EV_ABS), code 2 (ABS_Z), value 907 Event: time 1424929391.265712, -------------- SYN_REPORT ------------ Event: time 1424929391.283713, type 3 (EV_ABS), code 2 (ABS_Z), value 908 Event: time 1424929391.283713, -------------- SYN_REPORT ------------ Event: time 1424929391.287713, type 3 (EV_ABS), code 2 (ABS_Z), value 909 Event: time 1424929391.287713, type 3 (EV_ABS), code 3 (ABS_RX), value 1120 Event: time 1424929391.287713, -------------- SYN_REPORT ------------ Event: time 1424929391.293655, type 3 (EV_ABS), code 2 (ABS_Z), value 910 Event: time 1424929391.293655, -------------- SYN_REPORT ------------ Event: time 1424929391.299713, type 3 (EV_ABS), code 2 (ABS_Z), value 911 Event: time 1424929391.299713, type 3 (EV_ABS), code 3 (ABS_RX), value 1121 Event: time 1424929391.299713, -------------- SYN_REPORT ------------ Event: time 1424929391.305715, type 3 (EV_ABS), code 2 (ABS_Z), value 912 Event: time 1424929391.305715, type 3 (EV_ABS), code 3 (ABS_RX), value 1122 Event: time 1424929391.305715, -------------- SYN_REPORT ------------ Event: time 1424929391.311652, type 3 (EV_ABS), code 2 (ABS_Z), value 913 Event: time 1424929391.311652, type 3 (EV_ABS), code 3 (ABS_RX), value 1123 Event: time 1424929391.311652, -------------- SYN_REPORT ------------ Event: time 1424929391.317656, type 3 (EV_ABS), code 3 (ABS_RX), value 1125 Event: time 1424929391.317656, -------------- SYN_REPORT ------------ Event: time 1424929391.323713, type 3 (EV_ABS), code 2 (ABS_Z), value 914 Event: time 1424929391.323713, type 3 (EV_ABS), code 3 (ABS_RX), value 1127 Event: time 1424929391.323713, -------------- SYN_REPORT ------------ Event: time 1424929391.329715, type 3 (EV_ABS), code 2 (ABS_Z), value 915 Event: time 1424929391.329715, type 3 (EV_ABS), code 3 (ABS_RX), value 1130 Event: time 1424929391.329715, -------------- SYN_REPORT ------------ Event: time 1424929391.335715, type 3 (EV_ABS), code 3 (ABS_RX), value 1132 Event: time 1424929391.335715, -------------- SYN_REPORT ------------ Event: time 1424929391.341705, type 3 (EV_ABS), code 2 (ABS_Z), value 916 Event: time 1424929391.341705, type 3 (EV_ABS), code 3 (ABS_RX), value 1135 Event: time 1424929391.341705, -------------- SYN_REPORT ------------ Event: time 1424929391.347702, type 3 (EV_ABS), code 3 (ABS_RX), value 1137 Event: time 1424929391.347702, -------------- SYN_REPORT ------------ Event: time 1424929391.353713, type 3 (EV_ABS), code 2 (ABS_Z), value 917 Event: time 1424929391.353713, type 3 (EV_ABS), code 3 (ABS_RX), value 1138 Event: time 1424929391.353713, -------------- SYN_REPORT ------------ Event: time 1424929391.359713, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929391.359713, type 3 (EV_ABS), code 3 (ABS_RX), value 1139 Event: time 1424929391.359713, -------------- SYN_REPORT ------------ Event: time 1424929391.371650, type 3 (EV_ABS), code 2 (ABS_Z), value 919 Event: time 1424929391.371650, -------------- SYN_REPORT ------------ Event: time 1424929391.377652, type 3 (EV_ABS), code 3 (ABS_RX), value 1138 Event: time 1424929391.377652, -------------- SYN_REPORT ------------ Event: time 1424929391.383716, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929391.383716, type 3 (EV_ABS), code 3 (ABS_RX), value 1137 Event: time 1424929391.383716, -------------- SYN_REPORT ------------ Event: time 1424929391.391702, type 3 (EV_ABS), code 3 (ABS_RX), value 1136 Event: time 1424929391.391702, -------------- SYN_REPORT ------------ Event: time 1424929391.397716, type 3 (EV_ABS), code 3 (ABS_RX), value 1134 Event: time 1424929391.397716, -------------- SYN_REPORT ------------ Event: time 1424929391.403658, type 3 (EV_ABS), code 3 (ABS_RX), value 1132 Event: time 1424929391.403658, -------------- SYN_REPORT ------------ Event: time 1424929391.409704, type 3 (EV_ABS), code 2 (ABS_Z), value 921 Event: time 1424929391.409704, type 3 (EV_ABS), code 3 (ABS_RX), value 1130 Event: time 1424929391.409704, -------------- SYN_REPORT ------------ Event: time 1424929391.417713, type 3 (EV_ABS), code 3 (ABS_RX), value 1128 Event: time 1424929391.417713, -------------- SYN_REPORT ------------ Event: time 1424929391.423713, type 3 (EV_ABS), code 3 (ABS_RX), value 1127 Event: time 1424929391.423713, -------------- SYN_REPORT ------------ Event: time 1424929391.431705, type 3 (EV_ABS), code 3 (ABS_RX), value 1126 Event: time 1424929391.431705, -------------- SYN_REPORT ------------ Event: time 1424929391.437652, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1424929391.437652, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 Event: time 1424929391.437652, type 3 (EV_ABS), code 3 (ABS_RX), value 1124 Event: time 1424929391.437652, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 540 Event: time 1424929391.437652, -------------- SYN_REPORT ------------ Event: time 1424929391.443702, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929391.443702, type 3 (EV_ABS), code 3 (ABS_RX), value 1123 Event: time 1424929391.443702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 563 Event: time 1424929391.443702, -------------- SYN_REPORT ------------ Event: time 1424929391.451705, type 3 (EV_ABS), code 3 (ABS_RX), value 1122 Event: time 1424929391.451705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 596 Event: time 1424929391.451705, -------------- SYN_REPORT ------------ Event: time 1424929391.457713, type 3 (EV_ABS), code 3 (ABS_RX), value 1121 Event: time 1424929391.457713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 614 Event: time 1424929391.457713, -------------- SYN_REPORT ------------ Event: time 1424929391.463658, type 3 (EV_ABS), code 2 (ABS_Z), value 919 Event: time 1424929391.463658, type 3 (EV_ABS), code 3 (ABS_RX), value 1119 Event: time 1424929391.463658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 623 Event: time 1424929391.463658, -------------- SYN_REPORT ------------ Event: time 1424929391.471653, type 3 (EV_ABS), code 3 (ABS_RX), value 1118 Event: time 1424929391.471653, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 628 Event: time 1424929391.471653, -------------- SYN_REPORT ------------ Event: time 1424929391.477716, type 3 (EV_ABS), code 3 (ABS_RX), value 1116 Event: time 1424929391.477716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 624 Event: time 1424929391.477716, -------------- SYN_REPORT ------------ Event: time 1424929391.483715, type 3 (EV_ABS), code 3 (ABS_RX), value 1114 Event: time 1424929391.483715, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 618 Event: time 1424929391.483715, -------------- SYN_REPORT ------------ Event: time 1424929391.491718, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929391.491718, type 3 (EV_ABS), code 3 (ABS_RX), value 1112 Event: time 1424929391.491718, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 606 Event: time 1424929391.491718, -------------- SYN_REPORT ------------ Event: time 1424929391.497721, type 3 (EV_ABS), code 3 (ABS_RX), value 1109 Event: time 1424929391.497721, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 598 Event: time 1424929391.497721, -------------- SYN_REPORT ------------ Event: time 1424929391.503656, type 3 (EV_ABS), code 2 (ABS_Z), value 917 Event: time 1424929391.503656, type 3 (EV_ABS), code 3 (ABS_RX), value 1107 Event: time 1424929391.503656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 594 Event: time 1424929391.503656, -------------- SYN_REPORT ------------ Event: time 1424929391.511715, type 3 (EV_ABS), code 2 (ABS_Z), value 916 Event: time 1424929391.511715, type 3 (EV_ABS), code 3 (ABS_RX), value 1104 Event: time 1424929391.511715, -------------- SYN_REPORT ------------ Event: time 1424929391.517702, type 3 (EV_ABS), code 3 (ABS_RX), value 1101 Event: time 1424929391.517702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 595 Event: time 1424929391.517702, -------------- SYN_REPORT ------------ Event: time 1424929391.525659, type 3 (EV_ABS), code 2 (ABS_Z), value 915 Event: time 1424929391.525659, type 3 (EV_ABS), code 3 (ABS_RX), value 1097 Event: time 1424929391.525659, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 592 Event: time 1424929391.525659, -------------- SYN_REPORT ------------ Event: time 1424929391.531738, type 3 (EV_ABS), code 2 (ABS_Z), value 914 Event: time 1424929391.531738, type 3 (EV_ABS), code 3 (ABS_RX), value 1093 Event: time 1424929391.531738, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 590 Event: time 1424929391.531738, -------------- SYN_REPORT ------------ Event: time 1424929391.537656, type 3 (EV_ABS), code 3 (ABS_RX), value 1089 Event: time 1424929391.537656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 594 Event: time 1424929391.537656, -------------- SYN_REPORT ------------ Event: time 1424929391.545702, type 3 (EV_ABS), code 2 (ABS_Z), value 913 Event: time 1424929391.545702, type 3 (EV_ABS), code 3 (ABS_RX), value 1085 Event: time 1424929391.545702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 609 Event: time 1424929391.545702, -------------- SYN_REPORT ------------ Event: time 1424929391.551715, type 3 (EV_ABS), code 3 (ABS_RX), value 1081 Event: time 1424929391.551715, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 639 Event: time 1424929391.551715, -------------- SYN_REPORT ------------ Event: time 1424929391.557656, type 3 (EV_ABS), code 3 (ABS_RX), value 1077 Event: time 1424929391.557656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 690 Event: time 1424929391.557656, -------------- SYN_REPORT ------------ Event: time 1424929391.565657, type 3 (EV_ABS), code 3 (ABS_RX), value 1074 Event: time 1424929391.565657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 761 Event: time 1424929391.565657, -------------- SYN_REPORT ------------ Event: time 1424929391.571715, type 3 (EV_ABS), code 3 (ABS_RX), value 1071 Event: time 1424929391.571715, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 856 Event: time 1424929391.571715, -------------- SYN_REPORT ------------ Event: time 1424929391.579707, type 3 (EV_ABS), code 3 (ABS_RX), value 1068 Event: time 1424929391.579707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 961 Event: time 1424929391.579707, -------------- SYN_REPORT ------------ Event: time 1424929391.585654, type 3 (EV_ABS), code 2 (ABS_Z), value 912 Event: time 1424929391.585654, type 3 (EV_ABS), code 3 (ABS_RX), value 1065 Event: time 1424929391.585654, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1064 Event: time 1424929391.585654, -------------- SYN_REPORT ------------ Event: time 1424929391.591713, type 3 (EV_ABS), code 3 (ABS_RX), value 1062 Event: time 1424929391.591713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1140 Event: time 1424929391.591713, -------------- SYN_REPORT ------------ Event: time 1424929391.599702, type 3 (EV_ABS), code 3 (ABS_RX), value 1058 Event: time 1424929391.599702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1199 Event: time 1424929391.599702, -------------- SYN_REPORT ------------ Event: time 1424929391.605707, type 3 (EV_ABS), code 3 (ABS_RX), value 1055 Event: time 1424929391.605707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1243 Event: time 1424929391.605707, -------------- SYN_REPORT ------------ Event: time 1424929391.611702, type 3 (EV_ABS), code 3 (ABS_RX), value 1051 Event: time 1424929391.611702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1261 Event: time 1424929391.611702, -------------- SYN_REPORT ------------ Event: time 1424929391.619662, type 3 (EV_ABS), code 3 (ABS_RX), value 1046 Event: time 1424929391.619662, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1272 Event: time 1424929391.619662, -------------- SYN_REPORT ------------ Event: time 1424929391.625713, type 3 (EV_ABS), code 3 (ABS_RX), value 1041 Event: time 1424929391.625713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1276 Event: time 1424929391.625713, -------------- SYN_REPORT ------------ Event: time 1424929391.631713, type 3 (EV_ABS), code 3 (ABS_RX), value 1035 Event: time 1424929391.631713, -------------- SYN_REPORT ------------ Event: time 1424929391.639657, type 3 (EV_ABS), code 3 (ABS_RX), value 1028 Event: time 1424929391.639657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1266 Event: time 1424929391.639657, -------------- SYN_REPORT ------------ Event: time 1424929391.645712, type 3 (EV_ABS), code 3 (ABS_RX), value 1020 Event: time 1424929391.645712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1235 Event: time 1424929391.645712, -------------- SYN_REPORT ------------ Event: time 1424929391.653702, type 3 (EV_ABS), code 2 (ABS_Z), value 913 Event: time 1424929391.653702, type 3 (EV_ABS), code 3 (ABS_RX), value 1010 Event: time 1424929391.653702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1204 Event: time 1424929391.653702, -------------- SYN_REPORT ------------ Event: time 1424929391.659701, type 3 (EV_ABS), code 3 (ABS_RX), value 999 Event: time 1424929391.659701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1178 Event: time 1424929391.659701, -------------- SYN_REPORT ------------ Event: time 1424929391.665705, type 3 (EV_ABS), code 3 (ABS_RX), value 987 Event: time 1424929391.665705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1162 Event: time 1424929391.665705, -------------- SYN_REPORT ------------ Event: time 1424929391.673716, type 3 (EV_ABS), code 2 (ABS_Z), value 914 Event: time 1424929391.673716, type 3 (EV_ABS), code 3 (ABS_RX), value 976 Event: time 1424929391.673716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1164 Event: time 1424929391.673716, -------------- SYN_REPORT ------------ Event: time 1424929391.679658, type 3 (EV_ABS), code 3 (ABS_RX), value 964 Event: time 1424929391.679658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1159 Event: time 1424929391.679658, -------------- SYN_REPORT ------------ Event: time 1424929391.685704, type 3 (EV_ABS), code 2 (ABS_Z), value 915 Event: time 1424929391.685704, type 3 (EV_ABS), code 3 (ABS_RX), value 953 Event: time 1424929391.685704, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1162 Event: time 1424929391.685704, -------------- SYN_REPORT ------------ Event: time 1424929391.693713, type 3 (EV_ABS), code 2 (ABS_Z), value 916 Event: time 1424929391.693713, type 3 (EV_ABS), code 3 (ABS_RX), value 943 Event: time 1424929391.693713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1175 Event: time 1424929391.693713, -------------- SYN_REPORT ------------ Event: time 1424929391.699657, type 3 (EV_ABS), code 3 (ABS_RX), value 933 Event: time 1424929391.699657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1182 Event: time 1424929391.699657, -------------- SYN_REPORT ------------ Event: time 1424929391.705712, type 3 (EV_ABS), code 2 (ABS_Z), value 917 Event: time 1424929391.705712, type 3 (EV_ABS), code 3 (ABS_RX), value 923 Event: time 1424929391.705712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1199 Event: time 1424929391.705712, -------------- SYN_REPORT ------------ Event: time 1424929391.711652, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929391.711652, type 3 (EV_ABS), code 3 (ABS_RX), value 914 Event: time 1424929391.711652, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1223 Event: time 1424929391.711652, -------------- SYN_REPORT ------------ Event: time 1424929391.719713, type 3 (EV_ABS), code 2 (ABS_Z), value 919 Event: time 1424929391.719713, type 3 (EV_ABS), code 3 (ABS_RX), value 905 Event: time 1424929391.719713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1238 Event: time 1424929391.719713, -------------- SYN_REPORT ------------ Event: time 1424929391.725713, type 3 (EV_ABS), code 3 (ABS_RX), value 897 Event: time 1424929391.725713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1239 Event: time 1424929391.725713, -------------- SYN_REPORT ------------ Event: time 1424929391.731713, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929391.731713, type 3 (EV_ABS), code 3 (ABS_RX), value 889 Event: time 1424929391.731713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1242 Event: time 1424929391.731713, -------------- SYN_REPORT ------------ Event: time 1424929391.737707, type 3 (EV_ABS), code 3 (ABS_RX), value 881 Event: time 1424929391.737707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1240 Event: time 1424929391.737707, -------------- SYN_REPORT ------------ Event: time 1424929391.745708, type 3 (EV_ABS), code 3 (ABS_RX), value 874 Event: time 1424929391.745708, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1237 Event: time 1424929391.745708, -------------- SYN_REPORT ------------ Event: time 1424929391.751702, type 3 (EV_ABS), code 3 (ABS_RX), value 867 Event: time 1424929391.751702, -------------- SYN_REPORT ------------ Event: time 1424929391.757713, type 3 (EV_ABS), code 3 (ABS_RX), value 859 Event: time 1424929391.757713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1223 Event: time 1424929391.757713, -------------- SYN_REPORT ------------ Event: time 1424929391.763702, type 3 (EV_ABS), code 3 (ABS_RX), value 851 Event: time 1424929391.763702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1198 Event: time 1424929391.763702, -------------- SYN_REPORT ------------ Event: time 1424929391.771653, type 3 (EV_ABS), code 2 (ABS_Z), value 919 Event: time 1424929391.771653, type 3 (EV_ABS), code 3 (ABS_RX), value 842 Event: time 1424929391.771653, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1184 Event: time 1424929391.771653, -------------- SYN_REPORT ------------ Event: time 1424929391.777705, type 3 (EV_ABS), code 3 (ABS_RX), value 833 Event: time 1424929391.777705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1179 Event: time 1424929391.777705, -------------- SYN_REPORT ------------ Event: time 1424929391.783713, type 3 (EV_ABS), code 3 (ABS_RX), value 823 Event: time 1424929391.783713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1180 Event: time 1424929391.783713, -------------- SYN_REPORT ------------ Event: time 1424929391.789713, type 3 (EV_ABS), code 3 (ABS_RX), value 813 Event: time 1424929391.789713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1173 Event: time 1424929391.789713, -------------- SYN_REPORT ------------ Event: time 1424929391.797702, type 3 (EV_ABS), code 3 (ABS_RX), value 802 Event: time 1424929391.797702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1175 Event: time 1424929391.797702, -------------- SYN_REPORT ------------ Event: time 1424929391.803658, type 3 (EV_ABS), code 3 (ABS_RX), value 791 Event: time 1424929391.803658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1174 Event: time 1424929391.803658, -------------- SYN_REPORT ------------ Event: time 1424929391.809714, type 3 (EV_ABS), code 3 (ABS_RX), value 781 Event: time 1424929391.809714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1186 Event: time 1424929391.809714, -------------- SYN_REPORT ------------ Event: time 1424929391.815701, type 3 (EV_ABS), code 3 (ABS_RX), value 772 Event: time 1424929391.815701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1209 Event: time 1424929391.815701, -------------- SYN_REPORT ------------ Event: time 1424929391.821658, type 3 (EV_ABS), code 3 (ABS_RX), value 763 Event: time 1424929391.821658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1229 Event: time 1424929391.821658, -------------- SYN_REPORT ------------ Event: time 1424929391.827713, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929391.827713, type 3 (EV_ABS), code 3 (ABS_RX), value 755 Event: time 1424929391.827713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1243 Event: time 1424929391.827713, -------------- SYN_REPORT ------------ Event: time 1424929391.835656, type 3 (EV_ABS), code 3 (ABS_RX), value 747 Event: time 1424929391.835656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1269 Event: time 1424929391.835656, -------------- SYN_REPORT ------------ Event: time 1424929391.841652, type 3 (EV_ABS), code 3 (ABS_RX), value 739 Event: time 1424929391.841652, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1279 Event: time 1424929391.841652, -------------- SYN_REPORT ------------ Event: time 1424929391.847717, type 3 (EV_ABS), code 3 (ABS_RX), value 731 Event: time 1424929391.847717, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1295 Event: time 1424929391.847717, -------------- SYN_REPORT ------------ Event: time 1424929391.853716, type 3 (EV_ABS), code 3 (ABS_RX), value 723 Event: time 1424929391.853716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1307 Event: time 1424929391.853716, -------------- SYN_REPORT ------------ Event: time 1424929391.859713, type 3 (EV_ABS), code 3 (ABS_RX), value 714 Event: time 1424929391.859713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1319 Event: time 1424929391.859713, -------------- SYN_REPORT ------------ Event: time 1424929391.865713, type 3 (EV_ABS), code 2 (ABS_Z), value 919 Event: time 1424929391.865713, type 3 (EV_ABS), code 3 (ABS_RX), value 706 Event: time 1424929391.865713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1327 Event: time 1424929391.865713, -------------- SYN_REPORT ------------ Event: time 1424929391.871654, type 3 (EV_ABS), code 3 (ABS_RX), value 697 Event: time 1424929391.871654, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1337 Event: time 1424929391.871654, -------------- SYN_REPORT ------------ Event: time 1424929391.879716, type 3 (EV_ABS), code 3 (ABS_RX), value 689 Event: time 1424929391.879716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1356 Event: time 1424929391.879716, -------------- SYN_REPORT ------------ Event: time 1424929391.885706, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929391.885706, type 3 (EV_ABS), code 3 (ABS_RX), value 681 Event: time 1424929391.885706, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1368 Event: time 1424929391.885706, -------------- SYN_REPORT ------------ Event: time 1424929391.891713, type 3 (EV_ABS), code 3 (ABS_RX), value 673 Event: time 1424929391.891713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1377 Event: time 1424929391.891713, -------------- SYN_REPORT ------------ Event: time 1424929391.897713, type 3 (EV_ABS), code 2 (ABS_Z), value 917 Event: time 1424929391.897713, type 3 (EV_ABS), code 3 (ABS_RX), value 665 Event: time 1424929391.897713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1384 Event: time 1424929391.897713, -------------- SYN_REPORT ------------ Event: time 1424929391.903704, type 3 (EV_ABS), code 3 (ABS_RX), value 657 Event: time 1424929391.903704, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1387 Event: time 1424929391.903704, -------------- SYN_REPORT ------------ Event: time 1424929391.909712, type 3 (EV_ABS), code 2 (ABS_Z), value 916 Event: time 1424929391.909712, type 3 (EV_ABS), code 3 (ABS_RX), value 648 Event: time 1424929391.909712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1388 Event: time 1424929391.909712, -------------- SYN_REPORT ------------ Event: time 1424929391.917713, type 3 (EV_ABS), code 2 (ABS_Z), value 915 Event: time 1424929391.917713, type 3 (EV_ABS), code 3 (ABS_RX), value 640 Event: time 1424929391.917713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1396 Event: time 1424929391.917713, -------------- SYN_REPORT ------------ Event: time 1424929391.923713, type 3 (EV_ABS), code 3 (ABS_RX), value 630 Event: time 1424929391.923713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1398 Event: time 1424929391.923713, -------------- SYN_REPORT ------------ Event: time 1424929391.929713, type 3 (EV_ABS), code 2 (ABS_Z), value 914 Event: time 1424929391.929713, type 3 (EV_ABS), code 3 (ABS_RX), value 621 Event: time 1424929391.929713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1395 Event: time 1424929391.929713, -------------- SYN_REPORT ------------ Event: time 1424929391.935655, type 3 (EV_ABS), code 3 (ABS_RX), value 611 Event: time 1424929391.935655, -------------- SYN_REPORT ------------ Event: time 1424929391.941707, type 3 (EV_ABS), code 3 (ABS_RX), value 602 Event: time 1424929391.941707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1390 Event: time 1424929391.941707, -------------- SYN_REPORT ------------ Event: time 1424929391.947719, type 3 (EV_ABS), code 2 (ABS_Z), value 913 Event: time 1424929391.947719, type 3 (EV_ABS), code 3 (ABS_RX), value 591 Event: time 1424929391.947719, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1389 Event: time 1424929391.947719, -------------- SYN_REPORT ------------ Event: time 1424929391.953713, type 3 (EV_ABS), code 3 (ABS_RX), value 581 Event: time 1424929391.953713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1386 Event: time 1424929391.953713, -------------- SYN_REPORT ------------ Event: time 1424929391.959713, type 3 (EV_ABS), code 3 (ABS_RX), value 571 Event: time 1424929391.959713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1370 Event: time 1424929391.959713, -------------- SYN_REPORT ------------ Event: time 1424929391.965714, type 3 (EV_ABS), code 3 (ABS_RX), value 560 Event: time 1424929391.965714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1366 Event: time 1424929391.965714, -------------- SYN_REPORT ------------ Event: time 1424929391.973651, type 3 (EV_ABS), code 3 (ABS_RX), value 549 Event: time 1424929391.973651, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1361 Event: time 1424929391.973651, -------------- SYN_REPORT ------------ Event: time 1424929391.979717, type 3 (EV_ABS), code 2 (ABS_Z), value 912 Event: time 1424929391.979717, type 3 (EV_ABS), code 3 (ABS_RX), value 537 Event: time 1424929391.979717, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1355 Event: time 1424929391.979717, -------------- SYN_REPORT ------------ Event: time 1424929391.985713, type 3 (EV_ABS), code 3 (ABS_RX), value 525 Event: time 1424929391.985713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1359 Event: time 1424929391.985713, -------------- SYN_REPORT ------------ Event: time 1424929391.991657, type 3 (EV_ABS), code 3 (ABS_RX), value 512 Event: time 1424929391.991657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1356 Event: time 1424929391.991657, -------------- SYN_REPORT ------------ Event: time 1424929391.997713, type 3 (EV_ABS), code 2 (ABS_Z), value 911 Event: time 1424929391.997713, type 3 (EV_ABS), code 3 (ABS_RX), value 499 Event: time 1424929391.997713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1352 Event: time 1424929391.997713, -------------- SYN_REPORT ------------ Event: time 1424929392.003704, type 3 (EV_ABS), code 2 (ABS_Z), value 910 Event: time 1424929392.003704, type 3 (EV_ABS), code 3 (ABS_RX), value 486 Event: time 1424929392.003704, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1335 Event: time 1424929392.003704, -------------- SYN_REPORT ------------ Event: time 1424929392.009656, type 3 (EV_ABS), code 3 (ABS_RX), value 473 Event: time 1424929392.009656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1321 Event: time 1424929392.009656, -------------- SYN_REPORT ------------ Event: time 1424929392.015713, type 3 (EV_ABS), code 2 (ABS_Z), value 909 Event: time 1424929392.015713, type 3 (EV_ABS), code 3 (ABS_RX), value 461 Event: time 1424929392.015713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1328 Event: time 1424929392.015713, -------------- SYN_REPORT ------------ Event: time 1424929392.021713, type 3 (EV_ABS), code 2 (ABS_Z), value 908 Event: time 1424929392.021713, type 3 (EV_ABS), code 3 (ABS_RX), value 449 Event: time 1424929392.021713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1333 Event: time 1424929392.021713, -------------- SYN_REPORT ------------ Event: time 1424929392.029713, type 3 (EV_ABS), code 2 (ABS_Z), value 907 Event: time 1424929392.029713, type 3 (EV_ABS), code 3 (ABS_RX), value 437 Event: time 1424929392.029713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1336 Event: time 1424929392.029713, -------------- SYN_REPORT ------------ Event: time 1424929392.035654, type 3 (EV_ABS), code 2 (ABS_Z), value 906 Event: time 1424929392.035654, type 3 (EV_ABS), code 3 (ABS_RX), value 425 Event: time 1424929392.035654, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1324 Event: time 1424929392.035654, -------------- SYN_REPORT ------------ Event: time 1424929392.041701, type 3 (EV_ABS), code 2 (ABS_Z), value 905 Event: time 1424929392.041701, type 3 (EV_ABS), code 3 (ABS_RX), value 413 Event: time 1424929392.041701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1315 Event: time 1424929392.041701, -------------- SYN_REPORT ------------ Event: time 1424929392.047716, type 3 (EV_ABS), code 2 (ABS_Z), value 904 Event: time 1424929392.047716, type 3 (EV_ABS), code 3 (ABS_RX), value 402 Event: time 1424929392.047716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1312 Event: time 1424929392.047716, -------------- SYN_REPORT ------------ Event: time 1424929392.053713, type 3 (EV_ABS), code 2 (ABS_Z), value 903 Event: time 1424929392.053713, type 3 (EV_ABS), code 3 (ABS_RX), value 389 Event: time 1424929392.053713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1288 Event: time 1424929392.053713, -------------- SYN_REPORT ------------ Event: time 1424929392.059713, type 3 (EV_ABS), code 3 (ABS_RX), value 376 Event: time 1424929392.059713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1295 Event: time 1424929392.059713, -------------- SYN_REPORT ------------ Event: time 1424929392.065702, type 3 (EV_ABS), code 2 (ABS_Z), value 902 Event: time 1424929392.065702, type 3 (EV_ABS), code 3 (ABS_RX), value 363 Event: time 1424929392.065702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1303 Event: time 1424929392.065702, -------------- SYN_REPORT ------------ Event: time 1424929392.071655, type 3 (EV_ABS), code 2 (ABS_Z), value 901 Event: time 1424929392.071655, type 3 (EV_ABS), code 3 (ABS_RX), value 350 Event: time 1424929392.071655, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1314 Event: time 1424929392.071655, -------------- SYN_REPORT ------------ Event: time 1424929392.077711, type 3 (EV_ABS), code 2 (ABS_Z), value 900 Event: time 1424929392.077711, type 3 (EV_ABS), code 3 (ABS_RX), value 337 Event: time 1424929392.077711, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1344 Event: time 1424929392.077711, -------------- SYN_REPORT ------------ Event: time 1424929392.083702, type 3 (EV_ABS), code 3 (ABS_RX), value 324 Event: time 1424929392.083702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1365 Event: time 1424929392.083702, -------------- SYN_REPORT ------------ Event: time 1424929392.089713, type 3 (EV_ABS), code 3 (ABS_RX), value 311 Event: time 1424929392.089713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1367 Event: time 1424929392.089713, -------------- SYN_REPORT ------------ Event: time 1424929392.097713, type 3 (EV_ABS), code 2 (ABS_Z), value 899 Event: time 1424929392.097713, type 3 (EV_ABS), code 3 (ABS_RX), value 299 Event: time 1424929392.097713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1363 Event: time 1424929392.097713, -------------- SYN_REPORT ------------ Event: time 1424929392.103702, type 3 (EV_ABS), code 3 (ABS_RX), value 286 Event: time 1424929392.103702, -------------- SYN_REPORT ------------ Event: time 1424929392.109654, type 3 (EV_ABS), code 3 (ABS_RX), value 273 Event: time 1424929392.109654, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1352 Event: time 1424929392.109654, -------------- SYN_REPORT ------------ Event: time 1424929392.115657, type 3 (EV_ABS), code 3 (ABS_RX), value 260 Event: time 1424929392.115657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1344 Event: time 1424929392.115657, -------------- SYN_REPORT ------------ Event: time 1424929392.121713, type 3 (EV_ABS), code 3 (ABS_RX), value 248 Event: time 1424929392.121713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1332 Event: time 1424929392.121713, -------------- SYN_REPORT ------------ Event: time 1424929392.127713, type 3 (EV_ABS), code 3 (ABS_RX), value 235 Event: time 1424929392.127713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1320 Event: time 1424929392.127713, -------------- SYN_REPORT ------------ Event: time 1424929392.133707, type 3 (EV_ABS), code 3 (ABS_RX), value 223 Event: time 1424929392.133707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1299 Event: time 1424929392.133707, -------------- SYN_REPORT ------------ Event: time 1424929392.139652, type 3 (EV_ABS), code 3 (ABS_RX), value 210 Event: time 1424929392.139652, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1283 Event: time 1424929392.139652, -------------- SYN_REPORT ------------ Event: time 1424929392.145702, type 3 (EV_ABS), code 3 (ABS_RX), value 197 Event: time 1424929392.145702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1265 Event: time 1424929392.145702, -------------- SYN_REPORT ------------ Event: time 1424929392.151713, type 3 (EV_ABS), code 3 (ABS_RX), value 184 Event: time 1424929392.151713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1245 Event: time 1424929392.151713, -------------- SYN_REPORT ------------ Event: time 1424929392.157713, type 3 (EV_ABS), code 2 (ABS_Z), value 900 Event: time 1424929392.157713, type 3 (EV_ABS), code 3 (ABS_RX), value 171 Event: time 1424929392.157713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1230 Event: time 1424929392.157713, -------------- SYN_REPORT ------------ Event: time 1424929392.163713, type 3 (EV_ABS), code 3 (ABS_RX), value 159 Event: time 1424929392.163713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1223 Event: time 1424929392.163713, -------------- SYN_REPORT ------------ Event: time 1424929392.169705, type 3 (EV_ABS), code 2 (ABS_Z), value 901 Event: time 1424929392.169705, type 3 (EV_ABS), code 3 (ABS_RX), value 146 Event: time 1424929392.169705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1231 Event: time 1424929392.169705, -------------- SYN_REPORT ------------ Event: time 1424929392.175702, type 3 (EV_ABS), code 2 (ABS_Z), value 902 Event: time 1424929392.175702, type 3 (EV_ABS), code 3 (ABS_RX), value 131 Event: time 1424929392.175702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1237 Event: time 1424929392.175702, -------------- SYN_REPORT ------------ Event: time 1424929392.181713, type 3 (EV_ABS), code 2 (ABS_Z), value 903 Event: time 1424929392.181713, type 3 (EV_ABS), code 3 (ABS_RX), value 117 Event: time 1424929392.181713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1245 Event: time 1424929392.181713, -------------- SYN_REPORT ------------ Event: time 1424929392.187712, type 3 (EV_ABS), code 2 (ABS_Z), value 904 Event: time 1424929392.187712, type 3 (EV_ABS), code 3 (ABS_RX), value 104 Event: time 1424929392.187712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1272 Event: time 1424929392.187712, -------------- SYN_REPORT ------------ Event: time 1424929392.193701, type 3 (EV_ABS), code 2 (ABS_Z), value 906 Event: time 1424929392.193701, type 3 (EV_ABS), code 3 (ABS_RX), value 92 Event: time 1424929392.193701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1305 Event: time 1424929392.193701, -------------- SYN_REPORT ------------ Event: time 1424929392.199726, type 3 (EV_ABS), code 2 (ABS_Z), value 907 Event: time 1424929392.199726, type 3 (EV_ABS), code 3 (ABS_RX), value 80 Event: time 1424929392.199726, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1338 Event: time 1424929392.199726, -------------- SYN_REPORT ------------ Event: time 1424929392.205655, type 3 (EV_ABS), code 2 (ABS_Z), value 909 Event: time 1424929392.205655, type 3 (EV_ABS), code 3 (ABS_RX), value 70 Event: time 1424929392.205655, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1376 Event: time 1424929392.205655, -------------- SYN_REPORT ------------ Event: time 1424929392.209702, type 3 (EV_ABS), code 2 (ABS_Z), value 910 Event: time 1424929392.209702, type 3 (EV_ABS), code 3 (ABS_RX), value 58 Event: time 1424929392.209702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1417 Event: time 1424929392.209702, -------------- SYN_REPORT ------------ Event: time 1424929392.215721, type 3 (EV_ABS), code 2 (ABS_Z), value 912 Event: time 1424929392.215721, type 3 (EV_ABS), code 3 (ABS_RX), value 46 Event: time 1424929392.215721, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1462 Event: time 1424929392.215721, -------------- SYN_REPORT ------------ Event: time 1424929392.221713, type 3 (EV_ABS), code 2 (ABS_Z), value 913 Event: time 1424929392.221713, type 3 (EV_ABS), code 3 (ABS_RX), value 35 Event: time 1424929392.221713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1506 Event: time 1424929392.221713, -------------- SYN_REPORT ------------ Event: time 1424929392.225713, type 3 (EV_ABS), code 2 (ABS_Z), value 915 Event: time 1424929392.225713, type 3 (EV_ABS), code 3 (ABS_RX), value 24 Event: time 1424929392.225713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1537 Event: time 1424929392.225713, -------------- SYN_REPORT ------------ Event: time 1424929392.229713, type 3 (EV_ABS), code 2 (ABS_Z), value 917 Event: time 1424929392.229713, type 3 (EV_ABS), code 3 (ABS_RX), value 14 Event: time 1424929392.229713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1573 Event: time 1424929392.229713, -------------- SYN_REPORT ------------ Event: time 1424929392.235703, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929392.235703, type 3 (EV_ABS), code 3 (ABS_RX), value 5 Event: time 1424929392.235703, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1621 Event: time 1424929392.235703, -------------- SYN_REPORT ------------ Event: time 1424929392.239653, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929392.239653, type 3 (EV_ABS), code 3 (ABS_RX), value 0 Event: time 1424929392.239653, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1656 Event: time 1424929392.239653, -------------- SYN_REPORT ------------ Event: time 1424929392.243660, type 3 (EV_ABS), code 2 (ABS_Z), value 921 Event: time 1424929392.243660, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1678 Event: time 1424929392.243660, -------------- SYN_REPORT ------------ Event: time 1424929392.247710, type 3 (EV_ABS), code 2 (ABS_Z), value 923 Event: time 1424929392.247710, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1695 Event: time 1424929392.247710, -------------- SYN_REPORT ------------ Event: time 1424929392.253713, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1424929392.253713, type 1 (EV_KEY), code 272 (BTN_LEFT), value 0 Event: time 1424929392.253713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0 Event: time 1424929392.253713, -------------- SYN_REPORT ------------ Event: time 1424929392.959719, type 3 (EV_ABS), code 2 (ABS_Z), value 909 Event: time 1424929392.959719, type 3 (EV_ABS), code 3 (ABS_RX), value 859 Event: time 1424929392.959719, -------------- SYN_REPORT ------------ Event: time 1424929392.965714, type 3 (EV_ABS), code 2 (ABS_Z), value 912 Event: time 1424929392.965714, type 3 (EV_ABS), code 3 (ABS_RX), value 862 Event: time 1424929392.965714, -------------- SYN_REPORT ------------ Event: time 1424929392.971702, type 3 (EV_ABS), code 2 (ABS_Z), value 914 Event: time 1424929392.971702, type 3 (EV_ABS), code 3 (ABS_RX), value 864 Event: time 1424929392.971702, -------------- SYN_REPORT ------------ Event: time 1424929392.975653, type 3 (EV_ABS), code 2 (ABS_Z), value 916 Event: time 1424929392.975653, -------------- SYN_REPORT ------------ Event: time 1424929392.981704, type 3 (EV_ABS), code 2 (ABS_Z), value 918 Event: time 1424929392.981704, type 3 (EV_ABS), code 3 (ABS_RX), value 867 Event: time 1424929392.981704, -------------- SYN_REPORT ------------ Event: time 1424929392.987702, type 3 (EV_ABS), code 2 (ABS_Z), value 920 Event: time 1424929392.987702, type 3 (EV_ABS), code 3 (ABS_RX), value 868 Event: time 1424929392.987702, -------------- SYN_REPORT ------------ Event: time 1424929392.993653, type 3 (EV_ABS), code 2 (ABS_Z), value 923 Event: time 1424929392.993653, type 3 (EV_ABS), code 3 (ABS_RX), value 869 Event: time 1424929392.993653, -------------- SYN_REPORT ------------ Event: time 1424929392.999703, type 3 (EV_ABS), code 2 (ABS_Z), value 925 Event: time 1424929392.999703, type 3 (EV_ABS), code 3 (ABS_RX), value 871 Event: time 1424929392.999703, -------------- SYN_REPORT ------------ Event: time 1424929393.005702, type 3 (EV_ABS), code 2 (ABS_Z), value 927 Event: time 1424929393.005702, type 3 (EV_ABS), code 3 (ABS_RX), value 872 Event: time 1424929393.005702, -------------- SYN_REPORT ------------ Event: time 1424929393.011713, type 3 (EV_ABS), code 2 (ABS_Z), value 929 Event: time 1424929393.011713, type 3 (EV_ABS), code 3 (ABS_RX), value 874 Event: time 1424929393.011713, -------------- SYN_REPORT ------------ Event: time 1424929393.017713, type 3 (EV_ABS), code 2 (ABS_Z), value 931 Event: time 1424929393.017713, type 3 (EV_ABS), code 3 (ABS_RX), value 876 Event: time 1424929393.017713, -------------- SYN_REPORT ------------ Event: time 1424929393.023715, type 3 (EV_ABS), code 2 (ABS_Z), value 932 Event: time 1424929393.023715, type 3 (EV_ABS), code 3 (ABS_RX), value 878 Event: time 1424929393.023715, -------------- SYN_REPORT ------------ Event: time 1424929393.029684, type 3 (EV_ABS), code 2 (ABS_Z), value 934 Event: time 1424929393.029684, type 3 (EV_ABS), code 3 (ABS_RX), value 879 Event: time 1424929393.029684, -------------- SYN_REPORT ------------ Event: time 1424929393.035646, type 3 (EV_ABS), code 2 (ABS_Z), value 935 Event: time 1424929393.035646, type 3 (EV_ABS), code 3 (ABS_RX), value 880 Event: time 1424929393.035646, -------------- SYN_REPORT ------------ Event: time 1424929393.041713, type 3 (EV_ABS), code 2 (ABS_Z), value 936 Event: time 1424929393.041713, type 3 (EV_ABS), code 3 (ABS_RX), value 881 Event: time 1424929393.041713, -------------- SYN_REPORT ------------ Event: time 1424929393.047713, type 3 (EV_ABS), code 2 (ABS_Z), value 937 Event: time 1424929393.047713, -------------- SYN_REPORT ------------ Event: time 1424929393.053713, type 3 (EV_ABS), code 2 (ABS_Z), value 938 Event: time 1424929393.053713, -------------- SYN_REPORT ------------ Event: time 1424929393.061644, type 3 (EV_ABS), code 2 (ABS_Z), value 940 Event: time 1424929393.061644, type 3 (EV_ABS), code 3 (ABS_RX), value 880 Event: time 1424929393.061644, -------------- SYN_REPORT ------------ Event: time 1424929393.067657, type 3 (EV_ABS), code 3 (ABS_RX), value 878 Event: time 1424929393.067657, -------------- SYN_REPORT ------------ Event: time 1424929393.073713, type 3 (EV_ABS), code 2 (ABS_Z), value 941 Event: time 1424929393.073713, type 3 (EV_ABS), code 3 (ABS_RX), value 877 Event: time 1424929393.073713, -------------- SYN_REPORT ------------ Event: time 1424929393.079716, type 3 (EV_ABS), code 2 (ABS_Z), value 942 Event: time 1424929393.079716, type 3 (EV_ABS), code 3 (ABS_RX), value 876 Event: time 1424929393.079716, -------------- SYN_REPORT ------------ Event: time 1424929393.085713, type 3 (EV_ABS), code 2 (ABS_Z), value 943 Event: time 1424929393.085713, -------------- SYN_REPORT ------------ Event: time 1424929393.093664, type 3 (EV_ABS), code 2 (ABS_Z), value 944 Event: time 1424929393.093664, -------------- SYN_REPORT ------------ Event: time 1424929393.099656, type 3 (EV_ABS), code 2 (ABS_Z), value 945 Event: time 1424929393.099656, -------------- SYN_REPORT ------------ Event: time 1424929393.119702, type 4 (EV_MSC), code 4 (MSC_SCAN), value 90001 Event: time 1424929393.119702, type 1 (EV_KEY), code 272 (BTN_LEFT), value 1 Event: time 1424929393.119702, type 3 (EV_ABS), code 3 (ABS_RX), value 875 Event: time 1424929393.119702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 315 Event: time 1424929393.119702, -------------- SYN_REPORT ------------ Event: time 1424929393.125665, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 321 Event: time 1424929393.125665, -------------- SYN_REPORT ------------ Event: time 1424929393.131651, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 327 Event: time 1424929393.131651, -------------- SYN_REPORT ------------ Event: time 1424929393.139702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 331 Event: time 1424929393.139702, -------------- SYN_REPORT ------------ Event: time 1424929393.145704, type 3 (EV_ABS), code 3 (ABS_RX), value 874 Event: time 1424929393.145704, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 334 Event: time 1424929393.145704, -------------- SYN_REPORT ------------ Event: time 1424929393.151660, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 344 Event: time 1424929393.151660, -------------- SYN_REPORT ------------ Event: time 1424929393.157658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 353 Event: time 1424929393.157658, -------------- SYN_REPORT ------------ Event: time 1424929393.165716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 369 Event: time 1424929393.165716, -------------- SYN_REPORT ------------ Event: time 1424929393.171705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 385 Event: time 1424929393.171705, -------------- SYN_REPORT ------------ Event: time 1424929393.177713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 408 Event: time 1424929393.177713, -------------- SYN_REPORT ------------ Event: time 1424929393.183660, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 436 Event: time 1424929393.183660, -------------- SYN_REPORT ------------ Event: time 1424929393.191786, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 462 Event: time 1424929393.191786, -------------- SYN_REPORT ------------ Event: time 1424929393.197718, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 483 Event: time 1424929393.197718, -------------- SYN_REPORT ------------ Event: time 1424929393.203716, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 500 Event: time 1424929393.203716, -------------- SYN_REPORT ------------ Event: time 1424929393.211703, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 516 Event: time 1424929393.211703, -------------- SYN_REPORT ------------ Event: time 1424929393.217714, type 3 (EV_ABS), code 3 (ABS_RX), value 876 Event: time 1424929393.217714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 546 Event: time 1424929393.217714, -------------- SYN_REPORT ------------ Event: time 1424929393.223656, type 3 (EV_ABS), code 2 (ABS_Z), value 944 Event: time 1424929393.223656, type 3 (EV_ABS), code 3 (ABS_RX), value 878 Event: time 1424929393.223656, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 602 Event: time 1424929393.223656, -------------- SYN_REPORT ------------ Event: time 1424929393.229717, type 3 (EV_ABS), code 3 (ABS_RX), value 882 Event: time 1424929393.229717, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 667 Event: time 1424929393.229717, -------------- SYN_REPORT ------------ Event: time 1424929393.237713, type 3 (EV_ABS), code 2 (ABS_Z), value 943 Event: time 1424929393.237713, type 3 (EV_ABS), code 3 (ABS_RX), value 888 Event: time 1424929393.237713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 723 Event: time 1424929393.237713, -------------- SYN_REPORT ------------ Event: time 1424929393.243653, type 3 (EV_ABS), code 3 (ABS_RX), value 894 Event: time 1424929393.243653, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 762 Event: time 1424929393.243653, -------------- SYN_REPORT ------------ Event: time 1424929393.249714, type 3 (EV_ABS), code 3 (ABS_RX), value 900 Event: time 1424929393.249714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 800 Event: time 1424929393.249714, -------------- SYN_REPORT ------------ Event: time 1424929393.257667, type 3 (EV_ABS), code 3 (ABS_RX), value 906 Event: time 1424929393.257667, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 831 Event: time 1424929393.257667, -------------- SYN_REPORT ------------ Event: time 1424929393.263710, type 3 (EV_ABS), code 3 (ABS_RX), value 913 Event: time 1424929393.263710, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 865 Event: time 1424929393.263710, -------------- SYN_REPORT ------------ Event: time 1424929393.269703, type 3 (EV_ABS), code 3 (ABS_RX), value 919 Event: time 1424929393.269703, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 892 Event: time 1424929393.269703, -------------- SYN_REPORT ------------ Event: time 1424929393.277658, type 3 (EV_ABS), code 2 (ABS_Z), value 944 Event: time 1424929393.277658, type 3 (EV_ABS), code 3 (ABS_RX), value 925 Event: time 1424929393.277658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 926 Event: time 1424929393.277658, -------------- SYN_REPORT ------------ Event: time 1424929393.283714, type 3 (EV_ABS), code 3 (ABS_RX), value 932 Event: time 1424929393.283714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 950 Event: time 1424929393.283714, -------------- SYN_REPORT ------------ Event: time 1424929393.289699, type 3 (EV_ABS), code 2 (ABS_Z), value 945 Event: time 1424929393.289699, type 3 (EV_ABS), code 3 (ABS_RX), value 939 Event: time 1424929393.289699, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 966 Event: time 1424929393.289699, -------------- SYN_REPORT ------------ Event: time 1424929393.297714, type 3 (EV_ABS), code 3 (ABS_RX), value 947 Event: time 1424929393.297714, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 975 Event: time 1424929393.297714, -------------- SYN_REPORT ------------ Event: time 1424929393.303715, type 3 (EV_ABS), code 2 (ABS_Z), value 946 Event: time 1424929393.303715, type 3 (EV_ABS), code 3 (ABS_RX), value 954 Event: time 1424929393.303715, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 977 Event: time 1424929393.303715, -------------- SYN_REPORT ------------ Event: time 1424929393.309652, type 3 (EV_ABS), code 2 (ABS_Z), value 947 Event: time 1424929393.309652, type 3 (EV_ABS), code 3 (ABS_RX), value 962 Event: time 1424929393.309652, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 970 Event: time 1424929393.309652, -------------- SYN_REPORT ------------ Event: time 1424929393.317663, type 3 (EV_ABS), code 2 (ABS_Z), value 948 Event: time 1424929393.317663, type 3 (EV_ABS), code 3 (ABS_RX), value 969 Event: time 1424929393.317663, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 942 Event: time 1424929393.317663, -------------- SYN_REPORT ------------ Event: time 1424929393.323691, type 3 (EV_ABS), code 2 (ABS_Z), value 949 Event: time 1424929393.323691, type 3 (EV_ABS), code 3 (ABS_RX), value 975 Event: time 1424929393.323691, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 912 Event: time 1424929393.323691, -------------- SYN_REPORT ------------ Event: time 1424929393.329713, type 3 (EV_ABS), code 3 (ABS_RX), value 982 Event: time 1424929393.329713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 892 Event: time 1424929393.329713, -------------- SYN_REPORT ------------ Event: time 1424929393.337661, type 3 (EV_ABS), code 2 (ABS_Z), value 950 Event: time 1424929393.337661, type 3 (EV_ABS), code 3 (ABS_RX), value 989 Event: time 1424929393.337661, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 886 Event: time 1424929393.337661, -------------- SYN_REPORT ------------ Event: time 1424929393.343658, type 3 (EV_ABS), code 3 (ABS_RX), value 997 Event: time 1424929393.343658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 876 Event: time 1424929393.343658, -------------- SYN_REPORT ------------ Event: time 1424929393.349713, type 3 (EV_ABS), code 3 (ABS_RX), value 1006 Event: time 1424929393.349713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 873 Event: time 1424929393.349713, -------------- SYN_REPORT ------------ Event: time 1424929393.357718, type 3 (EV_ABS), code 2 (ABS_Z), value 951 Event: time 1424929393.357718, type 3 (EV_ABS), code 3 (ABS_RX), value 1015 Event: time 1424929393.357718, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 875 Event: time 1424929393.357718, -------------- SYN_REPORT ------------ Event: time 1424929393.363715, type 3 (EV_ABS), code 3 (ABS_RX), value 1026 Event: time 1424929393.363715, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 889 Event: time 1424929393.363715, -------------- SYN_REPORT ------------ Event: time 1424929393.371653, type 3 (EV_ABS), code 2 (ABS_Z), value 952 Event: time 1424929393.371653, type 3 (EV_ABS), code 3 (ABS_RX), value 1037 Event: time 1424929393.371653, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 897 Event: time 1424929393.371653, -------------- SYN_REPORT ------------ Event: time 1424929393.377702, type 3 (EV_ABS), code 2 (ABS_Z), value 953 Event: time 1424929393.377702, type 3 (EV_ABS), code 3 (ABS_RX), value 1048 Event: time 1424929393.377702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 900 Event: time 1424929393.377702, -------------- SYN_REPORT ------------ Event: time 1424929393.383705, type 3 (EV_ABS), code 3 (ABS_RX), value 1059 Event: time 1424929393.383705, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 901 Event: time 1424929393.383705, -------------- SYN_REPORT ------------ Event: time 1424929393.391737, type 3 (EV_ABS), code 2 (ABS_Z), value 954 Event: time 1424929393.391737, type 3 (EV_ABS), code 3 (ABS_RX), value 1071 Event: time 1424929393.391737, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 902 Event: time 1424929393.391737, -------------- SYN_REPORT ------------ Event: time 1424929393.397657, type 3 (EV_ABS), code 3 (ABS_RX), value 1083 Event: time 1424929393.397657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 903 Event: time 1424929393.397657, -------------- SYN_REPORT ------------ Event: time 1424929393.403660, type 3 (EV_ABS), code 2 (ABS_Z), value 955 Event: time 1424929393.403660, type 3 (EV_ABS), code 3 (ABS_RX), value 1096 Event: time 1424929393.403660, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 907 Event: time 1424929393.403660, -------------- SYN_REPORT ------------ Event: time 1424929393.411708, type 3 (EV_ABS), code 3 (ABS_RX), value 1109 Event: time 1424929393.411708, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 911 Event: time 1424929393.411708, -------------- SYN_REPORT ------------ Event: time 1424929393.417709, type 3 (EV_ABS), code 2 (ABS_Z), value 956 Event: time 1424929393.417709, type 3 (EV_ABS), code 3 (ABS_RX), value 1122 Event: time 1424929393.417709, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 909 Event: time 1424929393.417709, -------------- SYN_REPORT ------------ Event: time 1424929393.423713, type 3 (EV_ABS), code 2 (ABS_Z), value 957 Event: time 1424929393.423713, type 3 (EV_ABS), code 3 (ABS_RX), value 1136 Event: time 1424929393.423713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 908 Event: time 1424929393.423713, -------------- SYN_REPORT ------------ Event: time 1424929393.431658, type 3 (EV_ABS), code 3 (ABS_RX), value 1150 Event: time 1424929393.431658, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 910 Event: time 1424929393.431658, -------------- SYN_REPORT ------------ Event: time 1424929393.437704, type 3 (EV_ABS), code 2 (ABS_Z), value 958 Event: time 1424929393.437704, type 3 (EV_ABS), code 3 (ABS_RX), value 1165 Event: time 1424929393.437704, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 911 Event: time 1424929393.437704, -------------- SYN_REPORT ------------ Event: time 1424929393.443707, type 3 (EV_ABS), code 3 (ABS_RX), value 1179 Event: time 1424929393.443707, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 915 Event: time 1424929393.443707, -------------- SYN_REPORT ------------ Event: time 1424929393.449702, type 3 (EV_ABS), code 3 (ABS_RX), value 1194 Event: time 1424929393.449702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 916 Event: time 1424929393.449702, -------------- SYN_REPORT ------------ Event: time 1424929393.457713, type 3 (EV_ABS), code 2 (ABS_Z), value 959 Event: time 1424929393.457713, type 3 (EV_ABS), code 3 (ABS_RX), value 1209 Event: time 1424929393.457713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 914 Event: time 1424929393.457713, -------------- SYN_REPORT ------------ Event: time 1424929393.463675, type 3 (EV_ABS), code 3 (ABS_RX), value 1224 Event: time 1424929393.463675, -------------- SYN_REPORT ------------ Event: time 1424929393.469712, type 3 (EV_ABS), code 3 (ABS_RX), value 1239 Event: time 1424929393.469712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 912 Event: time 1424929393.469712, -------------- SYN_REPORT ------------ Event: time 1424929393.475670, type 3 (EV_ABS), code 3 (ABS_RX), value 1255 Event: time 1424929393.475670, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 915 Event: time 1424929393.475670, -------------- SYN_REPORT ------------ Event: time 1424929393.483713, type 3 (EV_ABS), code 3 (ABS_RX), value 1271 Event: time 1424929393.483713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 916 Event: time 1424929393.483713, -------------- SYN_REPORT ------------ Event: time 1424929393.489702, type 3 (EV_ABS), code 3 (ABS_RX), value 1287 Event: time 1424929393.489702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 914 Event: time 1424929393.489702, -------------- SYN_REPORT ------------ Event: time 1424929393.495654, type 3 (EV_ABS), code 3 (ABS_RX), value 1303 Event: time 1424929393.495654, -------------- SYN_REPORT ------------ Event: time 1424929393.501713, type 3 (EV_ABS), code 3 (ABS_RX), value 1320 Event: time 1424929393.501713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 915 Event: time 1424929393.501713, -------------- SYN_REPORT ------------ Event: time 1424929393.507703, type 3 (EV_ABS), code 3 (ABS_RX), value 1336 Event: time 1424929393.507703, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 916 Event: time 1424929393.507703, -------------- SYN_REPORT ------------ Event: time 1424929393.515712, type 3 (EV_ABS), code 3 (ABS_RX), value 1351 Event: time 1424929393.515712, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 924 Event: time 1424929393.515712, -------------- SYN_REPORT ------------ Event: time 1424929393.521657, type 3 (EV_ABS), code 3 (ABS_RX), value 1367 Event: time 1424929393.521657, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 937 Event: time 1424929393.521657, -------------- SYN_REPORT ------------ Event: time 1424929393.527713, type 3 (EV_ABS), code 3 (ABS_RX), value 1384 Event: time 1424929393.527713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 956 Event: time 1424929393.527713, -------------- SYN_REPORT ------------ Event: time 1424929393.533713, type 3 (EV_ABS), code 3 (ABS_RX), value 1400 Event: time 1424929393.533713, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 985 Event: time 1424929393.533713, -------------- SYN_REPORT ------------ Event: time 1424929393.539702, type 3 (EV_ABS), code 3 (ABS_RX), value 1417 Event: time 1424929393.539702, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1021 Event: time 1424929393.539702, -------------- SYN_REPORT ------------ Event: time 1424929393.545703, type 3 (EV_ABS), code 3 (ABS_RX), value 1434 Event: time 1424929393.545703, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1048 Event: time 1424929393.545703, -------------- SYN_REPORT ------------ Event: time 1424... [truncated message content] |
From: Nikolai K. <sp...@gm...> - 2015-02-22 13:29:26
|
Hi Jose, On 02/18/2015 10:44 PM, Jose Reyes wrote: > Hello! > > i don't know how to do command terminal, i need anybody help me, please thanks > > i am running linux mint 17.1 XFCE 64 Bit For the start try looking for Linux command line or terminal tutorials on the web and read some of them. Here is one for Ubuntu on which Mint is based: https://help.ubuntu.com/community/UsingTheTerminal You'll need a "linux-headers" package installed. Then download the driver source and follow the README.md. If you have problems, try asking for help on the Linux Mint forums: http://forums.linuxmint.com/ If you face any driver-specific problems, please write here. Nick |
From: Nikolai K. <sp...@gm...> - 2015-02-22 12:53:02
|
Hi Damonn, On 02/21/2015 10:55 PM, Damonn Colon wrote: > I apologize I don't have the support files, I stupidly deleted them when > reinstalling Ubuntu. On a fresh install of Ubuntu 14.04.1, I am able to use > the Digimend drivers with the Yiynova MSP 19U+. However, after performing > the latest system updates (circa mid-February), the pen tracking no longer > functions. The responsiveness of the pen tapping and buttons is maintained. > > Initially, I was keeping my Ubuntu computer up to date after a fresh January > install (14.04.1). When the monitor became unresponsive, I uninstalled and > reinstalled the Digimend driver a few times, including fresh "makes" to > minimize possible system complications. I then reinstalled Ubuntu with a few > programs (Krita, Restricted Extras) and the Digimend drivers to test the > tablet. I was prompted to update, and after the update the tablet was > unresponsive. I once again reinstalled/remade-and-reinstalled the Digimend > drivers to directions, with the same results. Finally, reinstalled Ubuntu, > updated it, and THEN installed the Digimend drivers (still V5). Same > result. > > Currently I'm working on an un-updated install of Ubuntu 14.04.1. I've yet > to test the different system updates (Core trusty, Security trusty, and > Unsupported backports) to see if one or more are at issue on my system. I > felt it was at least noting this issue, before it becomes a problem. Thanks for reporting this. If you still have access to a non-working system, can I ask you to collect some data from there? For the start, can you send an "evtest" output for your tablet pen device, where you do a stroke with the pen? The pen device will be the one reporting data, when you move/click the pen. You can save evtest output like this: sudo evtest |& tee evtest.txt The output will be in "evtest.txt" file. Nick |