All Projects → jlam55555 → veikk-linux-driver

jlam55555 / veikk-linux-driver

Licence: other
Linux driver for VEIKK-brand digitizers

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to veikk-linux-driver

Vigembus
Windows kernel-mode driver emulating well-known USB game controllers.
Stars: ✭ 721 (+454.62%)
Mutual labels:  hid, driver
Mac Precision Touchpad
Windows Precision Touchpad Driver Implementation for Apple MacBook / Magic Trackpad
Stars: ✭ 5,107 (+3828.46%)
Mutual labels:  hid, driver
rogdrv
ASUS ROG userspace mouse driver for Linux
Stars: ✭ 41 (-68.46%)
Mutual labels:  hid, driver
Hidguardian
Windows kernel-mode driver for controlling access to various input devices.
Stars: ✭ 138 (+6.15%)
Mutual labels:  hid, driver
CQLdriver.jl
A Julia package for interfacing with CQL compliant databases.
Stars: ✭ 15 (-88.46%)
Mutual labels:  driver
windows-touchpad
Make use of touchpad for handwriting in Windows
Stars: ✭ 30 (-76.92%)
Mutual labels:  hid
ALSA-RAVENNA-AES67-Driver
RAVENNA AES-67 ALSA driver (a clone of the original provided by Merging Technologies)
Stars: ✭ 20 (-84.62%)
Mutual labels:  driver
Trezor.Net
Cross platform C# library for talking to the Trezor hardwarewallet
Stars: ✭ 38 (-70.77%)
Mutual labels:  hid
hUGEDriver
An easy-to-use, fast, tracker-based, public domain sound driver for Game Boy homebrew
Stars: ✭ 26 (-80%)
Mutual labels:  driver
fdb
Firebird Driver for Python
Stars: ✭ 49 (-62.31%)
Mutual labels:  driver
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-81.54%)
Mutual labels:  driver
dokan-delphi
Dokan Delphi Wrapper
Stars: ✭ 48 (-63.08%)
Mutual labels:  driver
fuerte
Low Level C++ Driver for ArangoDB
Stars: ✭ 41 (-68.46%)
Mutual labels:  driver
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-72.31%)
Mutual labels:  driver
dotnet-arangodb
.NET Driver for ArangoDB
Stars: ✭ 52 (-60%)
Mutual labels:  driver
BlueRetro
Multiplayer Bluetooth controllers adapter for retro video game consoles
Stars: ✭ 520 (+300%)
Mutual labels:  hid
SimpleBLE
The ultimate fully-fledged cross-platform BLE library, designed for simplicity and ease of use.
Stars: ✭ 122 (-6.15%)
Mutual labels:  driver
hid-tmff2
Linux kernel module for Thrustmaster T300RS and T248
Stars: ✭ 83 (-36.15%)
Mutual labels:  driver
libwsk
The Kernel-Mode Winsock library, supporting TCP, UDP and Unix sockets (DGRAM and STREAM).
Stars: ✭ 117 (-10%)
Mutual labels:  driver
nxbt
Control your Nintendo Switch through a website, terminal, or macro.
Stars: ✭ 340 (+161.54%)
Mutual labels:  hid

An official driver has been released by VEIKK.

This project should provide basic functionality for tablets but is no longer actively maintained. The original author is too busy with school/work.


VEIKK Linux Driver

A driver for VEIKK-brand digitizers/drawing tablets using the usbhid API. Configuration options are exposed in sysfs and configurable with an associated GUI. Connects low-level hardware events to the input subsystem (e.g., libinput), with some processing/mapping logic in between. This draws heavily from the Wacom driver for Linux.

image highlighting the v2 release


Features:

Currently, a set of basic basic digitizer features are supported, such as:

  • Full range and resolution for tablet pressure and spatial sensitivity
  • Configurable screen mapping, orientation, and (cubic) pressure mapping
  • Driver (using /etc/modules-load.d/) and options (using /etc/modprobe.d) persist after reboots

More features are planned for the near future, such as:

  • Button remapping
  • Support for gesture pads and additional buttons (model-dependent)
  • Device/model-specific configuration options

Installation

Make sure you have make and the appropriate linux headers installed (linux-headers-$(uname -r) on Ubuntu, linux-headers on Arch). See this for more details.

make
sudo make all install clean

If you are getting a Required key not available error, please see this issue.

Check out the issues tab for known setup issues and solutions.

AUR (dkms) package

Thanks to @artixnous, this driver is available as an AUR package with dkms! See input-veikk-dkmsAUR. Make sure to run modprobe veikk after installation to load the driver.

Uninstallation
sudo make uninstall

Configuration

Currently, the configurable parameters are screen_size, screen_map, orientation, and pressure_map, and are all available in sysfs under /sys/module/veikk/parameters with permissions 0644. Documentation on the parameters is available in veikk_modparms.c. You can update a parameter by simply writing the new value to it as root.

The visual configuration utility is available at @jlam55555/veikk-linux-driver-gui.


Changelog:

  • v2.0: Renamed from veikk-s640-driver, redesigned from the ground up to be more extensible.
  • v1.1: Basic command-line configuration utility is created! Includes ability to change tablet orientation, mapping onto section of screen, and mapping raw pressure input to pressure output.
  • v1.0: Basic digitizer capabilities (e.g., pressure sensitivity) for S640 and similar tablets.

Development status

Development was focused on the S640, A50, and VK1560, devices that are owned by the author of this driver.


Media

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].