]> git.baikalelectronics.ru Git - kernel.git/commit
Input: add Pegasus Notetaker tablet driver
authorMartin Kepplinger <martink@posteo.de>
Thu, 2 Jun 2016 16:39:00 +0000 (09:39 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 2 Jun 2016 17:00:17 +0000 (10:00 -0700)
commit3d468dfb8355c5c8c550ef0aa27f6c21a2c15073
treeea5d5946e1c7cff817fe6e7147a5971600b51683
parent2a5b189fc7fa911801fc5ec28d6b1a31b1e41ac4
Input: add Pegasus Notetaker tablet driver

This adds a driver for the Pegasus Notetaker Pen. When connected,
this uses the Pen as an input tablet.

This device was sold in various different brandings, for example
 "Pegasus Mobile Notetaker M210",
 "Genie e-note The Notetaker",
 "Staedtler Digital ballpoint pen 990 01",
 "IRISnotes Express" or
 "NEWLink Digital Note Taker".

Here's an example, so that you know what we are talking about:
http://www.genie-online.de/genie-e-note-2/

https://pegatech.blogspot.com/ seems to be a remaining official resource.

This device can also transfer saved (offline recorded handwritten) data and
there are userspace programs that do this, see https://launchpad.net/m210
(Well, alternatively there are really fast scanners out there :)

It's *really* fun to use as an input tablet though! So let's support this
for everybody.

Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/Kconfig
drivers/input/tablet/Makefile
drivers/input/tablet/pegasus_notetaker.c [new file with mode: 0644]