aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xserver-common/files/Xserver-udev-input-helper.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xserver-common/files/Xserver-udev-input-helper.patch')
-rw-r--r--recipes/xserver-common/files/Xserver-udev-input-helper.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xserver-common/files/Xserver-udev-input-helper.patch b/recipes/xserver-common/files/Xserver-udev-input-helper.patch
new file mode 100644
index 0000000000..b4adc9ab96
--- /dev/null
+++ b/recipes/xserver-common/files/Xserver-udev-input-helper.patch
@@ -0,0 +1,11 @@
+--- xserver-common-1.8/X11/Xserver.orig 2006-05-07 17:40:10.540539080 +0200
++++ xserver-common-1.8/X11/Xserver 2006-05-07 17:40:35.187792128 +0200
+@@ -27,7 +27,7 @@
+
+ export USER=root
+
+-ARGS="-br -pn"
++ARGS="-br -pn $INPUT_EXTRA_ARGS"
+
+ # use ucb 1x00 touchscreen if present
+ if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/touchscreen/ucb1x00 ]; then