diff options
-rw-r--r-- | meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver index 3d4aa74b95..57923e6b95 100644 --- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver +++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver | |||
@@ -36,7 +36,7 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then | |||
36 | 36 | ||
37 | # use usb mouse if present | 37 | # use usb mouse if present |
38 | if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then | 38 | if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then |
39 | ARGS="$ARGS -mouse /dev/input/mice" | 39 | ARGS="$ARGS -mouse mouse,/dev/input/mice" |
40 | fi | 40 | fi |
41 | 41 | ||
42 | # kdrive 1.4 onwards needs -mouse args | 42 | # kdrive 1.4 onwards needs -mouse args |