DIGImend / digimend-kernel-drivers

DIGImend graphics tablet drivers for the Linux kernel
GNU General Public License v2.0
1.17k stars 175 forks source link

Huion Q11K not detected #76

Open mifth opened 7 years ago

mifth commented 7 years ago

Hi. I have Linux 64bit, Ubuntu 17.04. I have compiled and installed Digimend but nothing works. ((( My Huion Q11K Inspiroy is not recognized and not seen in xinput --list. My Pen does not work at all. I even cannot move a pointer. (( It seems this is the same issue as here https://github.com/DIGImend/digimend-kernel-drivers/issues/59

MJA0vEsa.txt 33S7rT7w.txt Dy9G4pMW.txt 1SdDM2VL.txt

I also tried to set my conf but it did not help: https://pastebin.com/05E9hQQW

Please, help me if you can! I just need to get my pen get working with 2 its buttons.

Thank you.

konachan700 commented 7 years ago

Problem with driver. It use a wacom emulation =) and wacom xorg driver, but tablet not wacom and may be to send partitally incomplete\incorrect data to userspace.

add RightClick and MiddleClick for the pen

reassign a keys in the software is not will be a more simple way?

mifth commented 7 years ago

"reassign a keys in the software is not will be a more simple way?"

I reassign nothing with wacom and g-pen. Their pen buttons are recognized. It will be pain to reassign keys for all software. ((

mifth commented 7 years ago

I think my G-pen uses wacom xorg driver too.

mifth commented 7 years ago

Hi. @spbnick i tried to record all things yesterday but i failed. usbhid-dump hangs all my usb devices (( I don't know what to do. I'm not so advanced user. ((

spbnick commented 7 years ago

@mifth, usbhid-dump takes over all your devices, because you don't tell it which one to dump. Run it this way to dump only one device and prevent it from taking over: sudo usbhid-dump -m 256c:006e -es. Write if you need more help with getting this recording.

mifth commented 7 years ago

Thank you for the reply. It helped! )

q11k_capture_linux.zip Here is my capture. The only thing is I don't know how to filter in wireshark. I just selected usbmon3. selection_309

spbnick commented 7 years ago

Thank you, that seems to be enough. It looks like the tablet is getting the old initialization sequence after usbhid-dump stops, after all, so I'll try to update the driver with the new initialization sequence and we'll see how it works. Will post here when done.

mifth commented 7 years ago

Thank you too! I'll wait for sure.

spbnick commented 7 years ago

Sorry for the delay, we just moved house and I won't be able to resume work on this for a few more weekends.

mifth commented 7 years ago

No problem man. Solve your life issues. We will wait!

ashwanipirate11 commented 7 years ago

just download win 7 pirated* and it works perfectly.... i had problems with linux so i did the same

On Nov 11, 2017 2:00 PM, "mifth" notifications@github.com wrote:

No problem man. Solve your life issues. We will wait!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DIGImend/digimend-kernel-drivers/issues/76#issuecomment-343649410, or mute the thread https://github.com/notifications/unsubscribe-auth/AfC0MlPGBo9U50w4SiAI06lPkf5EN06Jks5s1VsTgaJpZM4PnpxL .

Hideaki974 commented 7 years ago

selection_175 i just do the fist part of the configuration like in the blog of David Revoy (https://www.davidrevoy.com/article331/setup-huion-giano-wh1409-tablet-on-linux-mint-18-1-ubuntu-16-04#c0331-1513)

and i didn't do all the config script stuff for the express keys (i'm so noob), just the driver config and the xsetwacom work only in wireless mode.

so It work on my outdated version of Ubuntu Gnome 15.04 (desktop) i still need to try it on my arch based system (laptop)

i don't have any expressKeys and the the Upper button on the stylus dosen't respond

The tip and the the down button on the stylus work and its configurable in the wacom UI, sreen layout work too. i test it on gimp, mypaint, krita and blender.

A big thx to David Revoy and i keep an eye here for more usefull trick.

mifth commented 7 years ago

Could you please show your con file?

mifth commented 7 years ago

Conf*

Hideaki974 commented 7 years ago

Huion tablets

Section "InputClass" Identifier "Huion class" MatchProduct "TABLET" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection

Section "InputClass" Identifier "Huion buttons" MatchProduct "TABLET" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

Section "InputClass" Identifier "Huion scroll" MatchProduct "TABLET" MatchIsPointer "off" MatchIsKeyboard "off" MatchIsTouchpad "off" MatchIsTablet "off" MatchIsTouchscreen "off" MatchDevicePath "/dev/input/event*" Driver "evdev" EndSection

mifth commented 7 years ago

Thanks. I tried your conf file. But the tablet still does not work. I have no "TABLET" device.

I have Kubuntu 17.10 (2 machines at work and at home). They both cannot detect Q11K.

I also looked at my kernel.log file. It has some errors: ... Nov 14 01:33:09 mifth kernel: [ 16.031810] uclogic 0003:256C:006E.0001: device parameters not found Nov 14 01:33:09 mifth kernel: [ 16.031863] uclogic 0003:256C:006E.0001: tablet enabling failed Nov 14 01:33:09 mifth kernel: [ 16.032050] uclogic 0003:256C:006E.0002: No inputs registered, leaving ... Nov 14 01:33:09 mifth kernel: [ 16.734800] uclogic 0003:256C:006E.0001: device parameters not found Nov 14 01:33:09 mifth kernel: [ 16.734801] uclogic 0003:256C:006E.0001: tablet enabling failed

Here is my log: kern.log

mifth commented 7 years ago

also I noticed that I have uclogic module on my machine even if i remove Digimend drivers. That's really strange...

spbnick commented 7 years ago

@mifth, hid-uclogic is included with the kernel. digimend-kernel-drivers installs its own version. You can check which one you're using by running /sbin/modinfo hid-uclogic. If there's "extra" in the module file path, then it's the DIGImend version.

mifth commented 7 years ago

Thank you. I'll test this night and write here. It's really strange that @Hideaki974 has enabled Q11k at ubuntu. I have kubuntu. Can this issue be by KDE Desktop issue?

mkditto commented 7 years ago

This may not be strictly related, but I've noticed that the Q11K's aspect ratio isn't quite 16:9, its actually a tiny bit bigger (something like 16:9.1). Once digimend has been updated to support the tablet, will there be any way to limit the drawing area to a strictly 16:9 region?

spbnick commented 7 years ago

@Miridyan I believe you can do that through xinput settings, namely coordinate transformation matrix.

kolrabi commented 6 years ago

Can you people check out #85 and see if that makes the tablet work better "out of the box"?

C4duceus commented 6 years ago

Hey guys, I recently purchased an Inspiroy Q11K. Though I am not a programmer by any means, I'd like to contribute to this project in any way I can.

jmarct commented 6 years ago

Hello. I want to buy an Huion Q11 to use with Blender on Linux Mint 18.3 KDE. Can you confirm (or not) that it will be working. Thank you. Jean Marc

konachan700 commented 6 years ago

Hello! It's work, but all user buttons are hardcoded.

2018-03-06 12:32 GMT+03:00 jmarct notifications@github.com:

Hello. I want to buy an Huion Q11 to use with Blender on Linux Mint 18.3 KDE. Can you confirm (or not) that it will be working. Thank you. Jean Marc

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DIGImend/digimend-kernel-drivers/issues/76#issuecomment-370719556, or mute the thread https://github.com/notifications/unsubscribe-auth/AH3hs4ViefOrqXw41LDZ2HkY3TJmSF9oks5tblejgaJpZM4PnpxL .

jmarct commented 6 years ago

Thank for the fast answer.

jeanollion commented 6 years ago

First of all thanks a lot to @konachan700 and all the digimend team for the drivers. I have a Q11K, using the driver pointed by @konachan700 I can use the tablet & the 2 stylus button work perfectly (the stylus needs to be close to the tablet for it's buttons to work) However I don't know how to use the tablet's button. Under Krita, if I set a shortcut for a command (e.g "undo") using of of the button, the displayed shortcut is always "ctrl+ unknow caracter", and when I press the button the command is not run. How can I use the tablet's button under Krita? Thanks in advance

konachan700 commented 6 years ago

Hello! Driver has a conflict with hid-generic and with uclogic. You should be add tablet's vid&pid to "hid_have_special_driver" in "drivers/hid/hid-core.c" and rebiuld a kernel, or manually unbind a tablet from hid-generic every connect.

2018-04-27 8:02 GMT+03:00 Henry notifications@github.com:

I can't get @konachan700 https://github.com/konachan700 's method to work on my Solus OS distro. It had worked on Ubuntu when I tried it, but after switching, I'm not having any luck. Although the make and make install build, there's no response from my Q11k tablet. Any suggestions?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DIGImend/digimend-kernel-drivers/issues/76#issuecomment-384864799, or mute the thread https://github.com/notifications/unsubscribe-auth/AH3hs-jnxMpWLQgYNFvqFLzEseFh11unks5tsqZlgaJpZM4PnpxL .

Rabcor commented 6 years ago

Hello! Driver has a conflict with hid-generic and with uclogic. You should be add tablet's vid&pid to "hid_have_special_driver" in "drivers/hid/hid-core.c" and rebiuld a kernel, or manually unbind a tablet from hid-generic every connect. 2018-04-27 8:02 GMT+03:00 Henry notifications@github.com: I can't get @konachan700 https://github.com/konachan700 's method to work on my Solus OS distro. It had worked on Ubuntu when I tried it, but after switching, I'm not having any luck. Although the make and make install build, there's no response from my Q11k tablet. Any suggestions? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#76 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AH3hs-jnxMpWLQgYNFvqFLzEseFh11unks5tsqZlgaJpZM4PnpxL .

Can you specify how to unbind the tablet from hid-generic? It sounds like it'd be fairly simple to automate it with udev rules maybe. A lot simpler of a deal than patching the kernel at least.

As for patching the kernel, I tried to make a patch for it https://pastebin.com/kzyQBQBs (not sure if it's correctly done, can you verify?)

spbnick commented 6 years ago

@Rabcor, regarding rebinding, see https://github.com/DIGImend/digimend-kernel-drivers/blob/master/hid-rebind

Rabcor commented 6 years ago

@spbnick thanks that looks like something that would do the trick, 1 question though.

Will (should) that script work as is for the huion tablet in question? (E.g. if I just make that UDEV rule for that device) and the driver in question; or will I need to edit the file?

Edit: well, I never tried the hid-rebind script, but I seem to have managed to get it working right without using the script nor modifying the kernel. On kernel 4.14 (manjaro) seemingly works perfectly so far in conjunction with the xf86-wacom driver.

LuciusTalane commented 6 years ago

Greetings great people, I am really new at Ubuntu (this month new) I tried to follow most of the steps in the post but I'm not able to replicate the results or I get different ones when trying to identify the tablet, if you don't mind I'd love you to check my .txt about "lsusb" and "uclogic-probe" I tried @konachan700 drivers but I'm not able to install them as I get some permission errors and I'm kinda stuck, I'll proceed to post my txt file and I hope I can make it work with your help, I'm really exited about Ubuntu, but I really need my tablet for work. thanks in advance. UclogicHuionLucius.txt

LuciusTalane commented 6 years ago

update: I managed to install @konachan700 drivers posted above, but the tablet is not recognized yet: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 004: ID 0c45:5204 Microdia Bus 001 Device 003: ID 256c:006e
Bus 001 Device 002: ID 04d9:fa56 Holtek Semiconductor, Inc. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub It continues in blank with "lsusb"

Rabcor commented 6 years ago

It continues in blank with "lsusb"

Sure... but did you try actually using it? (It's also quite important that you create that xorg config file suggested above, and install the xf86-input-wacom driver too)

LuciusTalane commented 6 years ago

It continues in blank with "lsusb"

Sure... but did you try actually using it? (It's also quite important that you create that xorg config file suggested above, and install the xf86-input-wacom driver too)

Sure I tried, no response at all, I installed the xf86 wacom driver, and I tried to follow the steps shown above, but it seems I'm doing something wrong.

Rabcor commented 6 years ago

It continues in blank with "lsusb"

Sure... but did you try actually using it? (It's also quite important that you create that xorg config file suggested above, and install the xf86-input-wacom driver too)

Sure I tried, no response at all, I installed the xf86 wacom driver, and I tried to follow the steps shown above, but it seems I'm doing something wrong.

Hmm, allright, try doing what I did.

0: install xf86-input-wacom and set the xorg conf thing 1: install digimend (may need to be installed from git, you may need a more recent version of it than you currently have) 2: install konachan's driver (make sure you use make & make install) 3: reboot & test 4: if it doesn't work you may need to patch the kernel (read the readme on konachan's drivers for details) or use the script @spbnick linked to earlier (the one which I sadly couldn't figure out how to use) 5: if it still doesn't work after that (unlikely) you might need to use another distro (try manjaro, it's a much better distro for installing packages that aren't officially supported thanks to the access to AUR and stuff, also better optimized kernel and whatnot)

You're doing pretty good for someone who just started using linux, it's only a pain in the ass when you first set it up, after you finally configure it and get everything working it'll run like a charm ;)

LuciusTalane commented 6 years ago

It continues in blank with "lsusb"

Sure... but did you try actually using it? (It's also quite important that you create that xorg config file suggested above, and install the xf86-input-wacom driver too)

Sure I tried, no response at all, I installed the xf86 wacom driver, and I tried to follow the steps shown above, but it seems I'm doing something wrong.

Hmm, allright, try doing what I did.

0: install xf86-input-wacom and set the xorg conf thing 1: install digimend (may need to be installed from git, you may need a more recent version of it than you currently have) 2: install konachan's driver (make sure you use make & make install) 3: reboot & test 4: if it doesn't work you may need to patch the kernel (read the readme on konachan's drivers for details) or use the script @spbnick linked to earlier (the one which I sadly couldn't figure out how to use) 5: if it still doesn't work after that (unlikely) you might need to use another distro (try manjaro, it's a much better distro for installing packages that aren't officially supported thanks to the access to AUR and stuff, also better optimized kernel and whatnot)

You're doing pretty good for someone who just started using linux, it's only a pain in the ass when you first set it up, after you finally configure it and get everything working it'll run like a charm ;)

Long read ahead: Thank you for the words I appreciate it, quick update about my current state, I will make a summary in form of a list for any interested: The tablet works now - but only in wired mode (I might missed something).

I haven't touched anything yet but I was using the front usb ports, I tried the back ones and worked in my current state.

Tried on Krita and Gimp, the pressure is working good so far.

One issue so far that catches my attention is when I take away the pen from the tablet (proximity detection) it makes right click every time. Example at krita: I select some brush and start drawing, the second I take away the pen from the tablet to a minimum distance it makes the right click function which in Krita is to select another brush. At gimp right clicking opens properties. (still its a huge step because I can start working and test how designing works at linux).

OS related: I was using manjaro weeks ago but my GPU (AMD Rx550 4g) had driver issues, from what I understood is that manjaro failed to recognize the proper driver, using one that is incompatible forcing the monitor to be in rest mode or sometimes using wrong drivers (not the ones recommended for me which I manually installed) and making the experience clumsy. Making a research and watching videos (including The linux gamer at youtube) several people including him had or have issues with AMD GPUs at Manjaro, because the official AMDPRO linux drivers are available and more stable at Ubuntu based distros , for what I understood actually, I don't know better(so far it works flawlessly and even at the same level in games using steamplay).

What I have so far:

konachan700 Drivers. digimend, 6, 4.15.0-38-generic, x86_64: installed(I think it’s updated). David Revoy (https://www.davidrevoy.com/article331/setup-huion-giano-wh1409-tablet-on-linux-mint-18-1-ubuntu-16-04#c0331-1513) first steps because I failed at “Call your text-editor in admin mode”(sudo xed /usr/share/X11/xorg.conf.d/50-huion.conf) it returns (sudo: xed: command not found) for me. Libwacom: I thik I installed properly, the command returns ($ xsetwacom --list devices Huion Q11K Tablet stylus id: 12 type: STYLUS ) which is my tablet but I have no idea how to edit preferences. Xorg thingy: I tried to follow the steps mentioned from “davidrevoy.com/article331” but at the part of -Add a custom X11 rules: I got (xed: command not found) as mentioned early, what I did? I created manually what he proposed but manually, I created a xorg.conf.d file using his tablet code at the same location(/usr/share/X11/xorg.conf.d/50-huion.conf). I literally have no idea if that’s okay to do but that’s what I have so far. Ximput - -list: I don’t know if it is okay but I have two entries about the tablet and one is recognized as keyboard ( ⎜
↳ Huion Q11K Tablet stylus id=12 [slave pointer (2)] ⎜ ↳ SONiX USB DEVICE id=14 [slave pointer (2)] ⎜ ↳ Huion Q11K Keyboard ).

I’ll try to fix what I did wrong or re-follow the steps to see If I’m missing something, for now is workable and I’m happy because I have no results yesterday and now I have pressure levels. The wireless mode does not work so far and it would be great if it did. Buttons I did not test so far because I mostly use keyboard shortcuts even at windows. Thank you for reading (English is not my main Language).

LuciusTalane commented 6 years ago

Good news update: Wireless: after a restart, unplug and plug of the tablet, the wireless started to work. Pressure: I had some vibration on the tablet detection in wired mode, wireless works great. Buttons: 2 or 3 buttons are working (more testing needed). more than I need anyways so I'm happy so far. conf: I changed my config to the one posted by @Hideaki974. Thanks to all of you for help the artist community because of your hard work on the drivers. I'll be checking for updates for the Q11K from now on. personal question: I dont know about other tablets on linux, but will be possible in the future to have some UI for the tablet configuration? would be great. In any case, I'll proceed to further testing on my tablet and I hope you all have a great week. Thanks again.

Rabcor commented 6 years ago

@LuciusTalane there already is a UI configuration for the Wacom drivers, which you are using, but they only exist in some desktop environments (only ones I know are Gnome and KDE)

I recommend you use it to set the 'force proportions' option at least.

Although ironically now I'm the one having issues making it work with the 4.18 kernel lol (worked fine on 4.14) the konachan drivers do not want to compile on the 4.18 (and 4.19) kernel.

LuciusTalane commented 6 years ago

Same here, worked just fine and now is not detected anymore, I shall do more testing.

Rabcor commented 6 years ago

Same here, worked just fine and now is not detected anymore, I shall do more testing.

Well if you switch kernels you (probably) have to recompile the driver against that kernel's headers. I never had any issues with this driver on 4.14 kernel, it just worked.

Edit: I even just now tested it, went to 4.14, compiled and installed the driver, rebooted and it just worked (the device never shows up under lsusb but does show under xsetwacom --list devices)

I have no idea why it won't compile on 4.18.

LuciusTalane commented 6 years ago

Sometimes my tablet appears at "xinput --list" with name and model, but if so, it does not appear at all at "xsetwacom --list", and sometimes neither of the commands show it (and the tablet does not work obviously). Restarted the session, unpluged and pluged the usb again, and the tablet shows up in either of the two commands (xinput and xsetwacom) and works, I find it pretty strange and annoying, but at least I can design(when it works). there should be better options coming from the companies who sell graphic tablets by now, it's 2018 and we keep struggling. Anyways I'm truly grateful that I found this git, I'll keep checking it to configure it the best way possible :+1:

LuciusTalane commented 6 years ago

@LuciusTalane there already is a UI configuration for the Wacom drivers, which you are using, but they only exist in some desktop environments (only ones I know are Gnome and KDE)

I recommend you use it to set the 'force proportions' option at least.

Although ironically now I'm the one having issues making it work with the 4.18 kernel lol (worked fine on 4.14) the konachan drivers do not want to compile on the 4.18 (and 4.19) kernel.

There is one installed and updated in my Ubuntu, I'm using gnome, but it says there is no tablet detected, And I tried another from the software shop thingy, also did not work.

Rabcor commented 6 years ago

I am on manjaro so something might be a bit different there, anyhow I found out why it won't compile on 4.18, it's this patch: https://lore.kernel.org/patchwork/patch/935088/

Meaning this line: hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT;

In q11k_device.c is the cause of the failure to comiple. I am not a real programmer though (I mean I know some python and C# basically) so I don't know if it's safe to remove or if there's something I should replace it with.

Update: I replaced it with this line: hdev->quirks |= BIT(8);

And it would compile properly. (And also it works perfectly again for me :smile: )

Edit: @LuciusTalane do you have the huion Q11k or Q11k V2? And also as I said, mine just works wirelessly, even when it is turned off I can see it in the xinput --list or xsetwacom --list devices.

LuciusTalane commented 6 years ago

I am on manjaro so something might be a bit different there, anyhow I found out why it won't compile on 4.18, it's this patch: https://lore.kernel.org/patchwork/patch/935088/

Meaning this line: hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT;

In q11k_device.c is the cause of the failure to comiple. I am not a real programmer though (I mean I know some python and C# basically) so I don't know if it's safe to remove or if there's something I should replace it with.

Update: I replaced it with this line: hdev->quirks |= BIT(8);

And it would compile properly. (And also it works perfectly again for me smile )

Edit: @LuciusTalane do you have the huion Q11k or Q11k V2? And also as I said, mine just works wirelessly, even when it is turned off I can see it in the xinput --list or xsetwacom --list devices.

hello again, thanks for the update, I have the Q11K (first version) it works wireless for me also, and it's detected most of the time but sometimes it's not detected at all as I mentioned. Where do I edit those lines? I installed so much things I'm kinda lost right now

Edit: Needless to say, even like this I can work properly with a good pressure detection and 2 buttons, so I'm more than grateful so far :)

Rabcor commented 6 years ago

I am on manjaro so something might be a bit different there, anyhow I found out why it won't compile on 4.18, it's this patch: https://lore.kernel.org/patchwork/patch/935088/ Meaning this line: hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT; In q11k_device.c is the cause of the failure to comiple. I am not a real programmer though (I mean I know some python and C# basically) so I don't know if it's safe to remove or if there's something I should replace it with. Update: I replaced it with this line: hdev->quirks |= BIT(8); And it would compile properly. (And also it works perfectly again for me smile ) Edit: @LuciusTalane do you have the huion Q11k or Q11k V2? And also as I said, mine just works wirelessly, even when it is turned off I can see it in the xinput --list or xsetwacom --list devices.

hello again, thanks for the update, I have the Q11K (first version) it works wireless for me also, and it's detected most of the time but sometimes it's not detected at all as I mentioned. Where do I edit those lines? I installed so much things I'm kinda lost right now

Edit: Needless to say, even like this I can work properly with a good pressure detection and 2 buttons, so I'm more than grateful so far :)

You're not hearing me, this was a compilation issue, if you managed to install the driver your problem is something else, I already told you this... And I already told you what file to edit, in the source code, for konachan's q11k driver, you would edit that source file before you run the make && make install commands.

I have not encountered the issue with the tablet not being detected sometimes. This will not solve the detection issue you are having.

spbnick commented 6 years ago

@Rabcor, please have some patience. It's easy to get lost in these details and get confused, especially for newbies, like @LuciusTalane says he is. I know it's frustrating when people don't get what you're saying (trust me), but let's not start snapping at each other.

LuciusTalane commented 6 years ago

@Rabcor, please have some patience. It's easy to get lost in these details and get confused, especially for newbies, like @LuciusTalane says he is. I know it's frustrating when people don't get what you're saying (trust me), but let's not start snapping at each other.

I get lost sometimes when people mentions some standard linux commands (Like when I did not know he was talking about the kachan drive's source to edit that specific line, but now I get it). but I also get @Rabcor I should pay more attention.

Good news so far: The tablet is working better and it gets detected every time. I'll keep paying attention to this git post nonetheless. Thank you all again

stefanv commented 5 years ago

I just unpacked my new q11k, and also could not get it detected with v9 of the drivers (from current git master). So here are the Wireshark logs, the uclogic-probe, and the usbhid-dump on my system. Apologies if this has already been provided, I wasn't 100% sure about the current status from all the comments above.

I'm running Debian Linux 4.17.0-3-amd64.

``` uclogic-tools-master $ sudo ./uclogic-probe 1 62 S C8 13 03 48 DA 00 6D 88 00 FF 1F D8 13 03 08 00 00 00 00 43 S C9 24 03 48 00 55 00 49 00 4F 00 4E 00 5F 00 54 00 31 00 36 00 34 00 5F 00 31 00 37 00 30 00 39 00 30 00 38 00 S CA 46 03 48 00 55 00 49 00 4F 00 4E 00 20 00 41 00 6E 00 69 00 6D 00 61 00 74 00 69 00 6F 00 6E 00 20 00 54 00 65 00 63 00 68 00 6E 00 6F 00 6C 00 6F 00 67 00 79 00 20 00 43 00 6F 00 2E 00 2C 00 6C 00 74 00 64 00 uclogic-tools-master $ sudo usbhid-dump -es Starting dumping interrupt transfer stream with 1 minute timeout. 001:062:000:STREAM 1543553547.788304 08 80 62 6E 51 4E 00 00 00 00 00 00 001:062:000:STREAM 1543553547.790243 08 80 62 6E 51 4E 00 00 00 00 00 00 001:062:000:STREAM 1543553547.794302 08 80 A9 34 13 2D 00 00 00 00 00 00 001:062:000:STREAM 1543553547.796255 08 80 8B 34 CC 2C 00 00 00 00 00 00 001:062:000:STREAM 1543553547.800297 08 80 A6 34 AD 2C 00 00 00 00 00 00 001:062:000:STREAM 1543553547.804330 08 80 D6 34 69 2C 00 00 00 00 00 00 001:062:000:STREAM 1543553547.806290 08 80 11 35 21 2C 00 00 00 00 00 00 001:062:000:STREAM 1543553547.810363 08 80 4B 35 E4 2B 00 00 00 00 00 00 001:062:000:STREAM 1543553547.814304 08 80 91 35 A5 2B 00 00 00 00 00 00 001:062:000:STREAM 1543553547.816481 08 80 DE 35 67 2B 00 00 00 00 00 00 001:062:000:STREAM 1543553547.820273 08 80 32 36 25 2B 00 00 00 00 00 00 001:062:000:STREAM 1543553547.824464 08 80 8A 36 DC 2A 00 00 00 00 00 00 001:062:000:STREAM 1543553547.826457 08 80 E3 36 8A 2A 00 00 00 00 00 00 001:062:000:STREAM 1543553547.830397 08 80 3D 37 3C 2A 00 00 00 00 00 00 001:062:000:STREAM 1543553547.834346 08 80 81 37 00 2A 00 00 00 00 00 00 001:062:000:STREAM 1543553547.836381 08 80 BD 37 CA 29 00 00 00 00 00 00 001:062:000:STREAM 1543553547.840366 08 80 FA 37 93 29 00 00 00 00 00 00 001:062:000:STREAM 1543553547.842374 08 80 3E 38 57 29 00 00 00 00 00 00 001:062:000:STREAM 1543553547.846391 08 80 88 38 18 29 00 00 00 00 00 00 001:062:000:STREAM 1543553547.850323 08 80 D9 38 D3 28 00 00 00 00 00 00 001:062:000:STREAM 1543553547.852333 08 80 33 39 8B 28 00 00 00 00 00 00 001:062:000:STREAM 1543553547.856375 08 80 96 39 40 28 00 00 00 00 00 00 001:062:000:STREAM 1543553547.860352 08 80 01 3A F2 27 00 00 00 00 00 00 001:062:000:STREAM 1543553547.862374 08 80 72 3A A3 27 00 00 00 00 00 00 001:062:000:STREAM 1543553547.866337 08 80 EB 3A 52 27 00 00 00 00 00 00 001:062:000:STREAM 1543553547.870666 08 80 64 3B 02 27 00 00 00 00 00 00 001:062:000:STREAM 1543553547.872372 08 80 E0 3B B4 26 00 00 00 00 00 00 001:062:000:STREAM 1543553547.876322 08 80 5E 3C 67 26 00 00 00 00 00 00 001:062:000:STREAM 1543553547.878424 08 80 DE 3C 1A 26 00 00 00 00 00 00 001:062:000:STREAM 1543553547.882388 08 80 60 3D CE 25 00 00 00 00 00 00 001:062:000:STREAM 1543553547.886361 08 80 E5 3D 83 25 00 00 00 00 00 00 001:062:000:STREAM 1543553547.888376 08 80 6E 3E 35 25 00 00 00 00 00 00 001:062:000:STREAM 1543553547.892333 08 80 FB 3E E6 24 00 00 00 00 00 00 001:062:000:STREAM 1543553547.896418 08 80 8A 3F 98 24 00 00 00 00 00 00 001:062:000:STREAM 1543553547.898367 08 80 1B 40 4A 24 00 00 00 00 00 00 001:062:000:STREAM 1543553547.902356 08 80 AC 40 00 24 00 00 00 00 00 00 001:062:000:STREAM 1543553547.906369 08 80 3D 41 B6 23 00 00 00 00 00 00 001:062:000:STREAM 1543553547.908371 08 80 CD 41 6E 23 00 00 00 00 00 00 001:062:000:STREAM 1543553547.912344 08 80 5D 42 29 23 00 00 00 00 00 00 001:062:000:STREAM 1543553547.916624 08 80 EE 42 E4 22 00 00 00 00 00 00 001:062:000:STREAM 1543553547.918431 08 80 80 43 A1 22 00 00 00 00 00 00 001:062:000:STREAM 1543553547.922349 08 80 18 44 60 22 00 00 00 00 00 00 001:062:000:STREAM 1543553547.924331 08 80 B2 44 20 22 00 00 00 00 00 00 001:062:000:STREAM 1543553547.928381 08 80 4E 45 E2 21 00 00 00 00 00 00 001:062:000:STREAM 1543553547.932621 08 80 EA 45 A6 21 00 00 00 00 00 00 001:062:000:STREAM 1543553547.934361 08 80 83 46 6B 21 00 00 00 00 00 00 001:062:000:STREAM 1543553547.938384 08 80 1C 47 2F 21 00 00 00 00 00 00 001:062:000:STREAM 1543553547.943434 08 80 B3 47 F3 20 00 00 00 00 00 00 001:062:000:STREAM 1543553547.944351 08 80 4A 48 B5 20 00 00 00 00 00 00 001:062:000:STREAM 1543553547.948405 08 80 E1 48 77 20 00 00 00 00 00 00 001:062:000:STREAM 1543553547.952356 08 80 77 49 35 20 00 00 00 00 00 00 001:062:000:STREAM 1543553547.954397 08 80 09 4A F3 1F 00 00 00 00 00 00 001:062:000:STREAM 1543553547.958917 08 81 92 4A B0 1F 52 00 00 00 00 00 001:062:000:STREAM 1543553547.962358 08 81 0D 4B 68 1F DB 01 00 00 00 00 001:062:000:STREAM 1543553547.964343 08 81 76 4B 1A 1F DA 03 00 00 00 00 001:062:000:STREAM 1543553547.968296 08 81 CE 4B C3 1E 84 05 00 00 00 00 001:062:000:STREAM 1543553547.970344 08 81 17 4C 62 1E CD 06 00 00 00 00 001:062:000:STREAM 1543553547.974387 08 81 52 4C FE 1D A4 07 00 00 00 00 001:062:000:STREAM 1543553547.978632 08 81 82 4C 97 1D 28 08 00 00 00 00 001:062:000:STREAM 1543553547.980428 08 81 A7 4C 32 1D 77 08 00 00 00 00 001:062:000:STREAM 1543553547.984334 08 81 C2 4C D1 1C A2 08 00 00 00 00 001:062:000:STREAM 1543553547.988396 08 81 D2 4C 75 1C B0 08 00 00 00 00 001:062:000:STREAM 1543553547.990589 08 81 D7 4C 1C 1C B1 08 00 00 00 00 001:062:000:STREAM 1543553547.994363 08 81 D1 4C C7 1B A9 08 00 00 00 00 001:062:000:STREAM 1543553547.998386 08 81 C1 4C 71 1B A4 08 00 00 00 00 001:062:000:STREAM 1543553548.000443 08 81 A7 4C 1A 1B 9F 08 00 00 00 00 001:062:000:STREAM 1543553548.004369 08 81 82 4C C1 1A 9B 08 00 00 00 00 001:062:000:STREAM 1543553548.008370 08 81 54 4C 67 1A 9C 08 00 00 00 00 001:062:000:STREAM 1543553548.010316 08 81 1C 4C 0D 1A 9C 08 00 00 00 00 001:062:000:STREAM 1543553548.014367 08 81 DB 4B B4 19 9D 08 00 00 00 00 001:062:000:STREAM 1543553548.018375 08 81 92 4B 5D 19 A0 08 00 00 00 00 001:062:000:STREAM 1543553548.020402 08 81 42 4B 0B 19 A1 08 00 00 00 00 001:062:000:STREAM 1543553548.024416 08 81 EC 4A BC 18 A1 08 00 00 00 00 001:062:000:STREAM 1543553548.026383 08 81 8D 4A 70 18 A1 08 00 00 00 00 001:062:000:STREAM 1543553548.030304 08 81 27 4A 2B 18 A1 08 00 00 00 00 001:062:000:STREAM 1543553548.034367 08 81 BA 49 EC 17 A4 08 00 00 00 00 001:062:000:STREAM 1543553548.036413 08 81 45 49 B3 17 AD 08 00 00 00 00 001:062:000:STREAM 1543553548.040395 08 81 C3 48 80 17 BE 08 00 00 00 00 001:062:000:STREAM 1543553548.044413 08 81 36 48 54 17 D8 08 00 00 00 00 001:062:000:STREAM 1543553548.046379 08 81 9C 47 30 17 F9 08 00 00 00 00 001:062:000:STREAM 1543553548.050510 08 81 F5 46 14 17 1D 09 00 00 00 00 001:062:000:STREAM 1543553548.054323 08 81 43 46 FF 16 42 09 00 00 00 00 001:062:000:STREAM 1543553548.056373 08 81 87 45 F3 16 6A 09 00 00 00 00 001:062:000:STREAM 1543553548.060389 08 81 BD 44 F0 16 98 09 00 00 00 00 001:062:000:STREAM 1543553548.064333 08 81 E4 43 F8 16 C8 09 00 00 00 00 001:062:000:STREAM 1543553548.066281 08 81 F8 42 0D 17 F6 09 00 00 00 00 001:062:000:STREAM 1543553548.070360 08 81 F6 41 2F 17 21 0A 00 00 00 00 001:062:000:STREAM 1543553548.074482 08 81 E0 40 61 17 41 0A 00 00 00 00 001:062:000:STREAM 1543553548.076402 08 81 B6 3F A6 17 59 0A 00 00 00 00 001:062:000:STREAM 1543553548.080389 08 81 80 3E 00 18 71 0A 00 00 00 00 001:062:000:STREAM 1543553548.082320 08 81 39 3D 70 18 87 0A 00 00 00 00 001:062:000:STREAM 1543553548.086328 08 81 E6 3B F4 18 9C 0A 00 00 00 00 001:062:000:STREAM 1543553548.090360 08 81 89 3A 8C 19 B0 0A 00 00 00 00 001:062:000:STREAM 1543553548.092420 08 81 26 39 31 1A CB 0A 00 00 00 00 001:062:000:STREAM 1543553548.096363 08 81 C1 37 E2 1A F3 0A 00 00 00 00 001:062:000:STREAM 1543553548.100310 08 81 5B 36 A4 1B 33 0B 00 00 00 00 001:062:000:STREAM 1543553548.102589 08 81 F8 34 79 1C 8D 0B 00 00 00 00 001:062:000:STREAM 1543553548.106281 08 81 99 33 61 1D F9 0B 00 00 00 00 001:062:000:STREAM 1543553548.110483 08 81 3D 32 57 1E 72 0C 00 00 00 00 001:062:000:STREAM 1543553548.112394 08 81 E8 30 5B 1F EB 0C 00 00 00 00 001:062:000:STREAM 1543553548.116554 08 81 99 2F 6D 20 58 0D 00 00 00 00 001:062:000:STREAM 1543553548.120312 08 81 50 2E 92 21 AF 0D 00 00 00 00 001:062:000:STREAM 1543553548.122314 08 81 14 2D C8 22 04 0E 00 00 00 00 001:062:000:STREAM 1543553548.126340 08 81 E1 2B 13 24 86 0E 00 00 00 00 001:062:000:STREAM 1543553548.130360 08 81 BD 2A 70 25 04 0F 00 00 00 00 001:062:000:STREAM 1543553548.132367 08 81 AD 29 DE 26 61 0F 00 00 00 00 001:062:000:STREAM 1543553548.136507 08 81 AB 28 59 28 A0 0F 00 00 00 00 001:062:000:STREAM 1543553548.138332 08 81 B2 27 E3 29 CA 0F 00 00 00 00 001:062:000:STREAM 1543553548.142369 08 81 CA 26 6F 2B E3 0F 00 00 00 00 001:062:000:STREAM 1543553548.146364 08 81 F5 25 F2 2C F3 0F 00 00 00 00 001:062:000:STREAM 1543553548.149429 08 81 35 25 6C 2E 03 10 00 00 00 00 001:062:000:STREAM 1543553548.152345 08 81 8D 24 DA 2F 1E 10 00 00 00 00 001:062:000:STREAM 1543553548.156315 08 81 F8 23 41 31 3F 10 00 00 00 00 001:062:000:STREAM 1543553548.158414 08 81 76 23 9D 32 77 10 00 00 00 00 001:062:000:STREAM 1543553548.162361 08 81 03 23 F4 33 CD 10 00 00 00 00 001:062:000:STREAM 1543553548.166321 08 81 A2 22 40 35 36 11 00 00 00 00 001:062:000:STREAM 1543553548.168341 08 81 50 22 85 36 A6 11 00 00 00 00 001:062:000:STREAM 1543553548.172373 08 81 0D 22 C3 37 17 12 00 00 00 00 001:062:000:STREAM 1543553548.176398 08 81 DA 21 FF 38 79 12 00 00 00 00 001:062:000:STREAM 1543553548.178321 08 81 B7 21 34 3A DA 12 00 00 00 00 001:062:000:STREAM 1543553548.182371 08 81 A5 21 5E 3B 2F 13 00 00 00 00 001:062:000:STREAM 1543553548.186342 08 81 A3 21 84 3C 88 13 00 00 00 00 001:062:000:STREAM 1543553548.188352 08 81 B2 21 A5 3D D0 13 00 00 00 00 001:062:000:STREAM 1543553548.192447 08 81 D1 21 BE 3E 06 14 00 00 00 00 001:062:000:STREAM 1543553548.194647 08 81 00 22 D1 3F 30 14 00 00 00 00 001:062:000:STREAM 1543553548.198359 08 81 3D 22 D6 40 52 14 00 00 00 00 001:062:000:STREAM 1543553548.203469 08 81 89 22 D6 41 6E 14 00 00 00 00 001:062:000:STREAM 1543553548.204392 08 81 E4 22 CD 42 8B 14 00 00 00 00 001:062:000:STREAM 1543553548.208584 08 81 4F 23 B8 43 AD 14 00 00 00 00 001:062:000:STREAM 1543553548.212415 08 81 CB 23 97 44 D9 14 00 00 00 00 001:062:000:STREAM 1543553548.214284 08 81 58 24 68 45 0D 15 00 00 00 00 001:062:000:STREAM 1543553548.218319 08 81 F6 24 2D 46 46 15 00 00 00 00 001:062:000:STREAM 1543553548.222294 08 81 A4 25 E7 46 84 15 00 00 00 00 001:062:000:STREAM 1543553548.224365 08 81 5E 26 9C 47 C1 15 00 00 00 00 001:062:000:STREAM 1543553548.228328 08 81 27 27 4B 48 FD 15 00 00 00 00 001:062:000:STREAM 1543553548.232400 08 81 02 28 F4 48 43 16 00 00 00 00 001:062:000:STREAM 1543553548.234387 08 81 EB 28 94 49 8C 16 00 00 00 00 001:062:000:STREAM 1543553548.238339 08 81 E3 29 27 4A E1 16 00 00 00 00 001:062:000:STREAM 1543553548.242368 08 81 E8 2A AF 4A 46 17 00 00 00 00 001:062:000:STREAM 1543553548.244344 08 81 F9 2B 29 4B AB 17 00 00 00 00 001:062:000:STREAM 1543553548.248361 08 81 18 2D 98 4B 0F 18 00 00 00 00 001:062:000:STREAM 1543553548.250366 08 81 43 2E FA 4B 70 18 00 00 00 00 001:062:000:STREAM 1543553548.254261 08 81 7C 2F 52 4C BF 18 00 00 00 00 001:062:000:STREAM 1543553548.258272 08 81 BC 30 9E 4C FD 18 00 00 00 00 001:062:000:STREAM 1543553548.260696 08 81 03 32 DE 4C 34 19 00 00 00 00 001:062:000:STREAM 1543553548.264326 08 81 53 33 14 4D 60 19 00 00 00 00 001:062:000:STREAM 1543553548.268390 08 81 A8 34 3E 4D 8A 19 00 00 00 00 001:062:000:STREAM 1543553548.270381 08 81 04 36 5E 4D B3 19 00 00 00 00 001:062:000:STREAM 1543553548.274351 08 81 66 37 73 4D D1 19 00 00 00 00 001:062:000:STREAM 1543553548.278357 08 81 C9 38 7E 4D E9 19 00 00 00 00 001:062:000:STREAM 1543553548.280362 08 81 2E 3A 7F 4D F7 19 00 00 00 00 001:062:000:STREAM 1543553548.284287 08 81 95 3B 76 4D 05 1A 00 00 00 00 001:062:000:STREAM 1543553548.288353 08 81 F9 3C 62 4D 14 1A 00 00 00 00 001:062:000:STREAM 1543553548.290342 08 81 5C 3E 42 4D 20 1A 00 00 00 00 001:062:000:STREAM 1543553548.294307 08 81 C0 3F 19 4D 24 1A 00 00 00 00 001:062:000:STREAM 1543553548.298387 08 81 22 41 E4 4C 25 1A 00 00 00 00 001:062:000:STREAM 1543553548.300481 08 81 84 42 A5 4C 2D 1A 00 00 00 00 001:062:000:STREAM 1543553548.304529 08 81 E4 43 5A 4C 2F 1A 00 00 00 00 001:062:000:STREAM 1543553548.306366 08 81 44 45 04 4C 30 1A 00 00 00 00 001:062:000:STREAM 1543553548.310394 08 81 AA 46 A2 4B 30 1A 00 00 00 00 001:062:000:STREAM 1543553548.315834 08 81 0B 48 34 4B 33 1A 00 00 00 00 001:062:000:STREAM 1543553548.316304 08 81 68 49 BC 4A 34 1A 00 00 00 00 001:062:000:STREAM 1543553548.320311 08 81 C5 4A 3A 4A 2B 1A 00 00 00 00 001:062:000:STREAM 1543553548.325265 08 81 19 4C B2 49 14 1A 00 00 00 00 001:062:000:STREAM 1543553548.326336 08 81 66 4D 28 49 F1 19 00 00 00 00 001:062:000:STREAM 1543553548.330505 08 81 AE 4E 9B 48 C7 19 00 00 00 00 001:062:000:STREAM 1543553548.334380 08 81 ED 4F 0D 48 91 19 00 00 00 00 001:062:000:STREAM 1543553548.336359 08 81 27 51 7A 47 57 19 00 00 00 00 001:062:000:STREAM 1543553548.340362 08 81 5A 52 E5 46 1C 19 00 00 00 00 001:062:000:STREAM 1543553548.344382 08 81 82 53 48 46 D3 18 00 00 00 00 001:062:000:STREAM 1543553548.346363 08 81 A3 54 A7 45 72 18 00 00 00 00 001:062:000:STREAM 1543553548.350343 08 81 BE 55 FD 44 E7 17 00 00 00 00 001:062:000:STREAM 1543553548.354320 08 81 D1 56 4B 44 79 17 00 00 00 00 001:062:000:STREAM 1543553548.356377 08 81 DD 57 94 43 08 17 00 00 00 00 001:062:000:STREAM 1543553548.360461 08 81 DC 58 D7 42 6A 16 00 00 00 00 001:062:000:STREAM 1543553548.362983 08 81 CE 59 12 42 B3 15 00 00 00 00 001:062:000:STREAM 1543553548.366379 08 81 B2 5A 44 41 F1 14 00 00 00 00 001:062:000:STREAM 1543553548.370391 08 81 83 5B 6D 40 2F 14 00 00 00 00 001:062:000:STREAM 1543553548.372539 08 81 41 5C 90 3F 79 13 00 00 00 00 001:062:000:STREAM 1543553548.376376 08 81 EA 5C AF 3E E5 12 00 00 00 00 001:062:000:STREAM 1543553548.380355 08 81 80 5D CB 3D 86 12 00 00 00 00 001:062:000:STREAM 1543553548.382311 08 81 03 5E E4 3C 69 12 00 00 00 00 001:062:000:STREAM 1543553548.386340 08 81 6E 5E 02 3C BA 12 00 00 00 00 001:062:000:STREAM 1543553548.390447 08 81 C4 5E 25 3B B8 13 00 00 00 00 001:062:000:STREAM 1543553548.392404 08 81 03 5F 56 3A 16 15 00 00 00 00 001:062:000:STREAM 1543553548.396404 08 81 2B 5F 96 39 8F 16 00 00 00 00 001:062:000:STREAM 1543553548.400342 08 81 3E 5F E5 38 36 18 00 00 00 00 001:062:000:STREAM 1543553548.402329 08 81 3C 5F 41 38 BA 19 00 00 00 00 001:062:000:STREAM 1543553548.406353 08 81 24 5F A2 37 EF 1A 00 00 00 00 001:062:000:STREAM 1543553548.410345 08 81 F7 5E 08 37 DE 1B 00 00 00 00 001:062:000:STREAM 1543553548.412431 08 81 B3 5E 6F 36 A6 1C 00 00 00 00 001:062:000:STREAM 1543553548.416390 08 81 59 5E D5 35 53 1D 00 00 00 00 001:062:000:STREAM 1543553548.418366 08 81 E7 5D 3E 35 EA 1D 00 00 00 00 001:062:000:STREAM 1543553548.422449 08 81 59 5D A9 34 76 1E 00 00 00 00 001:062:000:STREAM 1543553548.426397 08 81 B2 5C 1A 34 F2 1E 00 00 00 00 001:062:000:STREAM 1543553548.428378 08 81 F0 5B 8E 33 54 1F 00 00 00 00 001:062:000:STREAM 1543553548.432505 08 81 19 5B 0D 33 99 1F 00 00 00 00 001:062:000:STREAM 1543553548.436439 08 81 2C 5A 97 32 BE 1F 00 00 00 00 001:062:000:STREAM 1543553548.438301 08 81 22 59 2B 32 CD 1F 00 00 00 00 001:062:000:STREAM 1543553548.442299 08 81 00 58 CC 31 C5 1F 00 00 00 00 001:062:000:STREAM 1543553548.446360 08 81 CB 56 7D 31 AB 1F 00 00 00 00 001:062:000:STREAM 1543553548.448334 08 81 82 55 3E 31 88 1F 00 00 00 00 001:062:000:STREAM 1543553548.452345 08 81 2C 54 0E 31 57 1F 00 00 00 00 001:062:000:STREAM 1543553548.456325 08 81 C7 52 F0 30 12 1F 00 00 00 00 001:062:000:STREAM 1543553548.458366 08 81 58 51 E2 30 AE 1E 00 00 00 00 001:062:000:STREAM 1543553548.462550 08 81 E3 4F E4 30 30 1E 00 00 00 00 001:062:000:STREAM 1543553548.466392 08 81 66 4E F6 30 A2 1D 00 00 00 00 001:062:000:STREAM 1543553548.468349 08 81 E6 4C 18 31 07 1D 00 00 00 00 001:062:000:STREAM 1543553548.472309 08 81 67 4B 49 31 5C 1C 00 00 00 00 001:062:000:STREAM 1543553548.474305 08 81 E5 49 88 31 8D 1B 00 00 00 00 001:062:000:STREAM 1543553548.478312 08 81 6F 48 D5 31 9E 1A 00 00 00 00 001:062:000:STREAM 1543553548.482503 08 81 07 47 2F 32 89 19 00 00 00 00 001:062:000:STREAM 1543553548.484334 08 81 AE 45 97 32 5B 18 00 00 00 00 001:062:000:STREAM 1543553548.488378 08 81 68 44 0F 33 FC 16 00 00 00 00 001:062:000:STREAM 1543553548.492506 08 81 34 43 93 33 55 15 00 00 00 00 001:062:000:STREAM 1543553548.494425 08 81 10 42 20 34 66 13 00 00 00 00 001:062:000:STREAM 1543553548.498304 08 81 0A 41 AF 34 51 11 00 00 00 00 001:062:000:STREAM 1543553548.502359 08 81 1E 40 3F 35 DA 0E 00 00 00 00 001:062:000:STREAM 1543553548.504358 08 81 4E 3F CF 35 0B 0C 00 00 00 00 001:062:000:STREAM 1543553548.508342 08 81 99 3E 60 36 AE 09 00 00 00 00 001:062:000:STREAM 1543553548.512668 08 81 FB 3D F5 36 55 07 00 00 00 00 001:062:000:STREAM 1543553548.514366 08 81 77 3D 95 37 23 05 00 00 00 00 001:062:000:STREAM 1543553548.518321 08 81 09 3D 3E 38 E0 02 00 00 00 00 001:062:000:STREAM 1543553548.522511 08 81 B1 3C ED 38 21 01 00 00 00 00 001:062:000:STREAM 1543553548.524323 08 80 6E 3C 9E 39 00 00 00 00 00 00 001:062:000:STREAM 1543553548.528320 08 80 3E 3C 49 3A 00 00 00 00 00 00 001:062:000:STREAM 1543553548.530678 08 80 20 3C ED 3A 00 00 00 00 00 00 001:062:000:STREAM 1543553548.534364 08 80 11 3C 88 3B 00 00 00 00 00 00 001:062:000:STREAM 1543553548.538330 08 80 0D 3C 18 3C 00 00 00 00 00 00 001:062:000:STREAM 1543553548.540319 08 80 10 3C A1 3C 00 00 00 00 00 00 001:062:000:STREAM 1543553548.544408 08 80 18 3C 25 3D 00 00 00 00 00 00 001:062:000:STREAM 1543553548.548364 08 80 22 3C A5 3D 00 00 00 00 00 00 001:062:000:STREAM 1543553548.550392 08 80 2D 3C 20 3E 00 00 00 00 00 00 001:062:000:STREAM 1543553548.554385 08 80 37 3C 96 3E 00 00 00 00 00 00 001:062:000:STREAM 1543553548.558376 08 80 3E 3C 04 3F 00 00 00 00 00 00 001:062:000:STREAM 1543553548.560383 08 80 42 3C 6F 3F 00 00 00 00 00 00 001:062:000:STREAM 1543553548.564307 08 80 42 3C D7 3F 00 00 00 00 00 00 001:062:000:STREAM 1543553548.566341 08 80 3E 3C 3E 40 00 00 00 00 00 00 001:062:000:STREAM 1543553548.570346 08 80 38 3C A5 40 00 00 00 00 00 00 001:062:000:STREAM 1543553548.574397 08 80 2F 3C 0D 41 00 00 00 00 00 00 001:062:000:STREAM 1543553548.576301 08 80 26 3C 73 41 00 00 00 00 00 00 001:062:000:STREAM 1543553548.580409 08 80 1D 3C CE 41 00 00 00 00 00 00 001:062:000:STREAM 1543553548.584374 08 80 15 3C 1F 42 00 00 00 00 00 00 001:062:000:STREAM 1543553548.587864 08 80 11 3C 69 42 00 00 00 00 00 00 001:062:000:STREAM 1543553548.590512 08 80 0E 3C A9 42 00 00 00 00 00 00 001:062:000:STREAM 1543553549.018384 08 80 0E 3C A9 42 00 00 00 00 00 00 001:062:000:STREAM 1543553549.020279 08 80 0E 3C A9 42 00 00 00 00 00 00 001:062:000:STREAM 1543553549.024319 08 80 79 42 58 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.026366 08 80 68 42 84 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.030276 08 80 50 42 92 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.034380 08 80 2B 42 AC 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.036369 08 80 00 42 C2 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.040402 08 80 D7 41 DA 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.044378 08 80 B2 41 F0 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.046315 08 80 81 41 08 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.050289 08 80 59 41 1F 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.054317 08 80 32 41 34 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.056328 08 80 10 41 4A 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.060369 08 80 F7 40 5D 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.064383 08 80 E6 40 6A 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.066344 08 80 DC 40 74 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.070337 08 80 D5 40 7C 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.072321 08 80 D1 40 82 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.076376 08 80 D0 40 88 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.080418 08 80 D2 40 8C 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.082382 08 80 D7 40 90 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.086346 08 80 E0 40 92 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.090415 08 80 EE 40 93 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.092445 08 80 03 41 92 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.096370 08 80 20 41 8E 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.100374 08 80 47 41 87 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.102277 08 80 7A 41 7C 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.106386 08 80 BC 41 6A 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.108382 08 80 11 42 51 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.112423 08 80 7B 42 2F 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.116402 08 81 F4 42 07 61 EA 00 00 00 00 00 001:062:000:STREAM 1543553549.118445 08 81 74 43 D9 60 3C 03 00 00 00 00 001:062:000:STREAM 1543553549.122425 08 81 FB 43 A8 60 14 06 00 00 00 00 001:062:000:STREAM 1543553549.126335 08 81 7A 44 77 60 8C 08 00 00 00 00 001:062:000:STREAM 1543553549.128353 08 81 EF 44 49 60 6E 0A 00 00 00 00 001:062:000:STREAM 1543553549.132302 08 81 61 45 1B 60 E7 0B 00 00 00 00 001:062:000:STREAM 1543553549.136639 08 81 D7 45 E6 5F C9 0C 00 00 00 00 001:062:000:STREAM 1543553549.138369 08 81 53 46 AA 5F 45 0D 00 00 00 00 001:062:000:STREAM 1543553549.142382 08 81 D5 46 66 5F 8E 0D 00 00 00 00 001:062:000:STREAM 1543553549.146471 08 81 60 47 17 5F C1 0D 00 00 00 00 001:062:000:STREAM 1543553549.148350 08 81 F2 47 C1 5E FD 0D 00 00 00 00 001:062:000:STREAM 1543553549.152704 08 81 8C 48 66 5E 4E 0E 00 00 00 00 001:062:000:STREAM 1543553549.156362 08 81 32 49 06 5E AC 0E 00 00 00 00 001:062:000:STREAM 1543553549.158360 08 81 E1 49 A3 5D 14 0F 00 00 00 00 001:062:000:STREAM 1543553549.162337 08 81 9A 4A 3E 5D 90 0F 00 00 00 00 001:062:000:STREAM 1543553549.164446 08 81 5C 4B D5 5C 2D 10 00 00 00 00 001:062:000:STREAM 1543553549.168414 08 81 27 4C 68 5C F4 10 00 00 00 00 001:062:000:STREAM 1543553549.172326 08 81 FB 4C F8 5B D3 11 00 00 00 00 001:062:000:STREAM 1543553549.174290 08 81 DD 4D 83 5B CB 12 00 00 00 00 001:062:000:STREAM 1543553549.178481 08 81 CE 4E 09 5B EF 13 00 00 00 00 001:062:000:STREAM 1543553549.182676 08 81 CE 4F 8A 5A 79 15 00 00 00 00 001:062:000:STREAM 1543553549.184325 08 81 DB 50 0A 5A B1 17 00 00 00 00 001:062:000:STREAM 1543553549.188356 08 81 FC 51 85 59 FB 19 00 00 00 00 001:062:000:STREAM 1543553549.192329 08 81 2E 53 FD 58 CD 1B 00 00 00 00 001:062:000:STREAM 1543553549.194299 08 81 73 54 71 58 1C 1D 00 00 00 00 001:062:000:STREAM 1543553549.198309 08 81 C9 55 DF 57 0A 1E 00 00 00 00 001:062:000:STREAM 1543553549.202348 08 81 2F 57 4A 57 BD 1E 00 00 00 00 001:062:000:STREAM 1543553549.204337 08 81 9C 58 B1 56 46 1F 00 00 00 00 001:062:000:STREAM 1543553549.208320 08 81 17 5A 11 56 AF 1F 00 00 00 00 001:062:000:STREAM 1543553549.212494 08 81 9F 5B 69 55 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.214391 08 81 31 5D BA 54 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.218369 08 81 CC 5E 08 54 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.220341 08 81 76 60 51 53 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.224565 08 81 2B 62 94 52 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.228357 08 81 E1 63 D2 51 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.230414 08 81 A0 65 07 51 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.234313 08 81 63 67 35 50 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.238354 08 81 21 69 61 4F FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.240360 08 81 DF 6A 8C 4E FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.244409 08 81 93 6C BD 4D FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.248415 08 81 37 6E F2 4C FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.250293 08 81 C8 6F 31 4C FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.254355 08 81 44 71 77 4B FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.258319 08 81 A5 72 CB 4A FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.260375 08 81 EE 73 2D 4A FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.264290 08 81 1A 75 A2 49 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.268330 08 81 29 76 2A 49 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.272242 08 81 17 77 C2 48 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.274380 08 81 E6 77 69 48 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.276454 08 81 96 78 1F 48 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.280397 08 81 2A 79 E3 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.284389 08 81 9F 79 B2 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.286352 08 81 FA 79 8D 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.290382 08 81 40 7A 6F 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.294381 08 81 73 7A 5A 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.296356 08 81 98 7A 4C 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.300342 08 81 B2 7A 42 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.304418 08 81 C5 7A 3B 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.306380 08 81 D1 7A 37 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.310427 08 81 D9 7A 34 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.314388 08 81 DE 7A 32 47 FF 1F 00 00 00 00 001:062:000:STREAM 1543553549.316389 08 81 E2 7A 31 47 BB 1F 00 00 00 00 001:062:000:STREAM 1543553549.320349 08 81 E5 7A 31 47 50 1E 00 00 00 00 001:062:000:STREAM 1543553549.324346 08 81 E7 7A 31 47 58 1C 00 00 00 00 001:062:000:STREAM 1543553549.326348 08 81 E9 7A 31 47 C2 19 00 00 00 00 001:062:000:STREAM 1543553549.330370 08 81 EA 7A 31 47 81 16 00 00 00 00 001:062:000:STREAM 1543553549.332452 08 81 EB 7A 31 47 CD 12 00 00 00 00 001:062:000:STREAM 1543553549.336429 08 81 EC 7A 31 47 D4 0E 00 00 00 00 001:062:000:STREAM 1543553549.340430 08 81 ED 7A 32 47 0A 0B 00 00 00 00 001:062:000:STREAM 1543553549.342389 08 81 ED 7A 33 47 84 07 00 00 00 00 001:062:000:STREAM 1543553549.346381 08 81 EC 7A 35 47 41 04 00 00 00 00 001:062:000:STREAM 1543553549.350354 08 81 EA 7A 38 47 D1 01 00 00 00 00 001:062:000:STREAM 1543553549.352398 08 80 E7 7A 3C 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.356310 08 80 E3 7A 42 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.360393 08 80 DE 7A 4D 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.363249 08 80 D7 7A 5D 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.366325 08 80 CF 7A 71 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.370449 08 80 C6 7A 8B 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.372369 08 80 BC 7A A9 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.376497 08 80 B1 7A CC 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.378355 08 80 A5 7A F5 47 00 00 00 00 00 00 001:062:000:STREAM 1543553549.382471 08 80 97 7A 23 48 00 00 00 00 00 00 001:062:000:STREAM 1543553549.386299 08 80 87 7A 58 48 00 00 00 00 00 00 001:062:000:STREAM 1543553549.388303 08 80 75 7A 94 48 00 00 00 00 00 00 001:062:000:STREAM 1543553549.392371 08 80 60 7A D9 48 00 00 00 00 00 00 001:062:000:STREAM 1543553549.396384 08 80 49 7A 27 49 00 00 00 00 00 00 001:062:000:STREAM 1543553549.398305 08 80 2F 7A 7F 49 00 00 00 00 00 00 001:062:000:STREAM 1543553549.402313 08 80 11 7A E5 49 00 00 00 00 00 00 001:062:000:STREAM 1543553549.406364 08 80 EF 79 58 4A 00 00 00 00 00 00 001:062:000:STREAM 1543553549.408398 08 80 C8 79 DE 4A 00 00 00 00 00 00 001:062:000:STREAM 1543553549.412492 08 80 9A 79 84 4B 00 00 00 00 00 00 001:062:000:STREAM 1543553549.416401 08 80 69 79 3E 4C 00 00 00 00 00 00 001:062:000:STREAM 1543553549.418399 08 80 38 79 05 4D 00 00 00 00 00 00 001:062:000:STREAM 1543553549.422433 08 80 08 79 D1 4D 00 00 00 00 00 00 001:062:000:STREAM 1543553549.424343 08 80 DC 78 9F 4E 00 00 00 00 00 00 001:062:000:STREAM 1543553549.428345 08 80 B5 78 6F 4F 00 00 00 00 00 00 001:062:000:STREAM 1543553549.432439 08 80 94 78 40 50 00 00 00 00 00 00 001:062:000:STREAM 1543553549.434460 08 80 7A 78 14 51 00 00 00 00 00 00 001:062:000:STREAM 1543553549.438367 08 80 69 78 EF 51 00 00 00 00 00 00 001:062:000:STREAM 1543553549.442343 08 80 5F 78 D2 52 00 00 00 00 00 00 001:062:000:STREAM 1543553549.444306 08 80 5C 78 B6 53 00 00 00 00 00 00 001:062:000:STREAM 1543553549.448345 08 80 60 78 97 54 00 00 00 00 00 00 001:062:000:STREAM 1543553549.452308 08 80 69 78 75 55 00 00 00 00 00 00 001:062:000:STREAM 1543553549.454309 08 80 76 78 52 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.458333 08 80 86 78 2F 57 00 00 00 00 00 00 001:062:000:STREAM 1543553549.462412 08 80 97 78 0A 58 00 00 00 00 00 00 001:062:000:STREAM 1543553549.464429 08 80 A9 78 E0 58 00 00 00 00 00 00 001:062:000:STREAM 1543553549.468445 08 80 BC 78 B0 59 00 00 00 00 00 00 001:062:000:STREAM 1543553549.470413 08 80 CE 78 79 5A 00 00 00 00 00 00 001:062:000:STREAM 1543553549.474563 08 80 E0 78 3C 5B 00 00 00 00 00 00 001:062:000:STREAM 1543553549.478305 08 80 F2 78 FE 5B 00 00 00 00 00 00 001:062:000:STREAM 1543553549.480367 08 80 04 79 C2 5C 00 00 00 00 00 00 001:062:000:STREAM 1543553549.484318 08 80 19 79 86 5D 00 00 00 00 00 00 001:062:000:STREAM 1543553549.488430 08 80 2F 79 4B 5E 00 00 00 00 00 00 001:062:000:STREAM 1543553549.490401 08 80 47 79 0B 5F 00 00 00 00 00 00 001:062:000:STREAM 1543553549.494809 08 80 61 79 C5 5F 00 00 00 00 00 00 001:062:000:STREAM 1543553549.498346 08 80 7F 79 75 60 00 00 00 00 00 00 001:062:000:STREAM 1543553549.500363 08 80 A0 79 23 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.504427 08 80 C5 79 CE 61 00 00 00 00 00 00 001:062:000:STREAM 1543553549.506353 08 80 EE 79 74 62 00 00 00 00 00 00 001:062:000:STREAM 1543553549.510453 08 80 1B 7A 13 63 00 00 00 00 00 00 001:062:000:STREAM 1543553549.514341 08 80 4C 7A AA 63 00 00 00 00 00 00 001:062:000:STREAM 1543553549.516440 08 80 82 7A 34 64 00 00 00 00 00 00 001:062:000:STREAM 1543553549.520415 08 80 BD 7A B2 64 00 00 00 00 00 00 001:062:000:STREAM 1543553549.524359 08 80 FC 7A 24 65 00 00 00 00 00 00 001:062:000:STREAM 1543553549.526434 08 80 3F 7B 8B 65 00 00 00 00 00 00 001:062:000:STREAM 1543553549.530403 08 80 84 7B E5 65 00 00 00 00 00 00 001:062:000:STREAM 1543553549.534353 08 80 CB 7B 37 66 00 00 00 00 00 00 001:062:000:STREAM 1543553549.536342 08 81 0C 7C 7E 66 DC 00 00 00 00 00 001:062:000:STREAM 1543553549.541171 08 81 45 7C B9 66 C2 02 00 00 00 00 001:062:000:STREAM 1543553549.544368 08 81 73 7C EA 66 F7 04 00 00 00 00 001:062:000:STREAM 1543553549.546351 08 81 96 7C 0D 67 CB 06 00 00 00 00 001:062:000:STREAM 1543553549.550353 08 81 B1 7C 27 67 CF 07 00 00 00 00 001:062:000:STREAM 1543553549.552439 08 81 C5 7C 38 67 33 08 00 00 00 00 001:062:000:STREAM 1543553549.556609 08 81 D5 7C 43 67 55 08 00 00 00 00 001:062:000:STREAM 1543553549.560447 08 81 E5 7C 4B 67 74 08 00 00 00 00 001:062:000:STREAM 1543553549.562330 08 81 F6 7C 50 67 A3 08 00 00 00 00 001:062:000:STREAM 1543553549.566332 08 81 0B 7D 52 67 EB 08 00 00 00 00 001:062:000:STREAM 1543553549.570380 08 81 21 7D 53 67 46 09 00 00 00 00 001:062:000:STREAM 1543553549.572413 08 81 39 7D 51 67 A1 09 00 00 00 00 001:062:000:STREAM 1543553549.576469 08 81 55 7D 4D 67 F5 09 00 00 00 00 001:062:000:STREAM 1543553549.580423 08 81 76 7D 47 67 41 0A 00 00 00 00 001:062:000:STREAM 1543553549.582494 08 81 9E 7D 3E 67 91 0A 00 00 00 00 001:062:000:STREAM 1543553549.586344 08 81 D0 7D 31 67 05 0B 00 00 00 00 001:062:000:STREAM 1543553549.590358 08 81 11 7E 1D 67 C1 0B 00 00 00 00 001:062:000:STREAM 1543553549.592433 08 81 66 7E 02 67 B0 0C 00 00 00 00 001:062:000:STREAM 1543553549.596371 08 81 D5 7E DD 66 A4 0D 00 00 00 00 001:062:000:STREAM 1543553549.600441 08 81 64 7F AB 66 84 0E 00 00 00 00 001:062:000:STREAM 1543553549.602421 08 81 1A 80 6B 66 43 0F 00 00 00 00 001:062:000:STREAM 1543553549.606322 08 81 EC 80 1D 66 E3 0F 00 00 00 00 001:062:000:STREAM 1543553549.608406 08 81 CF 81 C6 65 65 10 00 00 00 00 001:062:000:STREAM 1543553549.612375 08 81 C2 82 66 65 C4 10 00 00 00 00 001:062:000:STREAM 1543553549.616553 08 81 C0 83 FF 64 08 11 00 00 00 00 001:062:000:STREAM 1543553549.618334 08 81 C9 84 92 64 35 11 00 00 00 00 001:062:000:STREAM 1543553549.622462 08 81 DF 85 20 64 51 11 00 00 00 00 001:062:000:STREAM 1543553549.626366 08 81 FD 86 AB 63 67 11 00 00 00 00 001:062:000:STREAM 1543553549.628408 08 81 27 88 32 63 75 11 00 00 00 00 001:062:000:STREAM 1543553549.632410 08 81 5D 89 BA 62 7E 11 00 00 00 00 001:062:000:STREAM 1543553549.636320 08 81 9C 8A 42 62 81 11 00 00 00 00 001:062:000:STREAM 1543553549.638330 08 81 E4 8B CA 61 7F 11 00 00 00 00 001:062:000:STREAM 1543553549.642338 08 81 35 8D 53 61 7D 11 00 00 00 00 001:062:000:STREAM 1543553549.646293 08 81 8A 8E DC 60 71 11 00 00 00 00 001:062:000:STREAM 1543553549.648345 08 81 E8 8F 65 60 5D 11 00 00 00 00 001:062:000:STREAM 1543553549.652445 08 81 4D 91 F0 5F 46 11 00 00 00 00 001:062:000:STREAM 1543553549.656359 08 81 B9 92 7D 5F 2A 11 00 00 00 00 001:062:000:STREAM 1543553549.658408 08 81 27 94 0D 5F 10 11 00 00 00 00 001:062:000:STREAM 1543553549.662406 08 81 9A 95 A2 5E F8 10 00 00 00 00 001:062:000:STREAM 1543553549.664392 08 81 0E 97 3C 5E E2 10 00 00 00 00 001:062:000:STREAM 1543553549.668352 08 81 86 98 D8 5D D2 10 00 00 00 00 001:062:000:STREAM 1543553549.672319 08 81 FB 99 78 5D C8 10 00 00 00 00 001:062:000:STREAM 1543553549.674373 08 81 6D 9B 1B 5D C5 10 00 00 00 00 001:062:000:STREAM 1543553549.678433 08 81 DE 9C C1 5C C4 10 00 00 00 00 001:062:000:STREAM 1543553549.683013 08 81 4E 9E 6A 5C C8 10 00 00 00 00 001:062:000:STREAM 1543553549.684480 08 81 BE 9F 14 5C DD 10 00 00 00 00 001:062:000:STREAM 1543553549.688597 08 81 31 A1 BF 5B F9 10 00 00 00 00 001:062:000:STREAM 1543553549.692408 08 81 A3 A2 6B 5B 25 11 00 00 00 00 001:062:000:STREAM 1543553549.694402 08 81 13 A4 16 5B 5C 11 00 00 00 00 001:062:000:STREAM 1543553549.698497 08 81 7D A5 C1 5A A3 11 00 00 00 00 001:062:000:STREAM 1543553549.702361 08 81 DC A6 6D 5A 0B 12 00 00 00 00 001:062:000:STREAM 1543553549.704462 08 81 36 A8 19 5A 9D 12 00 00 00 00 001:062:000:STREAM 1543553549.708325 08 81 89 A9 C6 59 6E 13 00 00 00 00 001:062:000:STREAM 1543553549.712332 08 81 D4 AA 75 59 79 14 00 00 00 00 001:062:000:STREAM 1543553549.714383 08 81 10 AC 28 59 A7 15 00 00 00 00 001:062:000:STREAM 1543553549.719666 08 81 3D AD DE 58 DA 16 00 00 00 00 001:062:000:STREAM 1543553549.720720 08 81 5A AE 99 58 06 18 00 00 00 00 001:062:000:STREAM 1543553549.724415 08 81 60 AF 5B 58 1E 19 00 00 00 00 001:062:000:STREAM 1543553549.728382 08 81 4E B0 23 58 17 1A 00 00 00 00 001:062:000:STREAM 1543553549.730438 08 81 24 B1 F1 57 F0 1A 00 00 00 00 001:062:000:STREAM 1543553549.734388 08 81 DE B1 C5 57 A2 1B 00 00 00 00 001:062:000:STREAM 1543553549.738380 08 81 7C B2 A0 57 32 1C 00 00 00 00 001:062:000:STREAM 1543553549.740338 08 81 00 B3 80 57 A1 1C 00 00 00 00 001:062:000:STREAM 1543553549.744314 08 81 6B B3 65 57 EE 1C 00 00 00 00 001:062:000:STREAM 1543553549.748397 08 81 C0 B3 50 57 22 1D 00 00 00 00 001:062:000:STREAM 1543553549.750452 08 81 01 B4 40 57 48 1D 00 00 00 00 001:062:000:STREAM 1543553549.756448 08 81 32 B4 34 57 64 1D 00 00 00 00 001:062:000:STREAM 1543553549.758486 08 81 55 B4 2B 57 6E 1D 00 00 00 00 001:062:000:STREAM 1543553549.761113 08 81 6F B4 25 57 6E 1D 00 00 00 00 001:062:000:STREAM 1543553549.764327 08 81 80 B4 21 57 5D 1D 00 00 00 00 001:062:000:STREAM 1543553549.768337 08 81 8B B4 1E 57 2F 1D 00 00 00 00 001:062:000:STREAM 1543553549.770325 08 81 92 B4 1C 57 D4 1C 00 00 00 00 001:062:000:STREAM 1543553549.774346 08 81 97 B4 1A 57 48 1C 00 00 00 00 001:062:000:STREAM 1543553549.776351 08 81 9A B4 19 57 72 1B 00 00 00 00 001:062:000:STREAM 1543553549.780587 08 81 9C B4 19 57 48 1A 00 00 00 00 001:062:000:STREAM 1543553549.784413 08 81 9D B4 19 57 BF 18 00 00 00 00 001:062:000:STREAM 1543553549.786320 08 81 9E B4 18 57 84 16 00 00 00 00 001:062:000:STREAM 1543553549.790395 08 81 9E B4 17 57 1B 13 00 00 00 00 001:062:000:STREAM 1543553549.794392 08 81 9D B4 16 57 F0 0E 00 00 00 00 001:062:000:STREAM 1543553549.796383 08 81 9A B4 14 57 EE 0A 00 00 00 00 001:062:000:STREAM 1543553549.800335 08 81 95 B4 11 57 56 07 00 00 00 00 001:062:000:STREAM 1543553549.804337 08 81 8B B4 0B 57 14 04 00 00 00 00 001:062:000:STREAM 1543553549.806417 08 81 7D B4 02 57 B9 01 00 00 00 00 001:062:000:STREAM 1543553549.810312 08 80 6A B4 F7 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.814425 08 80 53 B4 E9 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.816348 08 80 38 B4 D8 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.820392 08 80 17 B4 C2 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.822337 08 80 F2 B3 A7 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.826375 08 80 C9 B3 87 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.830365 08 80 9C B3 60 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.832425 08 80 6E B3 2F 56 00 00 00 00 00 00 001:062:000:STREAM 1543553549.836342 08 80 41 B3 F7 55 00 00 00 00 00 00 001:062:000:STREAM 1543553549.840335 08 80 15 B3 B3 55 00 00 00 00 00 00 001:062:000:STREAM 1543553549.842289 08 80 ED B2 64 55 00 00 00 00 00 00 001:062:000:STREAM 1543553549.846417 08 80 C8 B2 0A 55 00 00 00 00 00 00 001:062:000:STREAM 1543553549.850452 08 80 A7 B2 A7 54 00 00 00 00 00 00 001:062:000:STREAM 1543553549.852376 08 80 8D B2 39 54 00 00 00 00 00 00 001:062:000:STREAM 1543553549.856399 08 80 7A B2 C3 53 00 00 00 00 00 00 001:062:000:STREAM 1543553549.860378 08 80 72 B2 47 53 00 00 00 00 00 00 001:062:000:STREAM 1543553549.862356 08 80 78 B2 B9 52 00 00 00 00 00 00 001:062:000:STREAM 1543553549.866419 08 80 8D B2 25 52 00 00 00 00 00 00 001:062:000:STREAM 1543553549.868380 08 80 B1 B2 8F 51 00 00 00 00 00 00 001:062:000:STREAM 1543553549.872313 08 80 E5 B2 F7 50 00 00 00 00 00 00 001:062:000:STREAM 1543553549.876394 08 80 25 B3 55 50 00 00 00 00 00 00 001:062:000:STREAM 1543553549.878327 08 80 72 B3 AA 4F 00 00 00 00 00 00 ```
spbnick commented 5 years ago

Something fishy is definitely going on. I don't see Q11K in the list of supported tablets, and I'm not sure if I ever seen it working with the drivers now. Regardless, I'll try to fix this before doing the next release, and contributing the new drivers to the upstream Linux kernel.

Thank you for the traces, @stefanv. They look alright and the driver should've worked. I'm facing a similar issue in #217. Before I have a chance to work on this on the weekend, could you please post debug output from the driver initializing the tablet? To do that:

Thank you.