apply hostmode patch; refresh script; disable old patches
authorThomas Tanner <maemo@tannerlab.com>
Mon, 7 Jun 2010 21:48:08 +0000 (23:48 +0200)
committerThomas Tanner <maemo@tannerlab.com>
Mon, 7 Jun 2010 21:48:08 +0000 (23:48 +0200)
usbhost/refresh [new file with mode: 0755]

diff --git a/usbhost/refresh b/usbhost/refresh
new file mode 100755 (executable)
index 0000000..feafe0a
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+here=`pwd`
+kdir="$here/../kernel-power-2.6.28"
+cd ../kernel-power-2.6.28
+quilt top
+quilt delete -r usbhost.diff
+quilt new usbhost.diff
+git diff -r hostorig "$here/drivers/usb/" | quilt fold -p2
+quilt refresh --no-timestamps --no-index