Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rwxr-xr-xsetupwacom.sh2
2 files changed, 1 insertions, 9 deletions
diff --git a/NEWS b/NEWS
deleted file mode 100644
index 88628a6..0000000
--- a/NEWS
+++ /dev/null
@@ -1,8 +0,0 @@
-14
-
-13
-
-12
-
-11
-
diff --git a/setupwacom.sh b/setupwacom.sh
index ba1ac48..42d4941 100755
--- a/setupwacom.sh
+++ b/setupwacom.sh
@@ -5,7 +5,7 @@ yum -y install linuxwacom
echo Copying and installing Wacom kernel module...
mkdir /lib/modules/`uname -r`/kernel/drivers/usb/input
-wget http://dev.laptop.org/~pgf/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko
+wget http://dev.laptop.org/~wadeb/wacom.ko -O /lib/modules/`uname -r`/kernel/drivers/usb/input/wacom.ko
echo Copying Xorg configuration file...
wget http://dev.laptop.org/~wadeb/xorg-dcon.conf -O /etc/X11/xorg-dcon.conf