Thread: [DIGImend-users] Huion H610PRO generates multiple clicks
Brought to you by:
spb_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: 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: 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 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: 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: Nikolai K. <sp...@gm...> - 2015-03-04 14:37:50
|
On 03/04/2015 04:30 PM, Ulrich Lauther wrote: > On Wed, Mar 04, 2015 at 02:05:37PM +0200, Nikolai Kondrashov wrote: >>> Maybe some h-file missing? >> >> This is two of the newly-used usage macros missing from older kernels, as >> Christopher noticed. Should be fixed now. Please redownload and try again. >> > Thanks a lot! Now everything seems to work. > Do you still want me to send any test output? No, thank you. > Will I have to reinstall the driver whenever a new kernel arrives? Yes, unfortunately. I need to get around to DKMS support implementation. Nick |
From: Ulrich L. <ulr...@t-...> - 2015-03-04 16:57:23
|
On Wed, Mar 04, 2015 at 04:37:45PM +0200, Nikolai Kondrashov wrote: > On 03/04/2015 04:30 PM, Ulrich Lauther wrote: > >On Wed, Mar 04, 2015 at 02:05:37PM +0200, Nikolai Kondrashov wrote: > >>>Maybe some h-file missing? > >> > >>This is two of the newly-used usage macros missing from older kernels, as > >>Christopher noticed. Should be fixed now. Please redownload and try again. > >> > >Thanks a lot! Now everything seems to work. > >Do you still want me to send any test output? > > No, thank you. > > >Will I have to reinstall the driver whenever a new kernel arrives? > > Yes, unfortunately. I need to get around to DKMS support implementation. > I found that the tablet stops to work when the computer is suspended and resumed. One way to get it to work, is to unplug / plug the tablet or to do rmmod hid_uclogic; modprobe hid_uclogic This, of course can be automated by a script in pm-utils/sleep.d. But could the driver itself take care of this? ulrich -- -lauther |
From: Nikolai K. <sp...@gm...> - 2015-03-04 17:14:38
|
On 03/04/2015 06:57 PM, Ulrich Lauther wrote: > On Wed, Mar 04, 2015 at 04:37:45PM +0200, Nikolai Kondrashov wrote: >> On 03/04/2015 04:30 PM, Ulrich Lauther wrote: >>> On Wed, Mar 04, 2015 at 02:05:37PM +0200, Nikolai Kondrashov wrote: >>>>> Maybe some h-file missing? >>>> >>>> This is two of the newly-used usage macros missing from older kernels, as >>>> Christopher noticed. Should be fixed now. Please redownload and try again. >>>> >>> Thanks a lot! Now everything seems to work. >>> Do you still want me to send any test output? >> >> No, thank you. >> >>> Will I have to reinstall the driver whenever a new kernel arrives? >> >> Yes, unfortunately. I need to get around to DKMS support implementation. >> > I found that the tablet stops to work when the computer is suspended and resumed. > One way to get it to work, is to unplug / plug the tablet > or to do > rmmod hid_uclogic; modprobe hid_uclogic > > This, of course can be automated by a script in pm-utils/sleep.d. > But could the driver itself take care of this? Hmm, this is interesting. I'll need to reproduce this. Do you get anything in "dmesg" output, or /var/log/syslog? Nick |
From: Nikolai K. <sp...@gm...> - 2015-03-29 17:12:36
|
On 03/04/2015 06:57 PM, Ulrich Lauther wrote: > On Wed, Mar 04, 2015 at 04:37:45PM +0200, Nikolai Kondrashov wrote: >> On 03/04/2015 04:30 PM, Ulrich Lauther wrote: >>> On Wed, Mar 04, 2015 at 02:05:37PM +0200, Nikolai Kondrashov wrote: >>>>> Maybe some h-file missing? >>>> >>>> This is two of the newly-used usage macros missing from older kernels, as >>>> Christopher noticed. Should be fixed now. Please redownload and try again. >>>> >>> Thanks a lot! Now everything seems to work. >>> Do you still want me to send any test output? >> >> No, thank you. >> >>> Will I have to reinstall the driver whenever a new kernel arrives? >> >> Yes, unfortunately. I need to get around to DKMS support implementation. >> > I found that the tablet stops to work when the computer is suspended and resumed. > One way to get it to work, is to unplug / plug the tablet > or to do > rmmod hid_uclogic; modprobe hid_uclogic > > This, of course can be automated by a script in pm-utils/sleep.d. > But could the driver itself take care of this? Alright, I reproduced it. The tablet needs to be re-enabled on resume. I'll see if we can do that. Nick |
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-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 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: Nikolai K. <sp...@gm...> - 2015-03-03 18:26:07
|
On 03/02/2015 12:21 AM, Ulrich Lauther wrote: > On Sun, Mar 01, 2015 at 08:43:55PM +0200, Nikolai Kondrashov wrote: > Sorry for sending so many data, but I am not sure what is relevant and what not. Thanks Ulrich, you sent the right amount, as I needed :) Now, I see that the out-of-tree driver is not being used, but the stock one is being used instead. We'll need to figure out why. Could you please send the contents of /var/log/syslog after plugging the tablet in? After that, please try to reinstall the driver and send whatever output you get on the terminal during that. Thank you. Nick |
From: Nikolai K. <sp...@gm...> - 2015-03-03 23:22:44
|
On 03/03/2015 08:26 PM, Nikolai Kondrashov wrote: > On 03/02/2015 12:21 AM, Ulrich Lauther wrote: >> On Sun, Mar 01, 2015 at 08:43:55PM +0200, Nikolai Kondrashov wrote: >> Sorry for sending so many data, but I am not sure what is relevant and what not. > > Thanks Ulrich, you sent the right amount, as I needed :) > > Now, I see that the out-of-tree driver is not being used, but the stock one is > being used instead. > > We'll need to figure out why. > > Could you please send the contents of /var/log/syslog after plugging the > tablet in? After that, please try to reinstall the driver and send whatever > output you get on the terminal during that. Actually, wait with this. I suspect that your problem might be caused by the faulty driver-rebinding script (hid-rebind). Could you please try the latest master: https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip Thank you. Nick |
From: Ulrich L. <ulr...@t-...> - 2015-03-04 01:20:18
|
On Wed, Mar 04, 2015 at 01:22:38AM +0200, Nikolai Kondrashov wrote: > > Actually, wait with this. I suspect that your problem might be caused by the > faulty driver-rebinding script (hid-rebind). Could you please try the latest > master: > > https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip > Compilation does not work: /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c: In function ‘uclogic_input_configured’: /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: error: ‘HID_CP_CONSUMER_CONTROL’ undeclared (first use in this function) /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: note: each undeclared identifier is reported only once for each function it appears in /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:767:7: error: ‘HID_GD_SYSTEM_CONTROL’ undeclared (first use in this function) make[2]: *** [/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.o] Error 1 make[1]: *** [_module_/usr/local/src/digimend-kernel-drivers-master] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-46-generic' make: *** [modules] Error 2 I deleted the whole digimend-kernel-drivers-master directory and then unpacked the zip-file, to have a clean start. Then "make" in the newly created directory. Maybe some h-file missing? ulrich |
From: Christopher B. <chr...@gm...> - 2015-03-04 04:21:08
|
On Wed, 4 Mar 2015 02:20:02 +0100 Ulrich Lauther <ulr...@t-...> wrote: >On Wed, Mar 04, 2015 at 01:22:38AM +0200, Nikolai Kondrashov wrote: >> >> Actually, wait with this. I suspect that your problem might be >> caused by the faulty driver-rebinding script (hid-rebind). Could you >> please try the latest master: >> >> https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip >> > >Compilation does not work: > >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c: In >function >‘uclogic_input_configured’: /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >error: ‘HID_CP_CONSUMER_CONTROL’ undeclared (first use in > this function) >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >note: each undeclared identifier is reported only once for each >function it appears >in /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:767:7: >error: ‘HID_GD_SYSTEM_CONTROL’ undeclared (first use in this > function) >make[2]: *** >[/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.o] Error 1 >make[1]: *** [_module_/usr/local/src/digimend-kernel-drivers-master] >Error 2 make[1]: Leaving directory >`/usr/src/linux-headers-3.13.0-46-generic' make: *** [modules] Error 2 > >I deleted the whole digimend-kernel-drivers-master directory and then >unpacked the zip-file, to have a clean start. Then "make" in the newly >created directory. > >Maybe some h-file missing? > > > ulrich > I too get the exact same errors on fresh pull of master. linux/hid.h has probably been updated in newer kernels. I'm on 3.12, and there is no HID_GD_SYSTEM_CONTROL nor HID_CP* section in my <linux/hid.h> (not in 3.14 either) but it does appear in 3.19 source. -- Regards, Christopher Barry Random geeky fortune: How much net could a network work, if a network could net work? |
From: Christopher B. <chr...@gm...> - 2015-03-04 04:29:07
|
On Wed, 4 Mar 2015 02:20:02 +0100 Ulrich Lauther <ulr...@t-...> wrote: >On Wed, Mar 04, 2015 at 01:22:38AM +0200, Nikolai Kondrashov wrote: >> >> Actually, wait with this. I suspect that your problem might be >> caused by the faulty driver-rebinding script (hid-rebind). Could you >> please try the latest master: >> >> https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip >> > >Compilation does not work: > >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c: In >function >‘uclogic_input_configured’: /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >error: ‘HID_CP_CONSUMER_CONTROL’ undeclared (first use in > this function) >/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: >note: each undeclared identifier is reported only once for each >function it appears >in /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:767:7: >error: ‘HID_GD_SYSTEM_CONTROL’ undeclared (first use in this > function) >make[2]: *** >[/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.o] Error 1 >make[1]: *** [_module_/usr/local/src/digimend-kernel-drivers-master] >Error 2 make[1]: Leaving directory >`/usr/src/linux-headers-3.13.0-46-generic' make: *** [modules] Error 2 > >I deleted the whole digimend-kernel-drivers-master directory and then >unpacked the zip-file, to have a clean start. Then "make" in the newly >created directory. > >Maybe some h-file missing? > > > ulrich > I added the following, copied from 3.19 hid.h: #define HID_GD_SYSTEM_CONTROL 0x00010080 #define HID_CP_CONSUMER_CONTROL 0x000c0001 to /usr/src/<kenel-header-version>/linux/hid.h and it compiles now. have not tested yet. -- Regards, Christopher Barry Random geeky fortune: IBM Pollyanna Principle: Machines should work. People should think. |
From: Nikolai K. <sp...@gm...> - 2015-03-04 12:05:41
|
Hi Ulrich, On 03/04/2015 03:20 AM, Ulrich Lauther wrote: > On Wed, Mar 04, 2015 at 01:22:38AM +0200, Nikolai Kondrashov wrote: >> >> Actually, wait with this. I suspect that your problem might be caused by the >> faulty driver-rebinding script (hid-rebind). Could you please try the latest >> master: >> >> https://github.com/DIGImend/digimend-kernel-drivers/archive/master.zip >> > > Compilation does not work: > > /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c: In function ‘uclogic_input_configured’: > /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: error: ‘HID_CP_CONSUMER_CONTROL’ undeclared (first use in > this function) > /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:764:7: note: each undeclared identifier is reported only once for > each function it appears in > /usr/local/src/digimend-kernel-drivers-master/hid-uclogic.c:767:7: error: ‘HID_GD_SYSTEM_CONTROL’ undeclared (first use in this > function) > make[2]: *** [/usr/local/src/digimend-kernel-drivers-master/hid-uclogic.o] Error 1 > make[1]: *** [_module_/usr/local/src/digimend-kernel-drivers-master] Error 2 > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-46-generic' > make: *** [modules] Error 2 > > I deleted the whole digimend-kernel-drivers-master directory and then unpacked the zip-file, to have a clean start. > Then "make" in the newly created directory. > > Maybe some h-file missing? This is two of the newly-used usage macros missing from older kernels, as Christopher noticed. Should be fixed now. Please redownload and try again. Nick |