Thread: [DIGImend-users] installing drivers make install not working
Brought to you by:
spb_nick
From: Thierry F. <thi...@gm...> - 2015-01-10 21:26:01
|
I tried to install the drivers and I got two errors, I will show the error but before I do can I ask if the driver helps to map the tablet properly, because I'm going to try use the huion drivers for my huion 540 (and the drivers are for ones like the huion 580) and I'm hoping it has some way to map it properly instead of the tablet not covering the whole screen. code - thierry@thierry-Presario-CQ62-Notebook-PC:~/Desktop/digimend-kernel-drivers-5$ make make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/Desktop/digimend-kernel-drivers-5 modules make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' CC [M] /home/thierry/Desktop/digimend-kernel-drivers-5/hid-huion.o Building modules, stage 2. MODPOST 1 modules CC /home/thierry/Desktop/digimend-kernel-drivers-5/hid-huion.mod.o LD [M] /home/thierry/Desktop/digimend-kernel-drivers-5/hid-huion.ko make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' thierry@thierry-Presario-CQ62-Notebook-PC:~/Desktop/digimend-kernel-drivers-5$ make install make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/Desktop/digimend-kernel-drivers-5 modules_install make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' mkdir: cannot create directory ‘/lib/modules/3.13.0-32-generic/extra’: Permission denied make[1]: *** [_emodinst_] Error 1 make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' make: *** [modules_install] Error 2 Thanks in advance |
From: Nikolai K. <sp...@gm...> - 2015-01-10 21:54:38
|
Hi Thierry, On 01/10/2015 11:25 PM, Thierry FOX wrote: > I tried to install the drivers and I got two errors, I will show the error > but before I do can I ask if the driver helps to map the tablet properly, > because I'm going to try use the huion drivers for my huion 540 (and the > drivers are for ones like the huion 580) and I'm hoping it has some way to > map it properly instead of the tablet not covering the whole screen. If the driver works, then you'll be able to use the whole area. If not, we'll try to fix that. > code - > > thierry@thierry-Presario-CQ62-Notebook-PC:~/Desktop/digimend-kernel-drivers-5$ make install > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/Desktop/digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > mkdir: cannot create directory ‘/lib/modules/3.13.0-32-generic/extra’: Permission denied > make[1]: *** [_emodinst_] Error 1 > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > make: *** [modules_install] Error 2 This happens because make doesn't have enough permissions to install the driver. Run "make install" under the root account. Like this: sudo make install Nick |
From: Nikolai K. <sp...@gm...> - 2015-01-11 19:48:51
|
Hi Thierry, Please keep the maillist in the CC by replying using "Reply to All". This way others can benefit from our conversation. Thank you. On 01/11/2015 09:44 PM, Thierry FOX wrote: > Hi, I installed the drivers now (I think) how do I access it to make it map > my whole screen? I'm not good at understanding complicated things so try to > make it simple. If the driver is being used, the tablet should cover the entire screen, unless you have some specific settings to do otherwise. Did the tablet behavior change after you installed the driver? Nick |
From: Thierry F. <thi...@gm...> - 2015-01-12 16:07:08
|
no, it didnt, I may have not installed them properly, is there anyway to verify its installation? On Sun, Jan 11, 2015 at 7:48 PM, Nikolai Kondrashov <sp...@gm...> wrote: > Hi Thierry, > > Please keep the maillist in the CC by replying using "Reply to All". This > way > others can benefit from our conversation. Thank you. > > > On 01/11/2015 09:44 PM, Thierry FOX wrote: > >> Hi, I installed the drivers now (I think) how do I access it to make it >> map >> my whole screen? I'm not good at understanding complicated things so try >> to >> make it simple. >> > > If the driver is being used, the tablet should cover the entire screen, > unless > you have some specific settings to do otherwise. Did the tablet behavior > change after you installed the driver? > > Nick > |
From: Nikolai K. <sp...@gm...> - 2015-01-12 18:56:43
|
On 01/12/2015 08:43 PM, Thierry FOX wrote: > how do I do that? I'm not much of a linux geek. I'll try to explain, but I won't be able to go into much detail. To get "/sbin/modinfo hid-huion" output, open the terminal program, paste that command at the prompt and press enter. Copy and paste the output into the message. To get "/var/log/syslog", simply attach the "syslog" file from "/var/log" directory to the message. Nick On 01/12/2015 08:43 PM, Thierry FOX wrote: > how do I do that? I'm not much of a linux geek. > > On Mon, Jan 12, 2015 at 4:23 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > On 01/12/2015 06:07 PM, Thierry FOX wrote: > > no, it didnt, I may have not installed them properly, is there anyway to > verify its installation? > > > Yes. For a start, please send the contents of "/var/log/syslog" after you plug > in the tablet. And also the output of "/sbin/modinfo hid-huion". > > Thank you. > > Nick > > |
From: Thierry F. <thi...@gm...> - 2015-01-12 19:12:19
|
ok, the /sbin output is this: filename: /lib/modules/3.13.0-32-generic/extra/hid-huion.ko version: 5 license: GPL description: Huion HID driver author: Nikolai Kondrashov author: Martin Rusko srcversion: AA341FE887649B154C7BB63 alias: hid:b0003g*v00005543p0000004D alias: hid:b0003g*v00005543p0000006E alias: hid:b0003g*v0000256Cp0000006E depends: hid vermagic: 3.13.0-32-generic SMP mod_unload modversions but I cant do the other one, I get this or this thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log bash: /var/log: Is a directory thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log/syslog bash: /var/log/syslog: Permission denied On Mon, Jan 12, 2015 at 6:56 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 08:43 PM, Thierry FOX wrote: > >> how do I do that? I'm not much of a linux geek. >> > > I'll try to explain, but I won't be able to go into much detail. > > To get "/sbin/modinfo hid-huion" output, open the terminal program, paste > that > command at the prompt and press enter. Copy and paste the output into the > message. > > To get "/var/log/syslog", simply attach the "syslog" file from "/var/log" > directory to the message. > > Nick > > On 01/12/2015 08:43 PM, Thierry FOX wrote: > >> how do I do that? I'm not much of a linux geek. >> >> On Mon, Jan 12, 2015 at 4:23 PM, Nikolai Kondrashov <sp...@gm... >> <mailto:sp...@gm...>> wrote: >> >> On 01/12/2015 06:07 PM, Thierry FOX wrote: >> >> no, it didnt, I may have not installed them properly, is there >> anyway to >> verify its installation? >> >> >> Yes. For a start, please send the contents of "/var/log/syslog" after >> you plug >> in the tablet. And also the output of "/sbin/modinfo hid-huion". >> >> Thank you. >> >> Nick >> >> >> > |
From: Thierry F. <thi...@gm...> - 2015-01-12 20:25:19
Attachments:
syslog
|
On Mon, Jan 12, 2015 at 8:14 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 09:12 PM, Thierry FOX wrote: > >> ok, the /sbin output is this: filename: /lib/modules/3.13.0-32- >> generic/extra/hid-huion.ko >> version: 5 >> license: GPL >> description: Huion HID driver >> author: Nikolai Kondrashov >> author: Martin Rusko >> srcversion: AA341FE887649B154C7BB63 >> alias: hid:b0003g*v00005543p0000004D >> alias: hid:b0003g*v00005543p0000006E >> alias: hid:b0003g*v0000256Cp0000006E >> depends: hid >> vermagic: 3.13.0-32-generic SMP mod_unload modversions >> > > Thank you. > > but I cant do the other one, I get this or this >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log >> bash: /var/log: Is a directory >> >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ /var/log/syslog >> bash: /var/log/syslog: Permission denied >> > > /var/log/syslog is just a file. You can use the regular file browser (it's > called "File Explorer" in Windows, or "Finder" on Mac) to navigate first to > the top directory and from there down to "var" and then to "log" and find > "syslog" file there and attach it to the message. > > You could have displayed it in the terminal with a "cat /var/log/syslog" > command, but it would be hard to copy-paste it into a message from there. > So, just attach it. > > Nick > |
From: Thierry F. <thi...@gm...> - 2015-01-12 20:56:30
|
is this good? Event: time 1421096136.818936, -------------- SYN_REPORT ------------ Event: time 1421096136.822932, type 3 (EV_ABS), code 0 (ABS_X), value 14088 Event: time 1421096136.822932, type 3 (EV_ABS), code 1 (ABS_Y), value 9247 Event: time 1421096136.822932, -------------- SYN_REPORT ------------ Event: time 1421096136.826932, type 3 (EV_ABS), code 0 (ABS_X), value 14103 Event: time 1421096136.826932, type 3 (EV_ABS), code 1 (ABS_Y), value 9256 Event: time 1421096136.826932, -------------- SYN_REPORT ------------ Event: time 1421096136.830935, type 3 (EV_ABS), code 0 (ABS_X), value 14120 Event: time 1421096136.830935, type 3 (EV_ABS), code 1 (ABS_Y), value 9266 Event: time 1421096136.830935, -------------- SYN_REPORT ------------ Event: time 1421096136.834925, type 3 (EV_ABS), code 0 (ABS_X), value 14138 Event: time 1421096136.834925, type 3 (EV_ABS), code 1 (ABS_Y), value 9276 Event: time 1421096136.834925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 97 Event: time 1421096136.834925, -------------- SYN_REPORT ------------ Event: time 1421096136.838925, type 3 (EV_ABS), code 0 (ABS_X), value 14157 Event: time 1421096136.838925, type 3 (EV_ABS), code 1 (ABS_Y), value 9288 Event: time 1421096136.838925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 91 On Mon, Jan 12, 2015 at 8:39 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 10:25 PM, Thierry FOX wrote: > >> >> >> > Alright, I see that the huion driver is loaded. > > Now, could you please install "evtest" package, for example with a "sudo > apt-get install evtest" command in your terminal (assuming you use Ubuntu). > > And then run it as "sudo evtest", enter the number for your tablet from the > list of devices it will output and do a stroke with the pen on your tablet. > Then please send the output. > > Thank you. > > Nick > |
From: Nikolai K. <sp...@gm...> - 2015-01-12 21:01:57
|
On 01/12/2015 10:56 PM, Thierry FOX wrote: > is this good? Event: time 1421096136.818936, -------------- SYN_REPORT ------------ > Event: time 1421096136.822932, type 3 (EV_ABS), code 0 (ABS_X), value 14088 > Event: time 1421096136.822932, type 3 (EV_ABS), code 1 (ABS_Y), value 9247 > Event: time 1421096136.822932, -------------- SYN_REPORT ------------ > Event: time 1421096136.826932, type 3 (EV_ABS), code 0 (ABS_X), value 14103 > Event: time 1421096136.826932, type 3 (EV_ABS), code 1 (ABS_Y), value 9256 > Event: time 1421096136.826932, -------------- SYN_REPORT ------------ > Event: time 1421096136.830935, type 3 (EV_ABS), code 0 (ABS_X), value 14120 > Event: time 1421096136.830935, type 3 (EV_ABS), code 1 (ABS_Y), value 9266 > Event: time 1421096136.830935, -------------- SYN_REPORT ------------ > Event: time 1421096136.834925, type 3 (EV_ABS), code 0 (ABS_X), value 14138 > Event: time 1421096136.834925, type 3 (EV_ABS), code 1 (ABS_Y), value 9276 > Event: time 1421096136.834925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 97 > Event: time 1421096136.834925, -------------- SYN_REPORT ------------ > Event: time 1421096136.838925, type 3 (EV_ABS), code 0 (ABS_X), value 14157 > Event: time 1421096136.838925, type 3 (EV_ABS), code 1 (ABS_Y), value 9288 > Event: time 1421096136.838925, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 91 Yes, this is good for a start. We can see some coordinates and pressure reported. Now, please run this command: sudo evtest | tee evtest.txt Select your tablet again, and do four strokes with the pen, as shown in this video: https://www.youtube.com/watch?v=ysYk8KLY98U And then send the "evtest.txt" file, which will be created in your home directory. Thank you. |
From: Thierry F. <thi...@gm...> - 2015-01-12 21:11:22
|
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 320 (BTN_TOOL_PEN) Event code 330 (BTN_TOUCH) Event code 331 (BTN_STYLUS) Event code 332 (BTN_STYLUS2) Event type 3 (EV_ABS) Event code 0 (ABS_X) Value 0 Min 0 Max 32000 Resolution 157 Event code 1 (ABS_Y) Value 8915 Min 0 Max 20000 Resolution 157 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 1421097019.807107, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 1 Event: time 1421097019.807107, type 3 (EV_ABS), code 0 (ABS_X), value 10528 Event: time 1421097019.807107, type 3 (EV_ABS), code 1 (ABS_Y), value 4295 Event: time 1421097019.807107, -------------- SYN_REPORT ------------ Event: time 1421097019.811098, type 3 (EV_ABS), code 0 (ABS_X), value 10525 Event: time 1421097019.811098, -------------- SYN_REPORT ------------ Event: time 1421097019.815106, type 3 (EV_ABS), code 0 (ABS_X), value 10522 Event: time 1421097019.815106, -------------- SYN_REPORT ------------ Event: time 1421097019.819106, type 3 (EV_ABS), code 0 (ABS_X), value 10514 Event: time 1421097019.819106, -------------- SYN_REPORT ------------ Event: time 1421097019.823095, type 3 (EV_ABS), code 0 (ABS_X), value 10501 Event: time 1421097019.823095, -------------- SYN_REPORT ------------ Event: time 1421097019.827100, type 3 (EV_ABS), code 0 (ABS_X), value 10497 Event: time 1421097019.827100, -------------- SYN_REPORT ------------ Event: time 1421097019.831100, type 3 (EV_ABS), code 0 (ABS_X), value 10487 Event: time 1421097019.831100, -------------- SYN_REPORT ------------ Event: time 1421097019.835110, type 3 (EV_ABS), code 0 (ABS_X), value 10465 Event: time 1421097019.835110, type 3 (EV_ABS), code 1 (ABS_Y), value 4292 Event: time 1421097019.835110, -------------- SYN_REPORT ------------ Event: time 1421097019.839096, type 3 (EV_ABS), code 0 (ABS_X), value 10457 Event: time 1421097019.839096, type 3 (EV_ABS), code 1 (ABS_Y), value 4287 Event: time 1421097019.839096, -------------- SYN_REPORT ------------ Event: time 1421097019.843102, type 3 (EV_ABS), code 0 (ABS_X), value 10453 Event: time 1421097019.843102, type 3 (EV_ABS), code 1 (ABS_Y), value 4284 Event: time 1421097019.843102, -------------- SYN_REPORT ------------ Event: time 1421097019.847102, type 3 (EV_ABS), code 1 (ABS_Y), value 4282 Event: time 1421097019.847102, -------------- SYN_REPORT ------------ Event: time 1421097019.851111, type 3 (EV_ABS), code 0 (ABS_X), value 10456 Event: time 1421097019.851111, type 3 (EV_ABS), code 1 (ABS_Y), value 4279 Event: time 1421097019.851111, -------------- SYN_REPORT ------------ Event: time 1421097019.855106, type 3 (EV_ABS), code 0 (ABS_X), value 10457 Event: time 1421097019.855106, -------------- SYN_REPORT ------------ Event: time 1421097019.859107, type 3 (EV_ABS), code 1 (ABS_Y), value 4281 Event: time 1421097019.859107, -------------- SYN_REPORT ------------ Event: time 1421097019.863102, type 3 (EV_ABS), code 1 (ABS_Y), value 4286 Event: time 1421097019.863102, -------------- SYN_REPORT ------------ Event: time 1421097019.867106, type 3 (EV_ABS), code 1 (ABS_Y), value 4289 Event: time 1421097019.867106, -------------- SYN_REPORT ------------ Event: time 1421097019.871107, type 3 (EV_ABS), code 0 (ABS_X), value 10458 Event: time 1421097019.871107, -------------- SYN_REPORT ------------ Event: time 1421097019.875095, type 3 (EV_ABS), code 0 (ABS_X), value 10455 Event: time 1421097019.875095, type 3 (EV_ABS), code 1 (ABS_Y), value 4291 Event: time 1421097019.875095, -------------- SYN_REPORT ------------ Event: time 1421097019.879099, type 3 (EV_ABS), code 0 (ABS_X), value 10453 Event: time 1421097019.879099, type 3 (EV_ABS), code 1 (ABS_Y), value 4292 Event: time 1421097019.879099, -------------- SYN_REPORT ------------ Event: time 1421097019.883101, type 3 (EV_ABS), code 0 (ABS_X), value 10454 Event: time 1421097019.883101, type 3 (EV_ABS), code 1 (ABS_Y), value 4293 Event: time 1421097019.883101, -------------- SYN_REPORT ------------ Event: time 1421097019.887096, type 3 (EV_ABS), code 0 (ABS_X), value 10457 Event: time 1421097019.887096, type 3 (EV_ABS), code 1 (ABS_Y), value 4294 Event: time 1421097019.887096, -------------- SYN_REPORT ------------ Event: time 1421097019.891106, type 3 (EV_ABS), code 0 (ABS_X), value 10460 Event: time 1421097019.891106, type 3 (EV_ABS), code 1 (ABS_Y), value 4299 Event: time 1421097019.891106, -------------- SYN_REPORT ------------ Event: time 1421097019.895102, type 3 (EV_ABS), code 1 (ABS_Y), value 4300 Event: time 1421097019.895102, -------------- SYN_REPORT ------------ Event: time 1421097019.899106, type 3 (EV_ABS), code 0 (ABS_X), value 10462 Event: time 1421097019.899106, type 3 (EV_ABS), code 1 (ABS_Y), value 4302 Event: time 1421097019.899106, -------------- SYN_REPORT ------------ Event: time 1421097019.903103, type 3 (EV_ABS), code 0 (ABS_X), value 10464 Event: time 1421097019.903103, -------------- SYN_REPORT ------------ Event: time 1421097019.907098, type 3 (EV_ABS), code 0 (ABS_X), value 10465 Event: time 1421097019.907098, type 3 (EV_ABS), code 1 (ABS_Y), value 4304 Event: time 1421097019.907098, -------------- SYN_REPORT ------------ Event: time 1421097019.911100, type 3 (EV_ABS), code 0 (ABS_X), value 10466 Event: time 1421097019.911100, type 3 (EV_ABS), code 1 (ABS_Y), value 4306 Event: time 1421097019.911100, -------------- SYN_REPORT ------------ Event: time 1421097019.915101, type 3 (EV_ABS), code 0 (ABS_X), value 10465 Event: time 1421097019.915101, type 3 (EV_ABS), code 1 (ABS_Y), value 4310 Event: time 1421097019.915101, -------------- SYN_REPORT ------------ Event: time 1421097019.919095, type 3 (EV_ABS), code 0 (ABS_X), value 10461 Event: time 1421097019.919095, type 3 (EV_ABS), code 1 (ABS_Y), value 4314 Event: time 1421097019.919095, -------------- SYN_REPORT ------------ Event: time 1421097019.923083, type 3 (EV_ABS), code 1 (ABS_Y), value 4316 Event: time 1421097019.923083, -------------- SYN_REPORT ------------ Event: time 1421097019.927083, type 3 (EV_ABS), code 1 (ABS_Y), value 4318 Event: time 1421097019.927083, -------------- SYN_REPORT ------------ Event: time 1421097019.931082, type 3 (EV_ABS), code 1 (ABS_Y), value 4326 Event: time 1421097019.931082, -------------- SYN_REPORT ------------ Event: time 1421097019.935082, type 3 (EV_ABS), code 1 (ABS_Y), value 4328 Event: time 1421097019.935082, -------------- SYN_REPORT ------------ Event: time 1421097019.939082, type 3 (EV_ABS), code 0 (ABS_X), value 10458 Event: time 1421097019.939082, type 3 (EV_ABS), code 1 (ABS_Y), value 4331 Event: time 1421097019.939082, -------------- SYN_REPORT ------------ Event: time 1421097019.943082, type 3 (EV_ABS), code 1 (ABS_Y), value 4333 Event: time 1421097019.943082, -------------- SYN_REPORT ------------ Event: time 1421097019.947082, type 3 (EV_ABS), code 1 (ABS_Y), value 4334 Event: time 1421097019.947082, -------------- SYN_REPORT ------------ Event: time 1421097019.951082, type 3 (EV_ABS), code 0 (ABS_X), value 10463 Event: time 1421097019.951082, -------------- SYN_REPORT ------------ Event: time 1421097019.955082, type 3 (EV_ABS), code 0 (ABS_X), value 10472 Event: time 1421097019.955082, type 3 (EV_ABS), code 1 (ABS_Y), value 4332 Event: time 1421097019.955082, -------------- SYN_REPORT ------------ Event: time 1421097019.959082, type 3 (EV_ABS), code 0 (ABS_X), value 10480 Event: time 1421097019.959082, type 3 (EV_ABS), code 1 (ABS_Y), value 4329 Event: time 1421097019.959082, -------------- SYN_REPORT ------------ Event: time 1421097019.963082, type 3 (EV_ABS), code 0 (ABS_X), value 10488 Event: time 1421097019.963082, -------------- SYN_REPORT ------------ Event: time 1421097019.967082, type 3 (EV_ABS), code 0 (ABS_X), value 10494 Event: time 1421097019.967082, type 3 (EV_ABS), code 1 (ABS_Y), value 4327 Event: time 1421097019.967082, -------------- SYN_REPORT ------------ Event: time 1421097019.971082, type 3 (EV_ABS), code 0 (ABS_X), value 10503 Event: time 1421097019.971082, type 3 (EV_ABS), code 1 (ABS_Y), value 4329 Event: time 1421097019.971082, -------------- SYN_REPORT ------------ Event: time 1421097019.975081, type 3 (EV_ABS), code 0 (ABS_X), value 10505 Event: time 1421097019.975081, type 3 (EV_ABS), code 1 (ABS_Y), value 4333 Event: time 1421097019.975081, -------------- SYN_REPORT ------------ Event: time 1421097019.979097, type 3 (EV_ABS), code 0 (ABS_X), value 10507 Event: time 1421097019.979097, type 3 (EV_ABS), code 1 (ABS_Y), value 4336 Event: time 1421097019.979097, -------------- SYN_REPORT ------------ Event: time 1421097019.983100, type 3 (EV_ABS), code 0 (ABS_X), value 10504 Event: time 1421097019.983100, type 3 (EV_ABS), code 1 (ABS_Y), value 4339 Event: time 1421097019.983100, -------------- SYN_REPORT ------------ Event: time 1421097019.987099, type 3 (EV_ABS), code 0 (ABS_X), value 10506 Event: time 1421097019.987099, -------------- SYN_REPORT ------------ Event: time 1421097019.991100, type 3 (EV_ABS), code 0 (ABS_X), value 10504 Event: time 1421097019.991100, type 3 (EV_ABS), code 1 (ABS_Y), value 4341 Event: time 1421097019.991100, -------------- SYN_REPORT ------------ Event: time 1421097019.995109, type 3 (EV_ABS), code 0 (ABS_X), value 10510 Event: time 1421097019.995109, -------------- SYN_REPORT ------------ Event: time 1421097019.999105, type 3 (EV_ABS), code 0 (ABS_X), value 10498 Event: time 1421097019.999105, type 3 (EV_ABS), code 1 (ABS_Y), value 4344 Event: time 1421097019.999105, -------------- SYN_REPORT ------------ Event: time 1421097020.003105, type 3 (EV_ABS), code 0 (ABS_X), value 10486 Event: time 1421097020.003105, type 3 (EV_ABS), code 1 (ABS_Y), value 4347 Event: time 1421097020.003105, -------------- SYN_REPORT ------------ Event: time 1421097020.007102, type 3 (EV_ABS), code 0 (ABS_X), value 10476 Event: time 1421097020.007102, type 3 (EV_ABS), code 1 (ABS_Y), value 4350 Event: time 1421097020.007102, -------------- SYN_REPORT ------------ Event: time 1421097020.011104, type 3 (EV_ABS), code 1 (ABS_Y), value 4354 Event: time 1421097020.011104, -------------- SYN_REPORT ------------ Event: time 1421097020.015099, type 3 (EV_ABS), code 0 (ABS_X), value 10477 Event: time 1421097020.015099, type 3 (EV_ABS), code 1 (ABS_Y), value 4358 Event: time 1421097020.015099, -------------- SYN_REPORT ------------ Event: time 1421097020.019100, type 3 (EV_ABS), code 1 (ABS_Y), value 4362 Event: time 1421097020.019100, -------------- SYN_REPORT ------------ Event: time 1421097020.023103, type 3 (EV_ABS), code 0 (ABS_X), value 10470 Event: time 1421097020.023103, type 3 (EV_ABS), code 1 (ABS_Y), value 4366 Event: time 1421097020.023103, -------------- SYN_REPORT ------------ Event: time 1421097020.027106, type 3 (EV_ABS), code 0 (ABS_X), value 10453 Event: time 1421097020.027106, type 3 (EV_ABS), code 1 (ABS_Y), value 4367 Event: time 1421097020.027106, -------------- SYN_REPORT ------------ Event: time 1421097020.031095, type 3 (EV_ABS), code 0 (ABS_X), value 10446 Event: time 1421097020.031095, -------------- SYN_REPORT ------------ Event: time 1421097020.035082, type 3 (EV_ABS), code 0 (ABS_X), value 10435 Event: time 1421097020.035082, type 3 (EV_ABS), code 1 (ABS_Y), value 4370 Event: time 1421097020.035082, -------------- SYN_REPORT ------------ Event: time 1421097020.039082, type 3 (EV_ABS), code 0 (ABS_X), value 10416 Event: time 1421097020.039082, type 3 (EV_ABS), code 1 (ABS_Y), value 4376 Event: time 1421097020.039082, -------------- SYN_REPORT ------------ Event: time 1421097020.043100, type 3 (EV_ABS), code 0 (ABS_X), value 10407 Event: time 1421097020.043100, -------------- SYN_REPORT ------------ Event: time 1421097020.047099, type 3 (EV_ABS), code 0 (ABS_X), value 10400 Event: time 1421097020.047099, type 3 (EV_ABS), code 1 (ABS_Y), value 4378 Event: time 1421097020.047099, -------------- SYN_REPORT ------------ Event: time 1421097020.051101, type 3 (EV_ABS), code 0 (ABS_X), value 10394 Event: time 1421097020.051101, -------------- SYN_REPORT ------------ Event: time 1421097020.055105, type 3 (EV_ABS), code 0 (ABS_X), value 10392 Event: time 1421097020.055105, type 3 (EV_ABS), code 1 (ABS_Y), value 4381 Event: time 1421097020.055105, -------------- SYN_REPORT ------------ Event: time 1421097020.059105, type 3 (EV_ABS), code 0 (ABS_X), value 10397 Event: time 1421097020.059105, type 3 (EV_ABS), code 1 (ABS_Y), value 4383 Event: time 1421097020.059105, -------------- SYN_REPORT ------------ Event: time 1421097020.063107, type 3 (EV_ABS), code 0 (ABS_X), value 10402 Event: time 1421097020.063107, type 3 (EV_ABS), code 1 (ABS_Y), value 4387 Event: time 1421097020.063107, -------------- SYN_REPORT ------------ Event: time 1421097020.067108, type 3 (EV_ABS), code 0 (ABS_X), value 10407 Event: time 1421097020.067108, type 3 (EV_ABS), code 1 (ABS_Y), value 4389 Event: time 1421097020.067108, -------------- SYN_REPORT ------------ Event: time 1421097020.071106, type 3 (EV_ABS), code 0 (ABS_X), value 10404 Event: time 1421097020.071106, type 3 (EV_ABS), code 1 (ABS_Y), value 4393 Event: time 1421097020.071106, -------------- SYN_REPORT ------------ Event: time 1421097020.075095, type 3 (EV_ABS), code 0 (ABS_X), value 10406 Event: time 1421097020.075095, type 3 (EV_ABS), code 1 (ABS_Y), value 4396 Event: time 1421097020.075095, -------------- SYN_REPORT ------------ Event: time 1421097020.079102, type 3 (EV_ABS), code 0 (ABS_X), value 10409 Event: time 1421097020.079102, type 3 (EV_ABS), code 1 (ABS_Y), value 4399 Event: time 1421097020.079102, -------------- SYN_REPORT ------------ Event: time 1421097020.083102, type 3 (EV_ABS), code 1 (ABS_Y), value 4402 Event: time 1421097020.083102, -------------- SYN_REPORT ------------ Event: time 1421097020.087107, type 3 (EV_ABS), code 0 (ABS_X), value 10406 Event: time 1421097020.087107, type 3 (EV_ABS), code 1 (ABS_Y), value 4407 Event: time 1421097020.087107, -------------- SYN_REPORT ------------ Event: time 1421097020.091103, type 3 (EV_ABS), code 1 (ABS_Y), value 4410 Event: time 1421097020.091103, -------------- SYN_REPORT ------------ Event: time 1421097020.095104, type 3 (EV_ABS), code 1 (ABS_Y), value 4413 Event: time 1421097020.095104, -------------- SYN_REPORT ------------ Event: time 1421097020.099108, type 3 (EV_ABS), code 0 (ABS_X), value 10412 Event: time 1421097020.099108, type 3 (EV_ABS), code 1 (ABS_Y), value 4419 Event: time 1421097020.099108, -------------- SYN_REPORT ------------ Event: time 1421097020.103106, type 3 (EV_ABS), code 0 (ABS_X), value 10418 Event: time 1421097020.103106, -------------- SYN_REPORT ------------ Event: time 1421097020.107098, type 3 (EV_ABS), code 0 (ABS_X), value 10424 Event: time 1421097020.107098, -------------- SYN_REPORT ------------ Event: time 1421097020.111096, type 3 (EV_ABS), code 0 (ABS_X), value 10430 Event: time 1421097020.111096, -------------- SYN_REPORT ------------ Event: time 1421097020.115114, type 3 (EV_ABS), code 0 (ABS_X), value 10427 Event: time 1421097020.115114, -------------- SYN_REPORT ------------ Event: time 1421097020.119106, type 3 (EV_ABS), code 0 (ABS_X), value 10425 Event: time 1421097020.119106, -------------- SYN_REPORT ------------ Event: time 1421097020.123106, type 3 (EV_ABS), code 0 (ABS_X), value 10430 Event: time 1421097020.123106, -------------- SYN_REPORT ------------ Event: time 1421097020.127104, type 3 (EV_ABS), code 0 (ABS_X), value 10436 Event: time 1421097020.127104, -------------- SYN_REPORT ------------ Event: time 1421097020.131104, type 3 (EV_ABS), code 0 (ABS_X), value 10448 Event: time 1421097020.131104, -------------- SYN_REPORT ------------ Event: time 1421097020.135109, type 3 (EV_ABS), code 0 (ABS_X), value 10459 Event: time 1421097020.135109, -------------- SYN_REPORT ------------ Event: time 1421097020.139099, type 3 (EV_ABS), code 0 (ABS_X), value 10470 Event: time 1421097020.139099, -------------- SYN_REPORT ------------ Event: time 1421097020.143102, type 3 (EV_ABS), code 0 (ABS_X), value 10477 Event: time 1421097020.143102, type 3 (EV_ABS), code 1 (ABS_Y), value 4421 Event: time 1421097020.143102, -------------- SYN_REPORT ------------ Event: time 1421097020.147112, type 3 (EV_ABS), code 0 (ABS_X), value 10488 Event: time 1421097020.147112, type 3 (EV_ABS), code 1 (ABS_Y), value 4425 Event: time 1421097020.147112, -------------- SYN_REPORT ------------ Event: time 1421097020.151110, type 3 (EV_ABS), code 0 (ABS_X), value 10494 Event: time 1421097020.151110, -------------- SYN_REPORT ------------ Event: time 1421097020.155104, type 3 (EV_ABS), code 0 (ABS_X), value 10497 Event: time 1421097020.155104, type 3 (EV_ABS), code 1 (ABS_Y), value 4429 Event: time 1421097020.155104, -------------- SYN_REPORT ------------ Event: time 1421097020.159105, type 3 (EV_ABS), code 0 (ABS_X), value 10502 Event: time 1421097020.159105, type 3 (EV_ABS), code 1 (ABS_Y), value 4434 Event: time 1421097020.159105, -------------- SYN_REPORT ------------ Event: time 1421097020.163105, type 3 (EV_ABS), code 0 (ABS_X), value 10508 Event: time 1421097020.163105, type 3 (EV_ABS), code 1 (ABS_Y), value 4439 Event: time 1421097020.163105, -------------- SYN_REPORT ------------ Event: time 1421097020.167099, type 3 (EV_ABS), code 0 (ABS_X), value 10520 Event: time 1421097020.167099, type 3 (EV_ABS), code 1 (ABS_Y), value 4448 Event: time 1421097020.167099, -------------- SYN_REPORT ------------ Event: time 1421097020.171098, type 3 (EV_ABS), code 0 (ABS_X), value 10527 Event: time 1421097020.171098, type 3 (EV_ABS), code 1 (ABS_Y), value 4452 Event: time 1421097020.171098, -------------- SYN_REPORT ------------ Event: time 1421097020.175102, type 3 (EV_ABS), code 0 (ABS_X), value 10533 Event: time 1421097020.175102, type 3 (EV_ABS), code 1 (ABS_Y), value 4455 Event: time 1421097020.175102, -------------- SYN_REPORT ------------ Event: time 1421097020.179109, type 3 (EV_ABS), code 0 (ABS_X), value 10539 Event: time 1421097020.179109, type 3 (EV_ABS), code 1 (ABS_Y), value 4459 Event: time 1421097020.179109, -------------- SYN_REPORT ------------ Event: time 1421097020.183104, type 3 (EV_ABS), code 0 (ABS_X), value 10546 Event: time 1421097020.183104, type 3 (EV_ABS), code 1 (ABS_Y), value 4463 Event: time 1421097020.183104, -------------- SYN_REPORT ------------ Event: time 1421097020.187105, type 3 (EV_ABS), code 0 (ABS_X), value 10559 Event: time 1421097020.187105, type 3 (EV_ABS), code 1 (ABS_Y), value 4471 Event: time 1421097020.187105, -------------- SYN_REPORT ------------ Event: time 1421097020.191107, type 3 (EV_ABS), code 0 (ABS_X), value 10568 Event: time 1421097020.191107, type 3 (EV_ABS), code 1 (ABS_Y), value 4476 Event: time 1421097020.191107, -------------- SYN_REPORT ------------ Event: time 1421097020.195103, type 3 (EV_ABS), code 0 (ABS_X), value 10575 Event: time 1421097020.195103, type 3 (EV_ABS), code 1 (ABS_Y), value 4481 Event: time 1421097020.195103, -------------- SYN_REPORT ------------ Event: time 1421097020.199100, type 3 (EV_ABS), code 0 (ABS_X), value 10582 Event: time 1421097020.199100, type 3 (EV_ABS), code 1 (ABS_Y), value 4487 Event: time 1421097020.199100, -------------- SYN_REPORT ------------ Event: time 1421097020.203098, type 3 (EV_ABS), code 0 (ABS_X), value 10589 Event: time 1421097020.203098, type 3 (EV_ABS), code 1 (ABS_Y), value 4493 Event: time 1421097020.203098, -------------- SYN_REPORT ------------ Event: time 1421097020.207108, type 3 (EV_ABS), code 0 (ABS_X), value 10597 Event: time 1421097020.207108, type 3 (EV_ABS), code 1 (ABS_Y), value 4499 Event: time 1421097020.207108, -------------- SYN_REPORT ------------ Event: time 1421097020.211106, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1421097020.211106, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1 Event: time 1421097020.211106, type 3 (EV_ABS), code 0 (ABS_X), value 10603 Event: time 1421097020.211106, type 3 (EV_ABS), code 1 (ABS_Y), value 4506 Event: time 1421097020.211106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1 Event: time 1421097020.211106, -------------- SYN_REPORT ------------ Event: time 1421097020.215113, type 3 (EV_ABS), code 0 (ABS_X), value 10608 Event: time 1421097020.215113, type 3 (EV_ABS), code 1 (ABS_Y), value 4513 Event: time 1421097020.215113, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 3 Event: time 1421097020.215113, -------------- SYN_REPORT ------------ Event: time 1421097020.219104, type 3 (EV_ABS), code 0 (ABS_X), value 10613 Event: time 1421097020.219104, type 3 (EV_ABS), code 1 (ABS_Y), value 4519 Event: time 1421097020.219104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 371 Event: time 1421097020.219104, -------------- SYN_REPORT ------------ Event: time 1421097020.223106, type 3 (EV_ABS), code 1 (ABS_Y), value 4516 Event: time 1421097020.223106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 504 Event: time 1421097020.223106, -------------- SYN_REPORT ------------ Event: time 1421097020.227105, type 3 (EV_ABS), code 0 (ABS_X), value 10609 Event: time 1421097020.227105, type 3 (EV_ABS), code 1 (ABS_Y), value 4511 Event: time 1421097020.227105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 571 Event: time 1421097020.227105, -------------- SYN_REPORT ------------ Event: time 1421097020.231102, type 3 (EV_ABS), code 0 (ABS_X), value 10604 Event: time 1421097020.231102, type 3 (EV_ABS), code 1 (ABS_Y), value 4503 Event: time 1421097020.231102, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 602 Event: time 1421097020.231102, -------------- SYN_REPORT ------------ Event: time 1421097020.235098, type 3 (EV_ABS), code 0 (ABS_X), value 10598 Event: time 1421097020.235098, type 3 (EV_ABS), code 1 (ABS_Y), value 4495 Event: time 1421097020.235098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 615 Event: time 1421097020.235098, -------------- SYN_REPORT ------------ Event: time 1421097020.239105, type 3 (EV_ABS), code 0 (ABS_X), value 10593 Event: time 1421097020.239105, type 3 (EV_ABS), code 1 (ABS_Y), value 4487 Event: time 1421097020.239105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 620 Event: time 1421097020.239105, -------------- SYN_REPORT ------------ Event: time 1421097020.243108, type 3 (EV_ABS), code 0 (ABS_X), value 10590 Event: time 1421097020.243108, type 3 (EV_ABS), code 1 (ABS_Y), value 4481 Event: time 1421097020.243108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 616 Event: time 1421097020.243108, -------------- SYN_REPORT ------------ Event: time 1421097020.247106, type 3 (EV_ABS), code 0 (ABS_X), value 10587 Event: time 1421097020.247106, type 3 (EV_ABS), code 1 (ABS_Y), value 4476 Event: time 1421097020.247106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 606 Event: time 1421097020.247106, -------------- SYN_REPORT ------------ Event: time 1421097020.251109, type 3 (EV_ABS), code 1 (ABS_Y), value 4472 Event: time 1421097020.251109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 595 Event: time 1421097020.251109, -------------- SYN_REPORT ------------ Event: time 1421097020.255103, type 3 (EV_ABS), code 0 (ABS_X), value 10585 Event: time 1421097020.255103, type 3 (EV_ABS), code 1 (ABS_Y), value 4466 Event: time 1421097020.255103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 596 Event: time 1421097020.255103, -------------- SYN_REPORT ------------ Event: time 1421097020.259098, type 3 (EV_ABS), code 1 (ABS_Y), value 4464 Event: time 1421097020.259098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 608 Event: time 1421097020.259098, -------------- SYN_REPORT ------------ Event: time 1421097020.263097, type 3 (EV_ABS), code 1 (ABS_Y), value 4461 Event: time 1421097020.263097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 630 Event: time 1421097020.263097, -------------- SYN_REPORT ------------ Event: time 1421097020.267083, type 3 (EV_ABS), code 0 (ABS_X), value 10583 Event: time 1421097020.267083, type 3 (EV_ABS), code 1 (ABS_Y), value 4458 Event: time 1421097020.267083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 656 Event: time 1421097020.267083, -------------- SYN_REPORT ------------ Event: time 1421097020.271082, type 3 (EV_ABS), code 0 (ABS_X), value 10581 Event: time 1421097020.271082, type 3 (EV_ABS), code 1 (ABS_Y), value 4455 Event: time 1421097020.271082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 692 Event: time 1421097020.271082, -------------- SYN_REPORT ------------ Event: time 1421097020.275081, type 3 (EV_ABS), code 1 (ABS_Y), value 4451 Event: time 1421097020.275081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 733 Event: time 1421097020.275081, -------------- SYN_REPORT ------------ Event: time 1421097020.279082, type 3 (EV_ABS), code 0 (ABS_X), value 10577 Event: time 1421097020.279082, type 3 (EV_ABS), code 1 (ABS_Y), value 4446 Event: time 1421097020.279082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 771 Event: time 1421097020.279082, -------------- SYN_REPORT ------------ Event: time 1421097020.283082, type 3 (EV_ABS), code 1 (ABS_Y), value 4441 Event: time 1421097020.283082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 809 Event: time 1421097020.283082, -------------- SYN_REPORT ------------ Event: time 1421097020.287082, type 3 (EV_ABS), code 1 (ABS_Y), value 4435 Event: time 1421097020.287082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 834 Event: time 1421097020.287082, -------------- SYN_REPORT ------------ Event: time 1421097020.291082, type 3 (EV_ABS), code 0 (ABS_X), value 10574 Event: time 1421097020.291082, type 3 (EV_ABS), code 1 (ABS_Y), value 4428 Event: time 1421097020.291082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 866 Event: time 1421097020.291082, -------------- SYN_REPORT ------------ Event: time 1421097020.295082, type 3 (EV_ABS), code 0 (ABS_X), value 10568 Event: time 1421097020.295082, type 3 (EV_ABS), code 1 (ABS_Y), value 4413 Event: time 1421097020.295082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 946 Event: time 1421097020.295082, -------------- SYN_REPORT ------------ Event: time 1421097020.299082, type 3 (EV_ABS), code 0 (ABS_X), value 10565 Event: time 1421097020.299082, type 3 (EV_ABS), code 1 (ABS_Y), value 4405 Event: time 1421097020.299082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 989 Event: time 1421097020.299082, -------------- SYN_REPORT ------------ Event: time 1421097020.303081, type 3 (EV_ABS), code 0 (ABS_X), value 10560 Event: time 1421097020.303081, type 3 (EV_ABS), code 1 (ABS_Y), value 4396 Event: time 1421097020.303081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1031 Event: time 1421097020.303081, -------------- SYN_REPORT ------------ Event: time 1421097020.307082, type 3 (EV_ABS), code 0 (ABS_X), value 10554 Event: time 1421097020.307082, type 3 (EV_ABS), code 1 (ABS_Y), value 4387 Event: time 1421097020.307082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1064 Event: time 1421097020.307082, -------------- SYN_REPORT ------------ Event: time 1421097020.311082, type 3 (EV_ABS), code 0 (ABS_X), value 10548 Event: time 1421097020.311082, type 3 (EV_ABS), code 1 (ABS_Y), value 4378 Event: time 1421097020.311082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1098 Event: time 1421097020.311082, -------------- SYN_REPORT ------------ Event: time 1421097020.315082, type 3 (EV_ABS), code 0 (ABS_X), value 10543 Event: time 1421097020.315082, type 3 (EV_ABS), code 1 (ABS_Y), value 4369 Event: time 1421097020.315082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1131 Event: time 1421097020.315082, -------------- SYN_REPORT ------------ Event: time 1421097020.319083, type 3 (EV_ABS), code 0 (ABS_X), value 10540 Event: time 1421097020.319083, type 3 (EV_ABS), code 1 (ABS_Y), value 4360 Event: time 1421097020.319083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1146 Event: time 1421097020.319083, -------------- SYN_REPORT ------------ Event: time 1421097020.323098, type 3 (EV_ABS), code 0 (ABS_X), value 10534 Event: time 1421097020.323098, type 3 (EV_ABS), code 1 (ABS_Y), value 4350 Event: time 1421097020.323098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1168 Event: time 1421097020.323098, -------------- SYN_REPORT ------------ Event: time 1421097020.327100, type 3 (EV_ABS), code 0 (ABS_X), value 10528 Event: time 1421097020.327100, type 3 (EV_ABS), code 1 (ABS_Y), value 4341 Event: time 1421097020.327100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1190 Event: time 1421097020.327100, -------------- SYN_REPORT ------------ Event: time 1421097020.331104, type 3 (EV_ABS), code 0 (ABS_X), value 10519 Event: time 1421097020.331104, type 3 (EV_ABS), code 1 (ABS_Y), value 4324 Event: time 1421097020.331104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1216 Event: time 1421097020.331104, -------------- SYN_REPORT ------------ Event: time 1421097020.335102, type 3 (EV_ABS), code 0 (ABS_X), value 10516 Event: time 1421097020.335102, type 3 (EV_ABS), code 1 (ABS_Y), value 4314 Event: time 1421097020.335102, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1228 Event: time 1421097020.335102, -------------- SYN_REPORT ------------ Event: time 1421097020.339101, type 3 (EV_ABS), code 0 (ABS_X), value 10513 Event: time 1421097020.339101, type 3 (EV_ABS), code 1 (ABS_Y), value 4305 Event: time 1421097020.339101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1241 Event: time 1421097020.339101, -------------- SYN_REPORT ------------ Event: time 1421097020.343101, type 3 (EV_ABS), code 1 (ABS_Y), value 4295 Event: time 1421097020.343101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1247 Event: time 1421097020.343101, -------------- SYN_REPORT ------------ Event: time 1421097020.347100, type 3 (EV_ABS), code 0 (ABS_X), value 10510 Event: time 1421097020.347100, type 3 (EV_ABS), code 1 (ABS_Y), value 4285 Event: time 1421097020.347100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1250 Event: time 1421097020.347100, -------------- SYN_REPORT ------------ Event: time 1421097020.351082, type 3 (EV_ABS), code 0 (ABS_X), value 10505 Event: time 1421097020.351082, type 3 (EV_ABS), code 1 (ABS_Y), value 4274 Event: time 1421097020.351082, -------------- SYN_REPORT ------------ Event: time 1421097020.355082, type 3 (EV_ABS), code 0 (ABS_X), value 10499 Event: time 1421097020.355082, type 3 (EV_ABS), code 1 (ABS_Y), value 4262 Event: time 1421097020.355082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1257 Event: time 1421097020.355082, -------------- SYN_REPORT ------------ Event: time 1421097020.359101, type 3 (EV_ABS), code 0 (ABS_X), value 10494 Event: time 1421097020.359101, type 3 (EV_ABS), code 1 (ABS_Y), value 4251 Event: time 1421097020.359101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1264 Event: time 1421097020.359101, -------------- SYN_REPORT ------------ Event: time 1421097020.363100, type 3 (EV_ABS), code 0 (ABS_X), value 10490 Event: time 1421097020.363100, type 3 (EV_ABS), code 1 (ABS_Y), value 4239 Event: time 1421097020.363100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1273 Event: time 1421097020.363100, -------------- SYN_REPORT ------------ Event: time 1421097020.367098, type 3 (EV_ABS), code 0 (ABS_X), value 10485 Event: time 1421097020.367098, type 3 (EV_ABS), code 1 (ABS_Y), value 4214 Event: time 1421097020.367098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1301 Event: time 1421097020.367098, -------------- SYN_REPORT ------------ Event: time 1421097020.371105, type 3 (EV_ABS), code 0 (ABS_X), value 10483 Event: time 1421097020.371105, type 3 (EV_ABS), code 1 (ABS_Y), value 4203 Event: time 1421097020.371105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1312 Event: time 1421097020.371105, -------------- SYN_REPORT ------------ Event: time 1421097020.375105, type 3 (EV_ABS), code 0 (ABS_X), value 10478 Event: time 1421097020.375105, type 3 (EV_ABS), code 1 (ABS_Y), value 4190 Event: time 1421097020.375105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1321 Event: time 1421097020.375105, -------------- SYN_REPORT ------------ Event: time 1421097020.379098, type 3 (EV_ABS), code 0 (ABS_X), value 10473 Event: time 1421097020.379098, type 3 (EV_ABS), code 1 (ABS_Y), value 4176 Event: time 1421097020.379098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1338 Event: time 1421097020.379098, -------------- SYN_REPORT ------------ Event: time 1421097020.383096, type 3 (EV_ABS), code 0 (ABS_X), value 10468 Event: time 1421097020.383096, type 3 (EV_ABS), code 1 (ABS_Y), value 4162 Event: time 1421097020.383096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1350 Event: time 1421097020.383096, -------------- SYN_REPORT ------------ Event: time 1421097020.387082, type 3 (EV_ABS), code 0 (ABS_X), value 10464 Event: time 1421097020.387082, type 3 (EV_ABS), code 1 (ABS_Y), value 4147 Event: time 1421097020.387082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1359 Event: time 1421097020.387082, -------------- SYN_REPORT ------------ Event: time 1421097020.391083, type 3 (EV_ABS), code 0 (ABS_X), value 10459 Event: time 1421097020.391083, type 3 (EV_ABS), code 1 (ABS_Y), value 4131 Event: time 1421097020.391083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1362 Event: time 1421097020.391083, -------------- SYN_REPORT ------------ Event: time 1421097020.395106, type 3 (EV_ABS), code 0 (ABS_X), value 10454 Event: time 1421097020.395106, type 3 (EV_ABS), code 1 (ABS_Y), value 4113 Event: time 1421097020.395106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1367 Event: time 1421097020.395106, -------------- SYN_REPORT ------------ Event: time 1421097020.399106, type 3 (EV_ABS), code 0 (ABS_X), value 10450 Event: time 1421097020.399106, type 3 (EV_ABS), code 1 (ABS_Y), value 4095 Event: time 1421097020.399106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1378 Event: time 1421097020.399106, -------------- SYN_REPORT ------------ Event: time 1421097020.403096, type 3 (EV_ABS), code 0 (ABS_X), value 10443 Event: time 1421097020.403096, type 3 (EV_ABS), code 1 (ABS_Y), value 4062 Event: time 1421097020.403096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1391 Event: time 1421097020.403096, -------------- SYN_REPORT ------------ Event: time 1421097020.407100, type 3 (EV_ABS), code 0 (ABS_X), value 10440 Event: time 1421097020.407100, type 3 (EV_ABS), code 1 (ABS_Y), value 4045 Event: time 1421097020.407100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1402 Event: time 1421097020.407100, -------------- SYN_REPORT ------------ Event: time 1421097020.411097, type 3 (EV_ABS), code 0 (ABS_X), value 10438 Event: time 1421097020.411097, type 3 (EV_ABS), code 1 (ABS_Y), value 4027 Event: time 1421097020.411097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1416 Event: time 1421097020.411097, -------------- SYN_REPORT ------------ Event: time 1421097020.415110, type 3 (EV_ABS), code 0 (ABS_X), value 10432 Event: time 1421097020.415110, type 3 (EV_ABS), code 1 (ABS_Y), value 4009 Event: time 1421097020.415110, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1436 Event: time 1421097020.415110, -------------- SYN_REPORT ------------ Event: time 1421097020.419109, type 3 (EV_ABS), code 0 (ABS_X), value 10425 Event: time 1421097020.419109, type 3 (EV_ABS), code 1 (ABS_Y), value 3992 Event: time 1421097020.419109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1458 Event: time 1421097020.419109, -------------- SYN_REPORT ------------ Event: time 1421097020.423106, type 3 (EV_ABS), code 0 (ABS_X), value 10419 Event: time 1421097020.423106, type 3 (EV_ABS), code 1 (ABS_Y), value 3975 Event: time 1421097020.423106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1464 Event: time 1421097020.423106, -------------- SYN_REPORT ------------ Event: time 1421097020.427107, type 3 (EV_ABS), code 0 (ABS_X), value 10415 Event: time 1421097020.427107, type 3 (EV_ABS), code 1 (ABS_Y), value 3957 Event: time 1421097020.427107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1472 Event: time 1421097020.427107, -------------- SYN_REPORT ------------ Event: time 1421097020.431106, type 3 (EV_ABS), code 0 (ABS_X), value 10412 Event: time 1421097020.431106, type 3 (EV_ABS), code 1 (ABS_Y), value 3940 Event: time 1421097020.431106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1487 Event: time 1421097020.431106, -------------- SYN_REPORT ------------ Event: time 1421097020.435099, type 3 (EV_ABS), code 0 (ABS_X), value 10399 Event: time 1421097020.435099, type 3 (EV_ABS), code 1 (ABS_Y), value 3906 Event: time 1421097020.435099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1502 Event: time 1421097020.435099, -------------- SYN_REPORT ------------ Event: time 1421097020.439100, type 3 (EV_ABS), code 0 (ABS_X), value 10394 Event: time 1421097020.439100, type 3 (EV_ABS), code 1 (ABS_Y), value 3888 Event: time 1421097020.439100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1506 Event: time 1421097020.439100, -------------- SYN_REPORT ------------ Event: time 1421097020.443109, type 3 (EV_ABS), code 1 (ABS_Y), value 3870 Event: time 1421097020.443109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1511 Event: time 1421097020.443109, -------------- SYN_REPORT ------------ Event: time 1421097020.447109, type 3 (EV_ABS), code 1 (ABS_Y), value 3852 Event: time 1421097020.447109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1515 Event: time 1421097020.447109, -------------- SYN_REPORT ------------ Event: time 1421097020.451105, type 3 (EV_ABS), code 0 (ABS_X), value 10390 Event: time 1421097020.451105, type 3 (EV_ABS), code 1 (ABS_Y), value 3834 Event: time 1421097020.451105, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1523 Event: time 1421097020.451105, -------------- SYN_REPORT ------------ Event: time 1421097020.455106, type 3 (EV_ABS), code 1 (ABS_Y), value 3815 Event: time 1421097020.455106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1524 Event: time 1421097020.455106, -------------- SYN_REPORT ------------ Event: time 1421097020.459107, type 3 (EV_ABS), code 1 (ABS_Y), value 3797 Event: time 1421097020.459107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1531 Event: time 1421097020.459107, -------------- SYN_REPORT ------------ Event: time 1421097020.463106, type 3 (EV_ABS), code 1 (ABS_Y), value 3778 Event: time 1421097020.463106, -------------- SYN_REPORT ------------ Event: time 1421097020.467095, type 3 (EV_ABS), code 1 (ABS_Y), value 3758 Event: time 1421097020.467095, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1534 Event: time 1421097020.467095, -------------- SYN_REPORT ------------ Event: time 1421097020.471101, type 3 (EV_ABS), code 1 (ABS_Y), value 3738 Event: time 1421097020.471101, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1535 Event: time 1421097020.471101, -------------- SYN_REPORT ------------ Event: time 1421097020.475103, type 3 (EV_ABS), code 1 (ABS_Y), value 3695 Event: time 1421097020.475103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1538 Event: time 1421097020.475103, -------------- SYN_REPORT ------------ Event: time 1421097020.479109, type 3 (EV_ABS), code 1 (ABS_Y), value 3672 Event: time 1421097020.479109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1550 Event: time 1421097020.479109, -------------- SYN_REPORT ------------ Event: time 1421097020.483108, type 3 (EV_ABS), code 1 (ABS_Y), value 3648 Event: time 1421097020.483108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1558 Event: time 1421097020.483108, -------------- SYN_REPORT ------------ Event: time 1421097020.487104, type 3 (EV_ABS), code 1 (ABS_Y), value 3623 Event: time 1421097020.487104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1562 Event: time 1421097020.487104, -------------- SYN_REPORT ------------ Event: time 1421097020.491106, type 3 (EV_ABS), code 1 (ABS_Y), value 3598 Event: time 1421097020.491106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1567 Event: time 1421097020.491106, -------------- SYN_REPORT ------------ Event: time 1421097020.495106, type 3 (EV_ABS), code 0 (ABS_X), value 10392 Event: time 1421097020.495106, type 3 (EV_ABS), code 1 (ABS_Y), value 3572 Event: time 1421097020.495106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1580 Event: time 1421097020.495106, -------------- SYN_REPORT ------------ Event: time 1421097020.499099, type 3 (EV_ABS), code 1 (ABS_Y), value 3546 Event: time 1421097020.499099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1590 Event: time 1421097020.499099, -------------- SYN_REPORT ------------ Event: time 1421097020.503098, type 3 (EV_ABS), code 0 (ABS_X), value 10389 Event: time 1421097020.503098, type 3 (EV_ABS), code 1 (ABS_Y), value 3521 Event: time 1421097020.503098, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1601 Event: time 1421097020.503098, -------------- SYN_REPORT ------------ Event: time 1421097020.507099, type 3 (EV_ABS), code 0 (ABS_X), value 10387 Event: time 1421097020.507099, type 3 (EV_ABS), code 1 (ABS_Y), value 3497 Event: time 1421097020.507099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1609 Event: time 1421097020.507099, -------------- SYN_REPORT ------------ Event: time 1421097020.511107, type 3 (EV_ABS), code 1 (ABS_Y), value 3472 Event: time 1421097020.511107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1613 Event: time 1421097020.511107, -------------- SYN_REPORT ------------ Event: time 1421097020.515104, type 3 (EV_ABS), code 0 (ABS_X), value 10384 Event: time 1421097020.515104, type 3 (EV_ABS), code 1 (ABS_Y), value 3426 Event: time 1421097020.515104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1634 Event: time 1421097020.515104, -------------- SYN_REPORT ------------ Event: time 1421097020.519108, type 3 (EV_ABS), code 1 (ABS_Y), value 3404 Event: time 1421097020.519108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1637 Event: time 1421097020.519108, -------------- SYN_REPORT ------------ Event: time 1421097020.523096, type 3 (EV_ABS), code 1 (ABS_Y), value 3381 Event: time 1421097020.523096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1647 Event: time 1421097020.523096, -------------- SYN_REPORT ------------ Event: time 1421097020.527109, type 3 (EV_ABS), code 1 (ABS_Y), value 3359 Event: time 1421097020.527109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1656 Event: time 1421097020.527109, -------------- SYN_REPORT ------------ Event: time 1421097020.531099, type 3 (EV_ABS), code 0 (ABS_X), value 10382 Event: time 1421097020.531099, type 3 (EV_ABS), code 1 (ABS_Y), value 3337 Event: time 1421097020.531099, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1661 Event: time 1421097020.531099, -------------- SYN_REPORT ------------ Event: time 1421097020.535103, type 3 (EV_ABS), code 1 (ABS_Y), value 3316 Event: time 1421097020.535103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1663 Event: time 1421097020.535103, -------------- SYN_REPORT ------------ Event: time 1421097020.539097, type 3 (EV_ABS), code 0 (ABS_X), value 10379 Event: time 1421097020.539097, type 3 (EV_ABS), code 1 (ABS_Y), value 3296 Event: time 1421097020.539097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1678 Event: time 1421097020.539097, -------------- SYN_REPORT ------------ Event: time 1421097020.543096, type 3 (EV_ABS), code 1 (ABS_Y), value 3275 Event: time 1421097020.543096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1690 Event: time 1421097020.543096, -------------- SYN_REPORT ------------ Event: time 1421097020.547107, type 3 (EV_ABS), code 0 (ABS_X), value 10382 Event: time 1421097020.547107, type 3 (EV_ABS), code 1 (ABS_Y), value 3254 Event: time 1421097020.547107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1704 Event: time 1421097020.547107, -------------- SYN_REPORT ------------ Event: time 1421097020.551107, type 3 (EV_ABS), code 0 (ABS_X), value 10385 Event: time 1421097020.551107, type 3 (EV_ABS), code 1 (ABS_Y), value 3233 Event: time 1421097020.551107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1721 Event: time 1421097020.551107, -------------- SYN_REPORT ------------ Event: time 1421097020.555106, type 3 (EV_ABS), code 0 (ABS_X), value 10390 Event: time 1421097020.555106, type 3 (EV_ABS), code 1 (ABS_Y), value 3187 Event: time 1421097020.555106, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1756 Event: time 1421097020.555106, -------------- SYN_REPORT ------------ Event: time 1421097020.559108, type 3 (EV_ABS), code 1 (ABS_Y), value 3165 Event: time 1421097020.559108, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1770 Event: time 1421097020.559108, -------------- SYN_REPORT ------------ Event: time 1421097020.563097, type 3 (EV_ABS), code 1 (ABS_Y), value 3145 Event: time 1421097020.563097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1790 Event: time 1421097020.563097, -------------- SYN_REPORT ------------ Event: time 1421097020.567097, type 3 (EV_ABS), code 1 (ABS_Y), value 3124 Event: time 1421097020.567097, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1812 Event: time 1421097020.567097, -------------- SYN_REPORT ------------ Event: time 1421097020.571109, type 3 (EV_ABS), code 0 (ABS_X), value 10387 Event: time 1421097020.571109, type 3 (EV_ABS), code 1 (ABS_Y), value 3104 Event: time 1421097020.571109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1819 Event: time 1421097020.571109, -------------- SYN_REPORT ------------ Event: time 1421097020.575107, type 3 (EV_ABS), code 0 (ABS_X), value 10385 Event: time 1421097020.575107, type 3 (EV_ABS), code 1 (ABS_Y), value 3083 Event: time 1421097020.575107, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1837 Event: time 1421097020.575107, -------------- SYN_REPORT ------------ Event: time 1421097020.579109, type 3 (EV_ABS), code 1 (ABS_Y), value 3063 Event: time 1421097020.579109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1853 Event: time 1421097020.579109, -------------- SYN_REPORT ------------ Event: time 1421097020.583094, type 3 (EV_ABS), code 0 (ABS_X), value 10382 Event: time 1421097020.583094, type 3 (EV_ABS), code 1 (ABS_Y), value 3044 Event: time 1421097020.583094, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1864 Event: time 1421097020.583094, -------------- SYN_REPORT ------------ Event: time 1421097020.587103, type 3 (EV_ABS), code 1 (ABS_Y), value 3025 Event: time 1421097020.587103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1874 Event: time 1421097020.587103, -------------- SYN_REPORT ------------ Event: time 1421097020.591095, type 3 (EV_ABS), code 0 (ABS_X), value 10380 Event: time 1421097020.591095, type 3 (EV_ABS), code 1 (ABS_Y), value 2987 Event: time 1421097020.591095, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1897 Event: time 1421097020.591095, -------------- SYN_REPORT ------------ Event: time 1421097020.595100, type 3 (EV_ABS), code 0 (ABS_X), value 10376 Event: time 1421097020.595100, type 3 (EV_ABS), code 1 (ABS_Y), value 2968 Event: time 1421097020.595100, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1907 Event: time 1421097020.595100, -------------- SYN_REPORT ------------ Event: time 1421097020.599103, type 3 (EV_ABS), code 0 (ABS_X), value 10374 Event: time 1421097020.599103, type 3 (EV_ABS), code 1 (ABS_Y), value 2950 Event: time 1421097020.599103, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1911 Event: time 1421097020.599103, -------------- SYN_REPORT ------------ Event: time 1421097020.603096, type 3 (EV_ABS), code 1 (ABS_Y), value 2932 Event: time 1421097020.603096, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1922 Event: time 1421097020.603096, -------------- SYN_REPORT ------------ Event: time 1421097020.607104, type 3 (EV_ABS), code 0 (ABS_X), value 10372 Event: time 1421097020.607104, type 3 (EV_ABS), code 1 (ABS_Y), value 2914 Event: time 1421097020.607104, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1938 Event: time 1421097020.607104, -------------- SYN_REPORT ------------ Event: time 1421097020.611109, type 3 (EV_ABS), code 0 (ABS_X), value 10369 Event: time 1421097020.611109, type 3 (EV_ABS), code 1 (ABS_Y), value 2898 Event: time 1421097020.611109, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1946 Event: time 1421097020.611109, -------------- SYN_REPORT ------------ Event: time 1421097020.615093, type 3 (EV_ABS), code 1 (ABS_Y), value 2883 Event: time 1421097020.615093, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1957 Event: time 1421097020.615093, -------------- SYN_REPORT ------------ Event: time 1421097020.619083, type 3 (EV_ABS), code 1 (ABS_Y), value 2868 Event: time 1421097020.619083, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1966 Event: time 1421097020.619083, -------------- SYN_REPORT ------------ Event: time 1421097020.623082, type 3 (EV_ABS), code 0 (ABS_X), value 10367 Event: time 1421097020.623082, type 3 (EV_ABS), code 1 (ABS_Y), value 2854 Event: time 1421097020.623082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1979 Event: time 1421097020.623082, -------------- SYN_REPORT ------------ Event: time 1421097020.627082, type 3 (EV_ABS), code 0 (ABS_X), value 10360 Event: time 1421097020.627082, type 3 (EV_ABS), code 1 (ABS_Y), value 2829 Event: time 1421097020.627082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1998 Event: time 1421097020.627082, -------------- SYN_REPORT ------------ Event: time 1421097020.631081, type 3 (EV_ABS), code 0 (ABS_X), value 10357 Event: time 1421097020.631081, type 3 (EV_ABS), code 1 (ABS_Y), value 2818 Event: time 1421097020.631081, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2010 Event: time 1421097020.631081, -------------- SYN_REPORT ------------ Event: time 1421097020.635082, type 3 (EV_ABS), code 0 (ABS_X), value 10354 Event: time 1421097020.635082, type 3 (EV_ABS), code 1 (ABS_Y), value 2808 Event: time 1421097020.635082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2017 Event: time 1421097020.635082, -------------- SYN_REPORT ------------ Event: time 1421097020.639082, type 3 (EV_ABS), code 0 (ABS_X), value 10351 Event: time 1421097020.639082, type 3 (EV_ABS), code 1 (ABS_Y), value 2799 Event: time 1421097020.639082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2031 Event: time 1421097020.639082, -------------- SYN_REPORT ------------ Event: time 1421097020.643082, type 3 (EV_ABS), code 1 (ABS_Y), value 2789 Event: time 1421097020.643082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2042 Event: time 1421097020.643082, -------------- SYN_REPORT ------------ Event: time 1421097020.647082, type 3 (EV_ABS), code 0 (ABS_X), value 10348 Event: time 1421097020.647082, type 3 (EV_ABS), code 1 (ABS_Y), value 2779 Event: time 1421097020.647082, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 2047 Event: time 1421097020.647082, -------------- SYN_REPORT ------------ Event: time 1421097020.651082, type 3 (EV_ABS), code 0 (ABS_X), value 10346 Event: time 1421097020.651082, type 3 (EV_ABS), code 1 (ABS_Y), value 2770 Event: time 1421097020.651082, -------------- SYN_REPORT ------------ Event: time 1421097020.655082, type 3 (EV_ABS), code 1 (ABS_Y), value 2760 Event: time 1421097020.655082, -------------- SYN_REPORT ------------ Event: time 1421097020.659082, type 3 (EV_ABS), code 0 (ABS_X), value 10343 Event: time 1421097020.659082, type 3 (EV_ABS), code 1 (ABS_Y), value 2751 Event: time 1421097020.659082, -------------- SYN_REPORT ------------ Event: time 1421097020.663082, type 3 (EV_ABS), code 0 (ABS_X), value 10341 Event: time 1421097020.663082, type 3 (EV_ABS), code 1 (ABS_Y), value 2741 Event: time 1421097020.663082, -------------- SYN_REPORT ------------ Event: time 1421097020.667082, type 3 (EV_ABS), code 0 (ABS_X), value 10335 Event: time 1421097020.667082, type 3 (EV_ABS), code 1 (ABS_Y), value 2720 Event: time 1421097020.667082, -------------- SYN_REPORT ------------ Event: time 1421097020.671082, type 3 (EV_ABS), code 0 (ABS_X), value 10332 Event: time 1421097020.671082, type 3 (EV_ABS), code 1 (ABS_Y), value 2708 Event: time 1421097020.671082, -------------- SYN_REPORT ------------ Event: time 1421097020.675099, type 3 (EV_ABS), code 0 (ABS_X), value 10329 Event: time 1421097020.675099, type 3 (EV_ABS), code 1 (ABS_Y), value 2695 Event: time 1421097020.675099, -------------- SYN_REPORT ------------ Event: time 1421097020.679098, type 3 (EV_ABS), code 0 (ABS_X), value 10327 Event: time 1421097020.679098, type 3 (EV_ABS), code 1 (ABS_Y), value 2683 Event: time 1421097020.679098, -------------- SYN_REPORT ------------ Event: time 1421097020.683100, type 3 (EV_ABS), code 0 (ABS_X), value 10325 Event: time 1421097020.683100, type 3 (EV_ABS), code 1 (ABS_Y), value 2670 Event: time 1421097020.683100, -------------- SYN_REPORT ------------ Event: time 1421097020.687097, type 3 (EV_ABS), code 0 (ABS_X), value 10323 Event: time 1421097020.687097, type 3 (EV_ABS), code 1 (ABS_Y), value 2657 Event: time 1421097020.687097, -------------- SYN_REPORT ------------ Event: time 1421097020.691109, type 3 (EV_ABS), code 1 (ABS_Y), value 2645 Event: time 1421097020.691109, -------------- SYN_REPORT ------------ Event: time 1421097020.695106, type 3 (EV_ABS), code 0 (ABS_X), value 10320 Event: time 1421097020.695106, type 3 (EV_ABS), code 1 (ABS_Y), value 2633 Event: time 1421097020.695106, -------------- SYN_REPORT ------------ Event: time 1421097020.699105, type 3 (EV_ABS), code 0 (ABS_X), value 10317 Event: time 1421097020.699105, type 3 (EV_ABS), code 1 (ABS_Y), value 2620 Event: time 1421097020.699105, -------------- SYN_REPORT ------------ Event: time 1421097020.703103, type 3 (EV_ABS), code 1 (ABS_Y), value 2607 Event: time 1421097020.703103, -------------- SYN_REPORT ------------ Event: time 1421097020.707104, type 3 (EV_ABS), code 1 (ABS_Y), value 2595 Event: time 1421097020.707104, -------------- SYN_REPORT ------------ Event: time 1421097020.711100, type 3 (EV_ABS), code 1 (ABS_Y), value 2572 Event: time 1421097020.711100, -------------- SYN_REPORT ------------ Event: time 1421097020.715100, type 3 (EV_ABS), code 0 (ABS_X), value 10314 Event: time 1421097020.715100, type 3 (EV_ABS), code 1 (ABS_Y), value 2561 Event: time 1421097020.715100, -------------- SYN_REPORT ------------ Event: time 1421097020.719101, type 3 (EV_ABS), code 1 (ABS_Y), value 2550 Event: time 1421097020.719101, -------------- SYN_REPORT ------------ Event: time 1421097020.723109, type 3 (EV_ABS), code 1 (ABS_Y), value 2539 Event: time 1421097020.723109, -------------- SYN_REPORT ------------ Event: time 1421097020.727095, type 3 (EV_ABS), code 1 (ABS_Y), value 2529 Event: time 1421097020.727095, -------------- SYN_REPORT ------------ Event: time 1421097020.731083, type 3 (EV_ABS), code 1 (ABS_Y), value 2519 Event: time 1421097020.731083, -------------- SYN_REPORT ------------ Event: time 1421097020.735083, type 3 (EV_ABS), code 0 (ABS_X), value 10311 Event: time 1421097020.735083, type 3 (EV_ABS), code 1 (ABS_Y), value 2509 Event: time 1421097020.735083, -------------- SYN_REPORT ------------ Event: time 1421097020.739108, type 3 (EV_ABS), code 1 (ABS_Y), value 2500 Event: time 1421097020.739108, -------------- SYN_REPORT ------------ Event: time 1421097020.743099, type 3 (EV_ABS), code 1 (ABS_Y), value 2489 Event: time 1421097020.743099, -------------- SYN_REPORT ------------ Event: time 1421097020.747097, type 3 (EV_ABS), code 1 (ABS_Y), value 2479 Event: time 1421097020.747097, -------------- SYN_REPORT ------------ Event: time 1421097020.751103, type 3 (EV_ABS), code 1 (ABS_Y), value 2469 Event: time 1421097020.751103, -------------- SYN_REPORT ------------ Event: time 1421097020.755110, type 3 (EV_ABS), code 0 (ABS_X), value 10308 Event: time 1421097020.755110, type 3 (EV_ABS), code 1 (ABS_Y), value 2448 Event: time 1421097020.755110, -------------- SYN_REPORT ------------ Event: time 1421097020.759107, type 3 (EV_ABS), code 1 (ABS_Y), value 2437 Event: time 1421097020.759107, -------------- SYN_REPORT ------------ Event: time 1421097020.763107, type 3 (EV_ABS), code 1 (ABS_Y), value 2426 Event: time 1421097020.763107, -------------- SYN_REPORT ------------ Event: time 1421097020.767107, type 3 (EV_ABS), code 0 (ABS_X), value 10305 Event: time 1421097020.767107, type 3 (EV_ABS), code 1 (ABS_Y), value 2415 Event: time 1421097020.767107, -------------- SYN_REPORT ------------ Event: time 1421097020.771094, type 3 (EV_ABS), code 0 (ABS_X), value 10303 Event: time 1421097020.771094, type 3 (EV_ABS), code 1 (ABS_Y), value 2403 Event: time 1421097020.771094, -------------- SYN_REPORT ------------ Event: time 1421097020.775101, type 3 (EV_ABS), code 0 (ABS_X), value 10301 Event: time 1421097020.775101, type 3 (EV_ABS), code 1 (ABS_Y), value 2392 Event: time 1421097020.775101, -------------- SYN_REPORT ------------ Event: time 1421097020.779098, type 3 (EV_ABS), code 1 (ABS_Y), value 2380 Event: time 1421097020.779098, -------------- SYN_REPORT ------------ Event: time 1421097020.783110, type 3 (EV_ABS), code 0 (ABS_X), value 10299 Event: time 1421097020.783110, type 3 (EV_ABS), code 1 (ABS_Y), value 2366 Event: time 1421097020.783110, -------------- SYN_REPORT ------------ Event: time 1421097020.787108, type 3 (EV_ABS), code 0 (ABS_X), value 10297 Event: time 1421097020.787108, type 3 (EV_ABS), code 1 (ABS_Y), value 2354 Event: time 1421097020.787108, -------------- SYN_REPORT ------------ Event: time 1421097020.791107, type 3 (EV_ABS), code 1 (ABS_Y), value 2341 Event: time 1421097020.791107, -------------- SYN_REPORT ------------ Event: time 1421097020.795109, type 3 (EV_ABS), code 1 (ABS_Y), value 2328 Event: time 1421097020.795109, -------------- SYN_REPORT ------------ Event: time 1421097020.799106, type 3 (EV_ABS), code 0 (ABS_X), value 10296 Event: time 1421097020.799106, type 3 (EV_ABS), code 1 (ABS_Y), value 2304 Event: time 1421097020.799106, -------------- SYN_REPORT ------------ Event: time 1421097020.803101, type 3 (EV_ABS), code 1 (ABS_Y), value 2292 Event: time 1421097020.803101, -------------- SYN_REPORT ------------ Event: time 1421097020.807098, type 3 (EV_ABS), code 0 (ABS_X), value 10297 Event: time 1421097020.807098, type 3 (EV_ABS), code 1 (ABS_Y), value 2281 Event: time 1421097020.807098, -------------- SYN_REPORT ------------ Event: time 1421097020.811102, type 3 (EV_ABS), code 0 (ABS_X), value 10298 Event: time 1421097020.811102, type 3 (EV_ABS), code 1 (ABS_Y), value 2270 Event: time 1421097020.811102, -------------- SYN_REPORT ------------ Event: time 1421097020.815106, type 3 (EV_ABS), code 1 (ABS_Y), value 2259 Event: time 1421097020.815106, -------------- SYN_REPORT ------------ Event: time 1421097020.819106, type 3 (EV_ABS), code 1 (ABS_Y), value 2247 Event: time 1421097020.819106, -------------- SYN_REPORT ------------ Event: time 1421097020.823096, type 3 (EV_ABS), code 0 (ABS_X), value 10295 Event: time 1421097020.823096, type 3 (EV_ABS), code 1 (ABS_Y), value 2236 Event: time 1421097020.823096, -------------- SYN_REPORT ------------ Event: time 1421097020.827106, type 3 (EV_ABS), code 0 (ABS_X), value 10293 Event: time 1421097020.827106, type 3 (EV_ABS), code 1 (ABS_Y), value 2225 Event: time 1421097020.827106, -------------- SYN_REPORT ------------ Event: time 1421097020.831104, type 3 (EV_ABS), code 0 (ABS_X), value 10291 Event: time 1421097020.831104, type 3 (EV_ABS), code 1 (ABS_Y), value 2214 Event: time 1421097020.831104, -------------- SYN_REPORT ------------ Event: time 1421097020.835101, type 3 (EV_ABS), code 1 (ABS_Y), value 2203 Event: time 1421097020.835101, -------------- SYN_REPORT ------------ Event: time 1421097020.839099, type 3 (EV_ABS), code 0 (ABS_X), value 10292 Event: time 1421097020.839099, type 3 (EV_ABS), code 1 (ABS_Y), value 2193 Event: time 1421097020.839099, -------------- SYN_REPORT ------------ Event: time 1421097020.843097, type 3 (EV_ABS), code 1 (ABS_Y), value 2172 Event: time 1421097020.843097, -------------- SYN_REPORT ------------ Event: time 1421097020.847108, type 3 (EV_ABS), code 1 (ABS_Y), value 2160 Event: time 1421097020.847108, -------------- SYN_REPORT ------------ Event: time 1421097020.851105, type 3 (EV_ABS), code 1 (ABS_Y), value 2148 Event: time 1421097020.851105, -------------- SYN_REPORT ------------ Event: time 1421097020.855103, type 3 (EV_ABS), code 1 (ABS_Y), value 2137 Event: time 1421097020.855103, -------------- SYN_REPORT ------------ Event: time 1421097020.859105, type 3 (EV_ABS), code 1 (ABS_Y), value 2127 Event: time 1421097020.859105, -------------- SYN_REPORT ------------ Event: time 1421097020.863095, type 3 (EV_ABS), code 1 (ABS_Y), value 2117 Event: time 1421097020.863095, -------------- SYN_REPORT ------------ Event: time 1421097020.867099, type 3 (EV_ABS), code 1 (ABS_Y), value 2107 Event: time 1421097020.867099, -------------- SYN_REPORT ------------ Event: time 1421097020.871103, type 3 (EV_ABS), code 0 (ABS_X), value 10289 Event: time 1421097020.871103, type 3 (EV_ABS), code 1 (ABS_Y), value 2098 Event: time 1421097020.871103, -----... [truncated message content] |
From: Nikolai K. <sp...@gm...> - 2015-01-12 21:21:51
|
On 01/12/2015 11:11 PM, Thierry FOX wrote: > there Thank you. I see that the kernel reports incorrect tablet coordinate extents. I have a suspicion that the old tablet driver (the one shipping with the kernel) is used. Can you please try building and installing the driver again, but this time please copy-paste and send everything that appeared on the terminal as you did that. Thank you. Nick |
From: Thierry F. <thi...@gm...> - 2015-01-12 21:24:34
|
Event: time 1421097828.099263, type 3 (EV_ABS), code 1 (ABS_Y), value 8643 Event: time 1421097828.099263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1069 Event: time 1421097828.099263, -------------- SYN_REPORT ------------ Event: time 1421097828.103261, type 3 (EV_ABS), code 0 (ABS_X), value 1891 Event: time 1421097828.103261, type 3 (EV_ABS), code 1 (ABS_Y), value 8639 Event: time 1421097828.103261, -------------- SYN_REPORT ------------ Event: time 1421097828.107266, type 3 (EV_ABS), code 0 (ABS_X), value 1874 Event: time 1421097828.107266, type 3 (EV_ABS), code 1 (ABS_Y), value 8636 Event: time 1421097828.107266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1067 Event: time 1421097828.107266, -------------- SYN_REPORT ------------ Event: time 1421097828.111267, type 3 (EV_ABS), code 0 (ABS_X), value 1856 Event: time 1421097828.111267, type 3 (EV_ABS), code 1 (ABS_Y), value 8632 Event: time 1421097828.111267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1074 Event: time 1421097828.111267, -------------- SYN_REPORT ------------ Event: time 1421097828.115265, type 3 (EV_ABS), code 0 (ABS_X), value 1838 Event: time 1421097828.115265, type 3 (EV_ABS), code 1 (ABS_Y), value 8629 Event: time 1421097828.115265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1073 Event: time 1421097828.115265, -------------- SYN_REPORT ------------ Event: time 1421097828.119255, type 3 (EV_ABS), code 0 (ABS_X), value 1819 Event: time 1421097828.119255, type 3 (EV_ABS), code 1 (ABS_Y), value 8625 Event: time 1421097828.119255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1070 Event: time 1421097828.119255, -------------- SYN_REPORT ------------ Event: time 1421097828.123258, type 3 (EV_ABS), code 0 (ABS_X), value 1781 Event: time 1421097828.123258, type 3 (EV_ABS), code 1 (ABS_Y), value 8618 Event: time 1421097828.123258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1075 Event: time 1421097828.123258, -------------- SYN_REPORT ------------ Event: time 1421097828.127261, type 3 (EV_ABS), code 0 (ABS_X), value 1762 Event: time 1421097828.127261, type 3 (EV_ABS), code 1 (ABS_Y), value 8615 Event: time 1421097828.127261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1078 Event: time 1421097828.127261, -------------- SYN_REPORT ------------ Event: time 1421097828.131262, type 3 (EV_ABS), code 0 (ABS_X), value 1741 Event: time 1421097828.131262, type 3 (EV_ABS), code 1 (ABS_Y), value 8612 Event: time 1421097828.131262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1073 Event: time 1421097828.131262, -------------- SYN_REPORT ------------ Event: time 1421097828.135261, type 3 (EV_ABS), code 0 (ABS_X), value 1720 Event: time 1421097828.135261, type 3 (EV_ABS), code 1 (ABS_Y), value 8609 Event: time 1421097828.135261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1075 Event: time 1421097828.135261, -------------- SYN_REPORT ------------ Event: time 1421097828.139264, type 3 (EV_ABS), code 0 (ABS_X), value 1699 Event: time 1421097828.139264, type 3 (EV_ABS), code 1 (ABS_Y), value 8607 Event: time 1421097828.139264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1077 Event: time 1421097828.139264, -------------- SYN_REPORT ------------ Event: time 1421097828.143266, type 3 (EV_ABS), code 0 (ABS_X), value 1679 Event: time 1421097828.143266, type 3 (EV_ABS), code 1 (ABS_Y), value 8604 Event: time 1421097828.143266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1076 Event: time 1421097828.143266, -------------- SYN_REPORT ------------ Event: time 1421097828.147265, type 3 (EV_ABS), code 0 (ABS_X), value 1660 Event: time 1421097828.147265, type 3 (EV_ABS), code 1 (ABS_Y), value 8601 Event: time 1421097828.147265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1074 Event: time 1421097828.147265, -------------- SYN_REPORT ------------ Event: time 1421097828.151265, type 3 (EV_ABS), code 0 (ABS_X), value 1640 Event: time 1421097828.151265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1077 Event: time 1421097828.151265, -------------- SYN_REPORT ------------ Event: time 1421097828.155257, type 3 (EV_ABS), code 0 (ABS_X), value 1622 Event: time 1421097828.155257, type 3 (EV_ABS), code 1 (ABS_Y), value 8598 Event: time 1421097828.155257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1078 Event: time 1421097828.155257, -------------- SYN_REPORT ------------ Event: time 1421097828.159258, type 3 (EV_ABS), code 0 (ABS_X), value 1605 Event: time 1421097828.159258, -------------- SYN_REPORT ------------ Event: time 1421097828.163260, type 3 (EV_ABS), code 0 (ABS_X), value 1590 Event: time 1421097828.163260, type 3 (EV_ABS), code 1 (ABS_Y), value 8595 Event: time 1421097828.163260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1082 Event: time 1421097828.163260, -------------- SYN_REPORT ------------ Event: time 1421097828.167259, type 3 (EV_ABS), code 0 (ABS_X), value 1574 Event: time 1421097828.167259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1081 Event: time 1421097828.167259, -------------- SYN_REPORT ------------ Event: time 1421097828.171258, type 3 (EV_ABS), code 0 (ABS_X), value 1558 Event: time 1421097828.171258, type 3 (EV_ABS), code 1 (ABS_Y), value 8593 Event: time 1421097828.171258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1079 Event: time 1421097828.171258, -------------- SYN_REPORT ------------ Event: time 1421097828.175266, type 3 (EV_ABS), code 0 (ABS_X), value 1544 Event: time 1421097828.175266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1082 Event: time 1421097828.175266, -------------- SYN_REPORT ------------ Event: time 1421097828.179258, type 3 (EV_ABS), code 0 (ABS_X), value 1531 Event: time 1421097828.179258, type 3 (EV_ABS), code 1 (ABS_Y), value 8590 Event: time 1421097828.179258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1083 Event: time 1421097828.179258, -------------- SYN_REPORT ------------ Event: time 1421097828.183267, type 3 (EV_ABS), code 0 (ABS_X), value 1520 Event: time 1421097828.183267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.183267, -------------- SYN_REPORT ------------ Event: time 1421097828.187262, type 3 (EV_ABS), code 0 (ABS_X), value 1505 Event: time 1421097828.187262, type 3 (EV_ABS), code 1 (ABS_Y), value 8588 Event: time 1421097828.187262, -------------- SYN_REPORT ------------ Event: time 1421097828.191259, type 3 (EV_ABS), code 0 (ABS_X), value 1488 Event: time 1421097828.191259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.191259, -------------- SYN_REPORT ------------ Event: time 1421097828.195258, type 3 (EV_ABS), code 0 (ABS_X), value 1473 Event: time 1421097828.195258, type 3 (EV_ABS), code 1 (ABS_Y), value 8586 Event: time 1421097828.195258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.195258, -------------- SYN_REPORT ------------ Event: time 1421097828.199259, type 3 (EV_ABS), code 0 (ABS_X), value 1459 Event: time 1421097828.199259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.199259, -------------- SYN_REPORT ------------ Event: time 1421097828.203267, type 3 (EV_ABS), code 0 (ABS_X), value 1423 Event: time 1421097828.203267, type 3 (EV_ABS), code 1 (ABS_Y), value 8583 Event: time 1421097828.203267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.203267, -------------- SYN_REPORT ------------ Event: time 1421097828.207268, type 3 (EV_ABS), code 0 (ABS_X), value 1393 Event: time 1421097828.207268, -------------- SYN_REPORT ------------ Event: time 1421097828.211265, type 3 (EV_ABS), code 0 (ABS_X), value 1360 Event: time 1421097828.211265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.211265, -------------- SYN_REPORT ------------ Event: time 1421097828.215255, type 3 (EV_ABS), code 0 (ABS_X), value 1327 Event: time 1421097828.215255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.215255, -------------- SYN_REPORT ------------ Event: time 1421097828.219259, type 3 (EV_ABS), code 0 (ABS_X), value 1297 Event: time 1421097828.219259, type 3 (EV_ABS), code 1 (ABS_Y), value 8580 Event: time 1421097828.219259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.219259, -------------- SYN_REPORT ------------ Event: time 1421097828.223269, type 3 (EV_ABS), code 0 (ABS_X), value 1265 Event: time 1421097828.223269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.223269, -------------- SYN_REPORT ------------ Event: time 1421097828.227257, type 3 (EV_ABS), code 0 (ABS_X), value 1230 Event: time 1421097828.227257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.227257, -------------- SYN_REPORT ------------ Event: time 1421097828.231259, type 3 (EV_ABS), code 0 (ABS_X), value 1199 Event: time 1421097828.231259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.231259, -------------- SYN_REPORT ------------ Event: time 1421097828.235259, type 3 (EV_ABS), code 0 (ABS_X), value 1172 Event: time 1421097828.235259, type 3 (EV_ABS), code 1 (ABS_Y), value 8578 Event: time 1421097828.235259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.235259, -------------- SYN_REPORT ------------ Event: time 1421097828.239267, type 3 (EV_ABS), code 0 (ABS_X), value 1148 Event: time 1421097828.239267, -------------- SYN_REPORT ------------ Event: time 1421097828.243256, type 3 (EV_ABS), code 0 (ABS_X), value 1124 Event: time 1421097828.243256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1034 Event: time 1421097828.243256, -------------- SYN_REPORT ------------ Event: time 1421097828.247260, type 3 (EV_ABS), code 0 (ABS_X), value 1101 Event: time 1421097828.247260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1069 Event: time 1421097828.247260, -------------- SYN_REPORT ------------ Event: time 1421097828.251257, type 3 (EV_ABS), code 0 (ABS_X), value 1081 Event: time 1421097828.251257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1079 Event: time 1421097828.251257, -------------- SYN_REPORT ------------ Event: time 1421097828.255262, type 3 (EV_ABS), code 0 (ABS_X), value 1061 Event: time 1421097828.255262, type 3 (EV_ABS), code 1 (ABS_Y), value 8576 Event: time 1421097828.255262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1086 Event: time 1421097828.255262, -------------- SYN_REPORT ------------ Event: time 1421097828.259258, type 3 (EV_ABS), code 0 (ABS_X), value 1042 Event: time 1421097828.259258, type 3 (EV_ABS), code 1 (ABS_Y), value 8573 Event: time 1421097828.259258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.259258, -------------- SYN_REPORT ------------ Event: time 1421097828.263260, type 3 (EV_ABS), code 0 (ABS_X), value 1026 Event: time 1421097828.263260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.263260, -------------- SYN_REPORT ------------ Event: time 1421097828.267268, type 3 (EV_ABS), code 0 (ABS_X), value 1011 Event: time 1421097828.267268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.267268, -------------- SYN_REPORT ------------ Event: time 1421097828.271270, type 3 (EV_ABS), code 0 (ABS_X), value 997 Event: time 1421097828.271270, type 3 (EV_ABS), code 1 (ABS_Y), value 8571 Event: time 1421097828.271270, -------------- SYN_REPORT ------------ Event: time 1421097828.275255, type 3 (EV_ABS), code 0 (ABS_X), value 984 Event: time 1421097828.275255, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.275255, -------------- SYN_REPORT ------------ Event: time 1421097828.279258, type 3 (EV_ABS), code 0 (ABS_X), value 972 Event: time 1421097828.279258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.279258, -------------- SYN_REPORT ------------ Event: time 1421097828.283258, type 3 (EV_ABS), code 0 (ABS_X), value 960 Event: time 1421097828.283258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.283258, -------------- SYN_REPORT ------------ Event: time 1421097828.287263, type 3 (EV_ABS), code 0 (ABS_X), value 949 Event: time 1421097828.287263, -------------- SYN_REPORT ------------ Event: time 1421097828.291266, type 3 (EV_ABS), code 0 (ABS_X), value 939 Event: time 1421097828.291266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.291266, -------------- SYN_REPORT ------------ Event: time 1421097828.295281, type 3 (EV_ABS), code 0 (ABS_X), value 926 Event: time 1421097828.295281, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.295281, -------------- SYN_REPORT ------------ Event: time 1421097828.299266, type 3 (EV_ABS), code 0 (ABS_X), value 915 Event: time 1421097828.299266, -------------- SYN_REPORT ------------ Event: time 1421097828.303258, type 3 (EV_ABS), code 0 (ABS_X), value 899 Event: time 1421097828.303258, type 3 (EV_ABS), code 1 (ABS_Y), value 8569 Event: time 1421097828.303258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1095 Event: time 1421097828.303258, -------------- SYN_REPORT ------------ Event: time 1421097828.307256, type 3 (EV_ABS), code 0 (ABS_X), value 881 Event: time 1421097828.307256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.307256, -------------- SYN_REPORT ------------ Event: time 1421097828.311259, type 3 (EV_ABS), code 0 (ABS_X), value 865 Event: time 1421097828.311259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.311259, -------------- SYN_REPORT ------------ Event: time 1421097828.315261, type 3 (EV_ABS), code 0 (ABS_X), value 842 Event: time 1421097828.315261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.315261, -------------- SYN_REPORT ------------ Event: time 1421097828.319258, type 3 (EV_ABS), code 0 (ABS_X), value 817 Event: time 1421097828.319258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.319258, -------------- SYN_REPORT ------------ Event: time 1421097828.323262, type 3 (EV_ABS), code 0 (ABS_X), value 792 Event: time 1421097828.323262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.323262, -------------- SYN_REPORT ------------ Event: time 1421097828.327265, type 3 (EV_ABS), code 0 (ABS_X), value 764 Event: time 1421097828.327265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1087 Event: time 1421097828.327265, -------------- SYN_REPORT ------------ Event: time 1421097828.331260, type 3 (EV_ABS), code 0 (ABS_X), value 737 Event: time 1421097828.331260, type 3 (EV_ABS), code 1 (ABS_Y), value 8571 Event: time 1421097828.331260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.331260, -------------- SYN_REPORT ------------ Event: time 1421097828.335257, type 3 (EV_ABS), code 0 (ABS_X), value 707 Event: time 1421097828.335257, type 3 (EV_ABS), code 1 (ABS_Y), value 8572 Event: time 1421097828.335257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.335257, -------------- SYN_REPORT ------------ Event: time 1421097828.339260, type 3 (EV_ABS), code 0 (ABS_X), value 676 Event: time 1421097828.339260, -------------- SYN_REPORT ------------ Event: time 1421097828.343256, type 3 (EV_ABS), code 0 (ABS_X), value 616 Event: time 1421097828.343256, type 3 (EV_ABS), code 1 (ABS_Y), value 8575 Event: time 1421097828.343256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.343256, -------------- SYN_REPORT ------------ Event: time 1421097828.347269, type 3 (EV_ABS), code 0 (ABS_X), value 586 Event: time 1421097828.347269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.347269, -------------- SYN_REPORT ------------ Event: time 1421097828.351267, type 3 (EV_ABS), code 0 (ABS_X), value 555 Event: time 1421097828.351267, type 3 (EV_ABS), code 1 (ABS_Y), value 8576 Event: time 1421097828.351267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1088 Event: time 1421097828.351267, -------------- SYN_REPORT ------------ Event: time 1421097828.355265, type 3 (EV_ABS), code 0 (ABS_X), value 525 Event: time 1421097828.355265, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.355265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1091 Event: time 1421097828.355265, -------------- SYN_REPORT ------------ Event: time 1421097828.359260, type 3 (EV_ABS), code 0 (ABS_X), value 497 Event: time 1421097828.359260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.359260, -------------- SYN_REPORT ------------ Event: time 1421097828.363260, type 3 (EV_ABS), code 0 (ABS_X), value 468 Event: time 1421097828.363260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1087 Event: time 1421097828.363260, -------------- SYN_REPORT ------------ Event: time 1421097828.367269, type 3 (EV_ABS), code 0 (ABS_X), value 441 Event: time 1421097828.367269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1089 Event: time 1421097828.367269, -------------- SYN_REPORT ------------ Event: time 1421097828.371259, type 3 (EV_ABS), code 0 (ABS_X), value 417 Event: time 1421097828.371259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1090 Event: time 1421097828.371259, -------------- SYN_REPORT ------------ Event: time 1421097828.375266, type 3 (EV_ABS), code 0 (ABS_X), value 391 Event: time 1421097828.375266, type 3 (EV_ABS), code 1 (ABS_Y), value 8578 Event: time 1421097828.375266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1092 Event: time 1421097828.375266, -------------- SYN_REPORT ------------ Event: time 1421097828.379265, type 3 (EV_ABS), code 0 (ABS_X), value 366 Event: time 1421097828.379265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1093 Event: time 1421097828.379265, -------------- SYN_REPORT ------------ Event: time 1421097828.383265, type 3 (EV_ABS), code 0 (ABS_X), value 341 Event: time 1421097828.383265, type 3 (EV_ABS), code 1 (ABS_Y), value 8579 Event: time 1421097828.383265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1094 Event: time 1421097828.383265, -------------- SYN_REPORT ------------ Event: time 1421097828.387267, type 3 (EV_ABS), code 0 (ABS_X), value 316 Event: time 1421097828.387267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1097 Event: time 1421097828.387267, -------------- SYN_REPORT ------------ Event: time 1421097828.391259, type 3 (EV_ABS), code 0 (ABS_X), value 294 Event: time 1421097828.391259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1100 Event: time 1421097828.391259, -------------- SYN_REPORT ------------ Event: time 1421097828.395258, type 3 (EV_ABS), code 0 (ABS_X), value 274 Event: time 1421097828.395258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1107 Event: time 1421097828.395258, -------------- SYN_REPORT ------------ Event: time 1421097828.399259, type 3 (EV_ABS), code 0 (ABS_X), value 235 Event: time 1421097828.399259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1105 Event: time 1421097828.399259, -------------- SYN_REPORT ------------ Event: time 1421097828.403259, type 3 (EV_ABS), code 0 (ABS_X), value 215 Event: time 1421097828.403259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1108 Event: time 1421097828.403259, -------------- SYN_REPORT ------------ Event: time 1421097828.407269, type 3 (EV_ABS), code 0 (ABS_X), value 193 Event: time 1421097828.407269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1109 Event: time 1421097828.407269, -------------- SYN_REPORT ------------ Event: time 1421097828.411268, type 3 (EV_ABS), code 0 (ABS_X), value 172 Event: time 1421097828.411268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1112 Event: time 1421097828.411268, -------------- SYN_REPORT ------------ Event: time 1421097828.415267, type 3 (EV_ABS), code 0 (ABS_X), value 153 Event: time 1421097828.415267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1111 Event: time 1421097828.415267, -------------- SYN_REPORT ------------ Event: time 1421097828.419268, type 3 (EV_ABS), code 0 (ABS_X), value 135 Event: time 1421097828.419268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1112 Event: time 1421097828.419268, -------------- SYN_REPORT ------------ Event: time 1421097828.423260, type 3 (EV_ABS), code 0 (ABS_X), value 116 Event: time 1421097828.423260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1115 Event: time 1421097828.423260, -------------- SYN_REPORT ------------ Event: time 1421097828.427260, type 3 (EV_ABS), code 0 (ABS_X), value 97 Event: time 1421097828.427260, -------------- SYN_REPORT ------------ Event: time 1421097828.431261, type 3 (EV_ABS), code 0 (ABS_X), value 80 Event: time 1421097828.431261, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.431261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1118 Event: time 1421097828.431261, -------------- SYN_REPORT ------------ Event: time 1421097828.435258, type 3 (EV_ABS), code 0 (ABS_X), value 66 Event: time 1421097828.435258, -------------- SYN_REPORT ------------ Event: time 1421097828.439267, type 3 (EV_ABS), code 0 (ABS_X), value 49 Event: time 1421097828.439267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1121 Event: time 1421097828.439267, -------------- SYN_REPORT ------------ Event: time 1421097828.443269, type 3 (EV_ABS), code 0 (ABS_X), value 33 Event: time 1421097828.443269, type 3 (EV_ABS), code 1 (ABS_Y), value 8574 Event: time 1421097828.443269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1124 Event: time 1421097828.443269, -------------- SYN_REPORT ------------ Event: time 1421097828.447263, type 3 (EV_ABS), code 0 (ABS_X), value 5 Event: time 1421097828.447263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1126 Event: time 1421097828.447263, -------------- SYN_REPORT ------------ Event: time 1421097828.451267, type 3 (EV_ABS), code 0 (ABS_X), value 0 Event: time 1421097828.451267, type 3 (EV_ABS), code 1 (ABS_Y), value 8572 Event: time 1421097828.451267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1131 Event: time 1421097828.451267, -------------- SYN_REPORT ------------ Event: time 1421097828.459271, type 3 (EV_ABS), code 1 (ABS_Y), value 8570 Event: time 1421097828.459271, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1128 Event: time 1421097828.459271, -------------- SYN_REPORT ------------ Event: time 1421097828.463261, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1133 Event: time 1421097828.463261, -------------- SYN_REPORT ------------ Event: time 1421097828.467258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1134 Event: time 1421097828.467258, -------------- SYN_REPORT ------------ Event: time 1421097828.471268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1142 Event: time 1421097828.471268, -------------- SYN_REPORT ------------ Event: time 1421097828.475266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1145 Event: time 1421097828.475266, -------------- SYN_REPORT ------------ Event: time 1421097828.479265, type 3 (EV_ABS), code 1 (ABS_Y), value 8568 Event: time 1421097828.479265, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1151 Event: time 1421097828.479265, -------------- SYN_REPORT ------------ Event: time 1421097828.483267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1154 Event: time 1421097828.483267, -------------- SYN_REPORT ------------ Event: time 1421097828.487259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1156 Event: time 1421097828.487259, -------------- SYN_REPORT ------------ Event: time 1421097828.491258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1157 Event: time 1421097828.491258, -------------- SYN_REPORT ------------ Event: time 1421097828.495259, type 3 (EV_ABS), code 1 (ABS_Y), value 8566 Event: time 1421097828.495259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1160 Event: time 1421097828.495259, -------------- SYN_REPORT ------------ Event: time 1421097828.499257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1169 Event: time 1421097828.499257, -------------- SYN_REPORT ------------ Event: time 1421097828.503258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1181 Event: time 1421097828.503258, -------------- SYN_REPORT ------------ Event: time 1421097828.507264, type 3 (EV_ABS), code 1 (ABS_Y), value 8564 Event: time 1421097828.507264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1192 Event: time 1421097828.507264, -------------- SYN_REPORT ------------ Event: time 1421097828.511268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1198 Event: time 1421097828.511268, -------------- SYN_REPORT ------------ Event: time 1421097828.515264, type 3 (EV_ABS), code 1 (ABS_Y), value 8562 Event: time 1421097828.515264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1201 Event: time 1421097828.515264, -------------- SYN_REPORT ------------ Event: time 1421097828.519264, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1209 Event: time 1421097828.519264, -------------- SYN_REPORT ------------ Event: time 1421097828.523258, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1211 Event: time 1421097828.523258, -------------- SYN_REPORT ------------ Event: time 1421097828.527260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1212 Event: time 1421097828.527260, -------------- SYN_REPORT ------------ Event: time 1421097828.531266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1211 Event: time 1421097828.531266, -------------- SYN_REPORT ------------ Event: time 1421097828.535260, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1214 Event: time 1421097828.535260, -------------- SYN_REPORT ------------ Event: time 1421097828.539267, type 3 (EV_ABS), code 1 (ABS_Y), value 8560 Event: time 1421097828.539267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1215 Event: time 1421097828.539267, -------------- SYN_REPORT ------------ Event: time 1421097828.543268, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1216 Event: time 1421097828.543268, -------------- SYN_REPORT ------------ Event: time 1421097828.547267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1214 Event: time 1421097828.547267, -------------- SYN_REPORT ------------ Event: time 1421097828.551259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1215 Event: time 1421097828.551259, -------------- SYN_REPORT ------------ Event: time 1421097828.555263, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1220 Event: time 1421097828.555263, -------------- SYN_REPORT ------------ Event: time 1421097828.559259, type 3 (EV_ABS), code 1 (ABS_Y), value 8562 Event: time 1421097828.559259, -------------- SYN_REPORT ------------ Event: time 1421097828.563271, type 3 (EV_ABS), code 1 (ABS_Y), value 8564 Event: time 1421097828.563271, -------------- SYN_REPORT ------------ Event: time 1421097828.567257, type 3 (EV_ABS), code 1 (ABS_Y), value 8565 Event: time 1421097828.567257, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1222 Event: time 1421097828.567257, -------------- SYN_REPORT ------------ Event: time 1421097828.571256, type 3 (EV_ABS), code 1 (ABS_Y), value 8566 Event: time 1421097828.571256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1219 Event: time 1421097828.571256, -------------- SYN_REPORT ------------ Event: time 1421097828.575270, type 3 (EV_ABS), code 1 (ABS_Y), value 8568 Event: time 1421097828.575270, -------------- SYN_REPORT ------------ Event: time 1421097828.579267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1223 Event: time 1421097828.579267, -------------- SYN_REPORT ------------ Event: time 1421097828.583256, type 3 (EV_ABS), code 1 (ABS_Y), value 8570 Event: time 1421097828.583256, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1225 Event: time 1421097828.583256, -------------- SYN_REPORT ------------ Event: time 1421097828.587259, type 3 (EV_ABS), code 1 (ABS_Y), value 8573 Event: time 1421097828.587259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1222 Event: time 1421097828.587259, -------------- SYN_REPORT ------------ Event: time 1421097828.591262, type 3 (EV_ABS), code 1 (ABS_Y), value 8575 Event: time 1421097828.591262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1226 Event: time 1421097828.591262, -------------- SYN_REPORT ------------ Event: time 1421097828.595271, type 3 (EV_ABS), code 1 (ABS_Y), value 8577 Event: time 1421097828.595271, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1224 Event: time 1421097828.595271, -------------- SYN_REPORT ------------ Event: time 1421097828.599259, type 3 (EV_ABS), code 1 (ABS_Y), value 8579 Event: time 1421097828.599259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1225 Event: time 1421097828.599259, -------------- SYN_REPORT ------------ Event: time 1421097828.603267, type 3 (EV_ABS), code 1 (ABS_Y), value 8581 Event: time 1421097828.603267, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1227 Event: time 1421097828.603267, -------------- SYN_REPORT ------------ Event: time 1421097828.607266, type 3 (EV_ABS), code 1 (ABS_Y), value 8589 Event: time 1421097828.607266, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1236 Event: time 1421097828.607266, -------------- SYN_REPORT ------------ Event: time 1421097828.611269, type 3 (EV_ABS), code 1 (ABS_Y), value 8594 Event: time 1421097828.611269, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1283 Event: time 1421097828.611269, -------------- SYN_REPORT ------------ Event: time 1421097828.615259, type 3 (EV_ABS), code 1 (ABS_Y), value 8597 Event: time 1421097828.615259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1334 Event: time 1421097828.615259, -------------- SYN_REPORT ------------ Event: time 1421097828.619262, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 1387 Event: time 1421097828.619262, -------------- SYN_REPORT ------------ Event: time 1421097828.623259, type 4 (EV_MSC), code 4 (MSC_SCAN), value d0042 Event: time 1421097828.623259, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0 Event: time 1421097828.623259, type 1 (EV_KEY), code 320 (BTN_TOOL_PEN), value 0 Event: time 1421097828.623259, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0 Event: time 1421097828.623259, -------------- SYN_REPORT ------------ On Mon, Jan 12, 2015 at 9:21 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/12/2015 11:11 PM, Thierry FOX wrote: > >> there >> > > Thank you. I see that the kernel reports incorrect tablet coordinate > extents. > I have a suspicion that the old tablet driver (the one shipping with the > kernel) is used. > > Can you please try building and installing the driver again, but this time > please copy-paste and send everything that appeared on the terminal as you > did > that. > > Thank you. > > Nick > |
From: Nikolai K. <sp...@gm...> - 2015-01-13 19:37:45
|
Hi Thierry, On 01/12/2015 11:24 PM, Thierry FOX wrote: > Event: time 1421097828.099263, type 3 (EV_ABS), code 1 (ABS_Y), value 8643 Thank you, but this is not what I asked. Can you please try building and installing the driver again, but this time please copy-paste and send everything that appeared on the terminal as you did that? Nick |
From: Thierry F. <thi...@gm...> - 2015-01-15 19:12:25
|
hi, sorry I took a long time to reply, I have tried to do it in the terminal but even when copy and pasting sections of what appeared on the terminal it has some sort of limit on the amount of code I can put down, and obviously when doing the evtest a lot of code goes down on the terminal, so it means that I cant copy everything |
From: Thierry F. <thi...@gm...> - 2015-01-16 20:56:45
|
sorry about that, here is what happened: thierry@thierry-Presario-CQ62-Notebook-PC:~$ sudo apt-get install evtest [sudo] password for thierry: Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: fonts-dejavu-extra java-common libbonobo2-0 libbonobo2-common libgconf2-4 libgnome2-0 libgnome2-bin libgnome2-common libgnomevfs2-0 libgnomevfs2-common libidl-common libidl0 liborbit-2-0 liborbit2 tzdata-java Use 'apt-get autoremove' to remove them. The following NEW packages will be installed evtest 0 to upgrade, 1 to newly install, 0 to remove and 4 not to upgrade. Need to get 0 B/14.6 kB of archives. After this operation, 71.7 kB of additional disk space will be used. Selecting previously unselected package evtest. (Reading database ... 227776 files and directories currently installed.) Preparing to unpack .../evtest_1%3a1.31-1_amd64.deb ... Unpacking evtest (1:1.31-1) ... Processing triggers for man-db (2.6.7.1-1ubuntu1) ... Setting up evtest (1:1.31-1) ... thierry@thierry-Presario-CQ62-Notebook-PC:~$ On Thu, Jan 15, 2015 at 8:26 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/15/2015 09:12 PM, Thierry FOX wrote: > >> hi, sorry I took a long time to reply, I have tried to do it in the >> terminal >> but even when copy and pasting sections of what appeared on the terminal >> it >> has some sort of limit on the amount of code I can put down, and obviously >> when doing the evtest a lot of code goes down on the terminal, so it means >> that I cant copy everything >> > > Sure, but I wasn't asking for more evtest output. I was asking you to try > to > install the driver again, and then copy-paste whatever *that* produced on > the > terminal. > > Thank you. > > Nick > |
From: Nikolai K. <sp...@gm...> - 2015-01-16 20:25:18
|
On 01/16/2015 09:51 PM, Thierry FOX wrote: > sorry about that, here is what happened: Thank you, but this is still not what I asked for :) What I need is similar to what you sent in your first message to the maillist: the terminal output of your attempt to build the driver. As an example, here is the output of me building and installing the driver: nkondras@gimli:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.gz nkondras@gimli:~$ cd digimend-kernel-drivers-5/ nkondras@gimli:~/digimend-kernel-drivers-5$ make make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 modules make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' Makefile:10: *** mixed implicit and normal rules: deprecated syntax make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' CC [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.o Building modules, stage 2. MODPOST 1 modules CC /home/nkondras/digimend-kernel-drivers-5/hid-huion.mod.o LD [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' nkondras@gimli:~/digimend-kernel-drivers-5$ sudo make install [sudo] password for nkondras: make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 modules_install make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' Makefile:10: *** mixed implicit and normal rules: deprecated syntax make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' INSTALL /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko DEPMOD 3.16.0-4-amd64 make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf depmod -a install hid-rebind /sbin/hid-rebind install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules udevadm control --reload Could you please do the same and send your output? Thank you. Nick |
From: Thierry F. <thi...@gm...> - 2015-01-17 12:08:37
|
thank you for having the patience to explain it, I didn’t quite understand what you meant. thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o Building modules, stage 2. MODPOST 1 modules CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install [sudo] password for thierry: make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko Can't read private key DEPMOD 3.13.0-32-generic make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf depmod -a install hid-rebind /sbin/hid-rebind install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules udevadm control --reload thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/16/2015 09:51 PM, Thierry FOX wrote: > >> sorry about that, here is what happened: >> > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the > maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/ > digimend-kernel-drivers/releases/download/v5/digimend- > kernel-drivers-5.tar.gz > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 > modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' > CC [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' > nkondras@gimli:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=/home/nkondras/digimend-kernel-drivers-5 > modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.0-4-amd64' > INSTALL /home/nkondras/digimend-kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > |
From: Nikolai K. <sp...@gm...> - 2015-01-17 12:50:00
|
On 01/17/2015 02:08 PM, Thierry FOX wrote: > thank you for having the patience to explain it, I didn’t quite understand what you meant. No problem, thank you for sending it :) > thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ This looks perfectly fine. Now, please check if the tablet is still not working and if it doesn't, please send me the output of this command: sudo bash -c 'for f in /sys/kernel/debug/hid/0003:256C:*/rdesc; do echo "$f"; cat "$f"; done' Thank you. Nick |
From: Nikolai K. <sp...@gm...> - 2015-01-17 14:08:20
|
On 01/17/2015 02:11 PM, Thierry FOX wrote: > mapping is good, pressure s working, and by the looks of it, the drivers > work! I was testing it on some animation software called pencil by the way, > I might try it out on gimp but I think it works. thankyou. Great :)! Glad to hear it's working. Will add your tablet to the compatibility table. Nick On 01/17/2015 02:11 PM, Thierry FOX wrote: > mapping is good, pressure s working, and by the looks of it, the drivers work! I was testing it on some animation software called pencil by the way, I might try it out on gimp but I think it works. thankyou. > > On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > I'll be doing some testing now, I'll tell you how it goes. > > On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > wait! it works now! the driver works, thankyou! it is mapped right. > > On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...>> wrote: > > thank you for having the patience to explain it, I didn’t quite understand what you meant. > > thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.gz > thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ make > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > CC [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-generic/build SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic' > INSTALL /home/thierry/digimend-kernel-drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ > > > On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > On 01/16/2015 09:51 PM, Thierry FOX wrote: > > sorry about that, here is what happened: > > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz> > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.__gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-__kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/__build SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.__0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.__0-4-amd64' > CC [M] /home/nkondras/digimend-__kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-__kernel-drivers-5/hid-huion.__mod.o > LD [M] /home/nkondras/digimend-__kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.__0-4-amd64' > nkondras@gimli:~/digimend-__kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/__build SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.__0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.__0-4-amd64' > INSTALL /home/nkondras/digimend-__kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.__0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-__rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > > > > > |
From: Thierry F. <thi...@gm...> - 2015-01-18 15:39:50
|
I'm confused now, so is this still not what you asked for? or is it done now. On Sat, Jan 17, 2015 at 2:08 PM, Nikolai Kondrashov <sp...@gm...> wrote: > On 01/17/2015 02:11 PM, Thierry FOX wrote: > >> mapping is good, pressure s working, and by the looks of it, the drivers >> work! I was testing it on some animation software called pencil by the >> way, >> I might try it out on gimp but I think it works. thankyou. >> > > Great :)! Glad to hear it's working. > Will add your tablet to the compatibility table. > > Nick > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > >> mapping is good, pressure s working, and by the looks of it, the drivers >> work! I was testing it on some animation software called pencil by the way, >> I might try it out on gimp but I think it works. thankyou. >> >> On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... >> <mailto:thi...@gm...>> wrote: >> >> I'll be doing some testing now, I'll tell you how it goes. >> >> On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... >> <mailto:thi...@gm...>> wrote: >> >> wait! it works now! the driver works, thankyou! it is mapped >> right. >> >> On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX < >> thi...@gm... <mailto:thi...@gm...>> wrote: >> >> thank you for having the patience to explain it, I didn’t >> quite understand what you meant. >> >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ wget -q >> https://github.com/DIGImend/digimend-kernel-drivers/ >> releases/download/v5/digimend-kernel-drivers-5.tar.gz >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ tar xf >> digimend-kernel-drivers-5.tar.gz >> thierry@thierry-Presario-CQ62-Notebook-PC:~$ cd >> digimend-kernel-drivers-5/ >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ >> make >> make -C /lib/modules/3.13.0-32-generic/build >> SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules >> make[1]: Entering directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> CC [M] /home/thierry/digimend-kernel- >> drivers-5/hid-huion.o >> Building modules, stage 2. >> MODPOST 1 modules >> CC /home/thierry/digimend-kernel- >> drivers-5/hid-huion.mod.o >> LD [M] /home/thierry/digimend-kernel- >> drivers-5/hid-huion.ko >> make[1]: Leaving directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel-drivers-5$ >> sudo make install >> [sudo] password for thierry: >> make -C /lib/modules/3.13.0-32-generic/build >> SUBDIRS=/home/thierry/digimend-kernel-drivers-5 modules_install >> make[1]: Entering directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> INSTALL /home/thierry/digimend-kernel- >> drivers-5/hid-huion.ko >> Can't read private key >> DEPMOD 3.13.0-32-generic >> make[1]: Leaving directory `/usr/src/linux-headers-3.13. >> 0-32-generic' >> install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf >> depmod -a >> install hid-rebind /sbin/hid-rebind >> install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid- >> rebind.rules >> udevadm control --reload >> thierry@thierry-Presario-CQ62-Notebook-PC:~/digimend-kernel- >> drivers-5$ >> >> >> On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov < >> sp...@gm... <mailto:sp...@gm...>> wrote: >> >> On 01/16/2015 09:51 PM, Thierry FOX wrote: >> >> sorry about that, here is what happened: >> >> >> Thank you, but this is still not what I asked for :) >> >> What I need is similar to what you sent in your first >> message to the maillist: >> the terminal output of your attempt to build the driver. >> >> As an example, here is the output of me building and >> installing the driver: >> >> nkondras@gimli:~$ wget -q https://github.com/DIGImend/__ >> digimend-kernel-drivers/__releases/download/v5/digimend- >> __kernel-drivers-5.tar.gz <https://github.com/DIGImend/ >> digimend-kernel-drivers/releases/download/v5/digimend- >> kernel-drivers-5.tar.gz> >> nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar. >> __gz >> nkondras@gimli:~$ cd digimend-kernel-drivers-5/ >> nkondras@gimli:~/digimend-__kernel-drivers-5$ make >> make -C /lib/modules/3.16.0-4-amd64/__build >> SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules >> make[1]: Entering directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> Makefile:10: *** mixed implicit and normal rules: >> deprecated syntax >> make[1]: Entering directory `/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> CC [M] /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.o >> Building modules, stage 2. >> MODPOST 1 modules >> CC /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.__mod.o >> LD [M] /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.ko >> make[1]: Leaving directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> nkondras@gimli:~/digimend-__kernel-drivers-5$ sudo make >> install >> [sudo] password for nkondras: >> make -C /lib/modules/3.16.0-4-amd64/__build >> SUBDIRS=/home/nkondras/__digimend-kernel-drivers-5 modules_install >> make[1]: Entering directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> Makefile:10: *** mixed implicit and normal rules: >> deprecated syntax >> make[1]: Entering directory `/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> INSTALL /home/nkondras/digimend-__ >> kernel-drivers-5/hid-huion.ko >> DEPMOD 3.16.0-4-amd64 >> make[1]: Leaving directory '/usr/src/linux-headers-3.16._ >> _0-4-amd64' >> install -D -m 0644 digimend.conf >> /etc/depmod.d/digimend.conf >> depmod -a >> install hid-rebind /sbin/hid-rebind >> install -m 0644 hid-rebind.rules >> /lib/udev/rules.d/70-hid-__rebind.rules >> udevadm control --reload >> >> >> Could you please do the same and send your output? >> >> Thank you. >> >> Nick >> >> >> >> >> >> > |
From: Nikolai K. <sp...@gm...> - 2015-01-18 18:48:46
|
On 01/18/2015 05:39 PM, Thierry FOX wrote: > I'm confused now, so is this still not what you asked for? or is it done now. Yes, it was perfectly fine in the end, thank you. Nick On 01/18/2015 05:39 PM, Thierry FOX wrote: > I'm confused now, so is this still not what you asked for? or is it done now. > > On Sat, Jan 17, 2015 at 2:08 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...>> wrote: > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > > mapping is good, pressure s working, and by the looks of it, the drivers > work! I was testing it on some animation software called pencil by the way, > I might try it out on gimp but I think it works. thankyou. > > > Great :)! Glad to hear it's working. > Will add your tablet to the compatibility table. > > Nick > > On 01/17/2015 02:11 PM, Thierry FOX wrote: > > mapping is good, pressure s working, and by the looks of it, the drivers work! I was testing it on some animation software called pencil by the way, I might try it out on gimp but I think it works. thankyou. > > On Sat, Jan 17, 2015 at 12:10 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > I'll be doing some testing now, I'll tell you how it goes. > > On Sat, Jan 17, 2015 at 12:09 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > wait! it works now! the driver works, thankyou! it is mapped right. > > On Sat, Jan 17, 2015 at 12:08 PM, Thierry FOX <thi...@gm... <mailto:thi...@gm...> <mailto:thi...@gm... <mailto:thi...@gm...>__>> wrote: > > thank you for having the patience to explain it, I didn’t quite understand what you meant. > > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ wget -q https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz> > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ tar xf digimend-kernel-drivers-5.tar.__gz > thierry@thierry-Presario-CQ62-__Notebook-PC:~$ cd digimend-kernel-drivers-5/ > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ make > make -C /lib/modules/3.13.0-32-__generic/build SUBDIRS=/home/thierry/__digimend-kernel-drivers-5 modules > make[1]: Entering directory `/usr/src/linux-headers-3.13.__0-32-generic' > CC [M] /home/thierry/digimend-kernel-__drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/thierry/digimend-kernel-__drivers-5/hid-huion.mod.o > LD [M] /home/thierry/digimend-kernel-__drivers-5/hid-huion.ko > make[1]: Leaving directory `/usr/src/linux-headers-3.13.__0-32-generic' > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ sudo make install > [sudo] password for thierry: > make -C /lib/modules/3.13.0-32-__generic/build SUBDIRS=/home/thierry/__digimend-kernel-drivers-5 modules_install > make[1]: Entering directory `/usr/src/linux-headers-3.13.__0-32-generic' > INSTALL /home/thierry/digimend-kernel-__drivers-5/hid-huion.ko > Can't read private key > DEPMOD 3.13.0-32-generic > make[1]: Leaving directory `/usr/src/linux-headers-3.13.__0-32-generic' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-__rebind.rules > udevadm control --reload > thierry@thierry-Presario-CQ62-__Notebook-PC:~/digimend-kernel-__drivers-5$ > > > On Fri, Jan 16, 2015 at 8:25 PM, Nikolai Kondrashov <sp...@gm... <mailto:sp...@gm...> <mailto:sp...@gm... <mailto:sp...@gm...>>> wrote: > > On 01/16/2015 09:51 PM, Thierry FOX wrote: > > sorry about that, here is what happened: > > > Thank you, but this is still not what I asked for :) > > What I need is similar to what you sent in your first message to the maillist: > the terminal output of your attempt to build the driver. > > As an example, here is the output of me building and installing the driver: > > nkondras@gimli:~$ wget -q https://github.com/DIGImend/____digimend-kernel-drivers/____releases/download/v5/digimend-____kernel-drivers-5.tar.gz <https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz> <https://github.com/DIGImend/__digimend-kernel-drivers/__releases/download/v5/digimend-__kernel-drivers-5.tar.gz <https://github.com/DIGImend/digimend-kernel-drivers/releases/download/v5/digimend-kernel-drivers-5.tar.gz>> > nkondras@gimli:~$ tar xf digimend-kernel-drivers-5.tar.____gz > nkondras@gimli:~$ cd digimend-kernel-drivers-5/ > nkondras@gimli:~/digimend-____kernel-drivers-5$ make > make -C /lib/modules/3.16.0-4-amd64/____build SUBDIRS=/home/nkondras/____digimend-kernel-drivers-5 modules > make[1]: Entering directory '/usr/src/linux-headers-3.16.____0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.____0-4-amd64' > CC [M] /home/nkondras/digimend-____kernel-drivers-5/hid-huion.o > Building modules, stage 2. > MODPOST 1 modules > CC /home/nkondras/digimend-____kernel-drivers-5/hid-huion.____mod.o > LD [M] /home/nkondras/digimend-____kernel-drivers-5/hid-huion.ko > make[1]: Leaving directory '/usr/src/linux-headers-3.16.____0-4-amd64' > nkondras@gimli:~/digimend-____kernel-drivers-5$ sudo make install > [sudo] password for nkondras: > make -C /lib/modules/3.16.0-4-amd64/____build SUBDIRS=/home/nkondras/____digimend-kernel-drivers-5 modules_install > make[1]: Entering directory '/usr/src/linux-headers-3.16.____0-4-amd64' > Makefile:10: *** mixed implicit and normal rules: deprecated syntax > make[1]: Entering directory `/usr/src/linux-headers-3.16.____0-4-amd64' > INSTALL /home/nkondras/digimend-____kernel-drivers-5/hid-huion.ko > DEPMOD 3.16.0-4-amd64 > make[1]: Leaving directory '/usr/src/linux-headers-3.16.____0-4-amd64' > install -D -m 0644 digimend.conf /etc/depmod.d/digimend.conf > depmod -a > install hid-rebind /sbin/hid-rebind > install -m 0644 hid-rebind.rules /lib/udev/rules.d/70-hid-____rebind.rules > udevadm control --reload > > > Could you please do the same and send your output? > > Thank you. > > Nick > > > > > > > |