DIGImend / digimend-kernel-drivers

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

Adjust pressure level for devices with broken magnet #667

Open acalanato opened 10 months ago

acalanato commented 10 months ago

Well, it's written on the tittle. I would like to have the option to change the range of the pressure of the pen, in order to be able to solve the "hovering touch" issue that is really common in powerless pens. The curve inside applications is useful to continue using the device, the drawing area works flawlessly, but the user interface still recognize the touch as a "click", the only method i conceive is to modify the curve in the driver, somehow.

Cheers!