diff options
author | pgj <pgj@FreeBSD.org> | 2008-11-17 18:02:25 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2008-11-17 18:02:25 +0800 |
commit | 2622f0255e78f12682a4dbb9901cb9a575a24ce3 (patch) | |
tree | 670292bcf37a6ee0ffb4cb89ca9e6c1d0e6fc1d9 /x11-drivers/Makefile | |
parent | c9f43bfa416e763829f80b97c15d36eb943dc5ca (diff) | |
download | freebsd-ports-gnome-2622f0255e78f12682a4dbb9901cb9a575a24ce3.tar.gz freebsd-ports-gnome-2622f0255e78f12682a4dbb9901cb9a575a24ce3.tar.zst freebsd-ports-gnome-2622f0255e78f12682a4dbb9901cb9a575a24ce3.zip |
Add an X.Org driver, a kernel module, and a script to configure X.Org
for Wacom tablets.
The X.Org driver is a port of the Linux Wacom Project's [1] work.
The kernel module required for USB tablets is provided by Bartosz
Fabianowski [2], and supports the following devices:
Graphire*, Graphire2*, Graphire3, Graphire4
Bamboo, Bamboo One*, Bamboo Fun
Intuos3, Cintiq 21UX
Volito*, Volito2*
PenStation2*, PenPartner2*
* not tested
PR: ports/128547
Submitted by: Dominic Fandrey [3]
Reviewed by: gabor
Approved by: gabor
[1] http://linuxwacom.sourceforge.net
[2] <freebsd (at) chillt (dot) de>
[3] <kamikaze (at) bsdforen (dot) de>
Diffstat (limited to 'x11-drivers/Makefile')
-rw-r--r-- | x11-drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 8a0ea07cf629..a86b6bf052c7 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -29,6 +29,7 @@ SUBDIR += xf86-input-tek4957 SUBDIR += xf86-input-vmmouse SUBDIR += xf86-input-void + SUBDIR += xf86-input-wacom SUBDIR += xf86-video-apm SUBDIR += xf86-video-ark SUBDIR += xf86-video-ati |