| Submitter | Xiaofeng Yan |
|---|---|
| Date | Dec. 2, 2011, 5:27 a.m. |
| Message ID | <af3d6a02e6293321207db711673b3097f159cec3.1322803309.git.xiaofeng.yan@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/16037/ |
| State | New |
| Headers | show |
Comments
Patch
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 57923e6..736cd6d 100644 --- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver +++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver @@ -28,11 +28,13 @@ module_id() { ARGS=" -br -pn" +KD_DRIVE_KEYBOARD="-keybd keyboard" +KD_DRIVE_EVDEV="-keybd evdev,,device=/dev/input/event0" if [ "$XSERVER" != "/usr/bin/Xorg" ]; then . /etc/formfactor/config - ARGS="$ARGS -keybd keyboard" + ARGS="$ARGS $KD_DRIVE_EVDEV" # use usb mouse if present if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then