Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolpc <olpc@xo-05-26-CC.localdomain>2010-01-31 16:53:52 (GMT)
committer olpc <olpc@xo-05-26-CC.localdomain>2010-01-31 16:53:52 (GMT)
commit6898a2ce1533723a14ed09337ac86041492a04d2 (patch)
tree654bc4421c2c4a1c2f1a6c92956555b30e8f443c
parent753b08198b04ef5f19efb57f1f72c5d95506d052 (diff)
Update setupwacom.sh to get wacom.ko from a location that works.v16
Remove unused NEWS file.
-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