diff options
author | Hans de Goede <hdegoede@redhat.com> | 2021-12-12 22:23:33 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-01-06 14:22:51 +0100 |
commit | 33a5c2793451770cb6dcf0cc35c76cfd4b045513 (patch) | |
tree | f145479a90be20d0add265534f2792105b40e2d2 /MAINTAINERS | |
parent | 1c3e979bf3e225e5b4b810b24712b16254d608b6 (diff) |
HID: Add new Letsketch tablet driver
Add a new driver for the LetSketch / VSON WP9620N drawing tablet. This
drawing tablet is also sold under other brand names such as Case U,
presumably this driver will work for all of them. But it has only been
tested with a LetSketch WP9620N model.
These tablets also work without a special HID driver, but then only
part of the active area works and both the pad and stylus buttons are
hardwired to special key-combos. E.g. the 2 stylus buttons send right
mouse clicks / resp. "e" key presses.
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=2005575
BugLink: https://github.com/DIGImend/digimend-kernel-drivers/issues/528
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8912b2c1260c..eea4cdec77fe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10745,6 +10745,13 @@ S: Maintained W: http://legousb.sourceforge.net/ F: drivers/usb/misc/legousbtower.c +LETSKETCH HID TABLET DRIVER +M: Hans de Goede <hdegoede@redhat.com> +L: linux-input@vger.kernel.org +S: Maintained +T: git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git +F: drivers/hid/hid-letsketch.c + LG LAPTOP EXTRAS M: Matan Ziv-Av <matan@svgalib.org> L: platform-driver-x86@vger.kernel.org |