03 Jun, 2016
1 commit
-
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
Signed-off-by: Dmitry Torokhov
07 Aug, 2014
1 commit
-
Merge large update to Wacom driver, converting it from USB to a HID
driver and unifying wired and bluetooth support, from Benjamin
Tissoires.
26 Jul, 2014
1 commit
-
wacom.ko is now a full HID driver, we have to move it into the proper
subdirectory: drivers/hid.Signed-off-by: Benjamin Tissoires
Signed-off-by: Dmitry Torokhov
21 Jul, 2014
1 commit
-
Recent version of xf86-input-wacom no longer support directly accessing
serial tablets. Instead xf86-input-wacom now expects all wacom tablets to
be driven by the kernel and to show up as evdev devices.This has caused old serial Wacom tablets to stop working for people who still
have such tablets. Julian Squires has written a serio input driver to fix this:
https://github.com/tokenrove/wacom-serial-ivThis is a cleaned up version of this driver with improved Graphire support
(I own an old Graphire myself).Signed-off-by: Julian Squires
Signed-off-by: Hans de Goede
Signed-off-by: Dmitry Torokhov
27 Mar, 2012
1 commit
-
Conflicts:
drivers/input/tablet/wacom_sys.c
26 Mar, 2012
1 commit
-
Signed-off-by: Chris Bagwell
Tested-by: Jason Gerecke
Acked-by: Ping Cheng
Signed-off-by: Dmitry Torokhov
24 Feb, 2012
1 commit
-
Signed-off-by: Chris Bagwell
Signed-off-by: Dmitry Torokhov
02 Sep, 2010
1 commit
-
Add support for Art Master III tablet of BeiJing HanwangTechnology Co, Ltd.
Signed-off-by: Xing Wei
Acked-by: Jiri Kosina
Signed-off-by: Dmitry Torokhov
16 Apr, 2008
1 commit
-
USBHID driver only supports relative mode with this tablet so let aiptek
module handle it.Signed-off-by: Dmitry Guryanov
Signed-off-by: Andrew Morton
Signed-off-by: Jiri Kosina
Signed-off-by: Dmitry Torokhov
16 May, 2007
1 commit
-
stuff that does select USB should depend on USB_ARCH_HAS_HCD, or we'll
end up with unbuildable configs.Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds
08 May, 2007
1 commit
-
This will allow concentrating all input devices in one place
in {menu|x|q}config.Signed-off-by: Dmitry Torokhov
Acked-by: Greg Kroah-Hartman