Skip to content

ldcx1/trust_flex_kernel_module

Repository files navigation

This is an experimental driver for Trust Flex Design graphic tablet. When hovering the stylus over surface the cursor is not moving smooth.

  • BTN_TOOL_PEN is signaled as soon as the stylus is in hover range;
  • BTN_TOUCH is set when stylus touch the screen;
  • BTN_STYLUS2 is set while button pressed;
  • BTN_LEFT is set while pen touch the pad;
  • BTN_STYLUS is set while the third button is pressed;
  • GIMP and KRITA work;

Installation

To install:

  • verify that your computer sees your tablet. lsusb should show 'ID 2179:0077';
  • make to build the driver;
  • sudo make install to install the driver.

At this point you should be able to use the stylus as the mouse and with GIMP or Krita, etc.

To uninstall, of course

sudo make uninstall

References

Based on driver by [email protected]

And on original drivers by [email protected]

The driver was built to these guidelines:

About

Kernel module for graphic tablet Trust Flex Design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages