summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpingc <pingc>2004-12-02 00:36:11 +0000
committerpingc <pingc>2004-12-02 00:36:11 +0000
commita73d00b8357046151f86b142e1a747e586580b93 (patch)
tree18be122dc13d0f61ab2cf2b2178ad84479c5d2f3 /README
parentcc2ea36b59b6b3f0d84f489f58f3797abbc15edb (diff)
Support kernel 2.6.10 & build driver locally
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 09682dd..8c8367f 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
README
-Nov. 02, 2004
+Dec. 01, 2004
==============================================================================
@@ -146,12 +146,13 @@ for kernels older than 2.4.22:
[root@haku linuxwacom-dev] # cp src/2.4/input.o /lib/modules/your_kernel_version/kernel/drivers/input
for kernel 2.6.x
-
- [root@haku linuxwacom-dev] # cd kernel_src_dir
- [root@haku linuxwacom-dev] # make install
- [root@haku linuxwacom-dev] # make modules_install
+ [root@haku linuxwacom-dev] # cp src/2.6.x/hid.ko /lib/modules/your_kernel_version/kernel/drivers/usb/input
+ [root@haku linuxwacom-dev] # cp src/2.6.x/wacom.ko /lib/modules/your_kernel_version/kernel/drivers/usb/input
+ [root@haku linuxwacom-dev] # cp src/2.6.x/usbmouse.ko /lib/modules/your_kernel_version/kernel/drivers/usb/input
+ [root@haku linuxwacom-dev] # cp src/2.6.x/evdev.ko /lib/modules/your_kernel_version/kernel/drivers/input
+ [root@haku linuxwacom-dev] # cp src/2.6.x/mousedev.ko /lib/modules/your_kernel_version/kernel/drivers/input
==============================================================================
WEBSITE: http://linuxwacom.sf.net
- HELP: jej@j-arkadia.com
+