diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2008-11-18 14:07:44 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2008-11-18 14:07:44 +0000 |
commit | 136a7cbb03e7216505bcfabb16ff38a40f311ea3 (patch) | |
tree | a42b5dff39a3eb6382e86e4271d65230f35e00e5 /x11-drivers/input-wacom/pkg-plist | |
parent | a1f7926707d8756d23b4d5963d3c3463406376d1 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=223004
Diffstat (limited to 'x11-drivers/input-wacom/pkg-plist')
-rw-r--r-- | x11-drivers/input-wacom/pkg-plist | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/pkg-plist b/x11-drivers/input-wacom/pkg-plist new file mode 100644 index 000000000000..991caac094e7 --- /dev/null +++ b/x11-drivers/input-wacom/pkg-plist @@ -0,0 +1,12 @@ +lib/libwacomcfg.so.0 +lib/libwacomcfg.so +lib/libwacomcfg.la +lib/libwacomcfg.a +bin/wacdump +bin/xidump +bin/xsetwacom +include/wacomcfg/wacomcfg.h +@dirrm include/wacomcfg +%%XINPUTMODDIR%%/wacom_drv.so +@cwd %%KMODDIR%% +%%UWACOMKLD%% |