summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpingc <pingc>2003-12-15 20:13:40 +0000
committerpingc <pingc>2003-12-15 20:13:40 +0000
commit4c34105963287d217ddbd20f8c53b3a3c67e532b (patch)
treeffa54f132d98ed4018a693bc20080cc0ee63f808 /README
parent5f9b8fc72e59d719f6fa22ab4eee9ef88a71fe71 (diff)
Bug fix for k2.6.0 support
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 22 insertions, 3 deletions
diff --git a/README b/README
index de536fe..b5b1358 100644
--- a/README
+++ b/README
@@ -1,11 +1,12 @@
README
-November 24, 2002
+December 15, 2003
This package is not currently sanctioned by the original driver developers
although several attempts to contact them have been made. Hopefully, this
work will be rolled back into the main development trees. Until that time,
I will be taking responsibility for this code. If you have any questions,
-comments, problems, patches, or complaints, send them to jej@j-arkadia.com.
+comments, problems, patches, or complaints, send them to jej@j-arkadia.com
+or pingc@wacom.com.
Please include the word WACOM in the subject to help me differentiate your
email from the spam I usually receive.
@@ -38,12 +39,15 @@ CONFIGURE OPTIONS:
This file contains hints for building the sources. There are a number of
build targets, some of which are not built automatically. Here is the
-breakdown.
+breakdown (input.o is only for kernel 2.4).
wacom.o: not built by default (--enable-wacom, --disable-wacom)
wacdump: built by default (--enable-wacdump, --disable-wacdump)
hid.o: not built by default (--enable-hid, --disable-hid)
+ evdev.o: not built by default (--enable-evdev, --disable-evdev)
+ mousedev.o: not built by default (--enable-mousedev, --disable-mousedev)
usbmouse.o: not built by default (--enable-usbmouse, --disable-usbmouse)
+ input.o: not built by default (--enable-input, --disable-input)
wacom_drv.o: built by default (--enable-wacomdrv, --disable-wacomdrv)
BUILDING:
@@ -95,6 +99,21 @@ INSTALL wacomcpl
wacomcpl is a tcl/tk based control panel. It requires tcl/tk being installed.
+INSTALL kernel pieces
+
+for kernel 2.4:
+ [root@haku linuxwacom-dev] # cp src/hid.o /lib/modules/your_kernel_version/kernel/drivers/usb
+ [root@haku linuxwacom-dev] # cp src/usbmouse.o /lib/modules/your_kernel_version/kernel/drivers/usb
+ [root@haku linuxwacom-dev] # cp src/wacom.o /lib/modules/your_kernel_version/kernel/drivers/usb
+ [root@haku linuxwacom-dev] # cp src/mousedev.o /lib/modules/your_kernel_version/kernel/drivers/input
+ [root@haku linuxwacom-dev] # cp src/evdev.o /lib/modules/your_kernel_version/kernel/drivers/input
+ [root@haku linuxwacom-dev] # cp src/input.o /lib/modules/your_kernel_version/kernel/drivers/input
+
+for kernel 2.6
+ [root@haku linuxwacom-dev] # cd kernel_src_dir
+ [root@haku linuxwacom-dev] # make install
+ [root@haku linuxwacom-dev] # make modules_install
+
==============================================================================
WEBSITE: http://linuxwacom.sf.net