Results 331 comments of Sergii Pylypenko

.val is scancode returned by keyboard hardware. There is a list of USB keyboard scancodes here: http://hg.libsdl.org/SDL/file/tip/include/SDL_scancode.h When you have non-QWERTY layout, you just have different key labels, but the...

Then you need to advertize as a USB graphics tablet, not as a mouse. I think Windows will support it out of the box, but you can be certain it...

If you want to keep button pressed, add --b1 after each coordinate: echo --b1 | hid-gadget-test /dev/hidg1 mouse # Press the button echo 10 10 --b1 | hid-gadget-test /dev/hidg1 mouse...

Will you be using hid-gadget-test utility or the GUI app? You can reconfigure all keys inside GUI app. On Thu, Sep 10, 2015 at 2:29 PM, zeratoss [email protected] wrote: >...

Thanks for the link, I've added it to readme. On Thu, Sep 17, 2015 at 4:04 AM, zeratoss [email protected] wrote: > The hid gadget utility with the duvky script bash...

Well you just put QWERTY keyboard near your QWERTZ, and note all keys that are swapped from QWERTY layout. Then you swap the appropriate keys inside hid-gadget-test sources, and recompile...

Please install Hacker's Keyboard from Google Play, ot should work better with this app. On Feb 3, 2016 7:25 AM, "James Christopher Adduono" < [email protected]> wrote: > I'm using Google...

Good point. I'll make it deactivate SELinux automatically in the next version. On Mon, Jun 29, 2015 at 8:48 PM, 0uro [email protected] wrote: > Program starts and stays at "opening...

This can be done, but as always requires time, which I currently don't have. Maybe in two-three weeks I'll get back to this app. On Fri, Jul 3, 2015 at...

I thought USB keyboard already works in BIOS, and the patch already has Boot interface subclass in USB descriptor. Does this patch fix an issue with some particular device that...