x11-common: correct the syntax for the -mouse arg to Xfbdev

Fixes [BUGID #99]

The mouse option as passed to Xfbdev was correct for most
targets, except mips (and a PS/2 mouse). Modifying the
syntax of the option fixes the mips case, and has no impact
on other users.

Signed-off-by: Richard Griffiths <rgriffit@windriver.com>
This commit is contained in:
Richard Griffiths 2010-09-21 13:38:09 -07:00 committed by Richard Purdie
parent ce7101b1f0
commit 546ffc5fa5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then
# use usb mouse if present
if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then
ARGS="$ARGS -mouse /dev/input/mice"
ARGS="$ARGS -mouse mouse,/dev/input/mice"
fi
# kdrive 1.4 onwards needs -mouse args