kernel: enable MOUSE_PS2_VMMOUSE
Turns VMware guest mouse support on in the kernel. This is needed for running Wayland and non-root X in a VMWare guest. In a pre-Wayland world the `xf86-input-vmmouse` userspace driver would have handled this for us. This allows the mouse to properly work in a vmware guest (for example it can now leave the vmware window). See: https://github.com/vmware/open-vm-tools/issues/528 (cherry picked from commit 1207e7581f7bb863d0789c980930464d92d221cb)
This commit is contained in:
parent
7b42f47d0b
commit
a8a7b26adb
@ -790,6 +790,7 @@ let
|
|||||||
MODVERSIONS = whenOlder "4.9" yes;
|
MODVERSIONS = whenOlder "4.9" yes;
|
||||||
MOUSE_ELAN_I2C_SMBUS = yes;
|
MOUSE_ELAN_I2C_SMBUS = yes;
|
||||||
MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension
|
MOUSE_PS2_ELANTECH = yes; # Elantech PS/2 protocol extension
|
||||||
|
MOUSE_PS2_VMMOUSE = yes;
|
||||||
MTRR_SANITIZER = yes;
|
MTRR_SANITIZER = yes;
|
||||||
NET_FC = yes; # Fibre Channel driver support
|
NET_FC = yes; # Fibre Channel driver support
|
||||||
# GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
# GPIO on Intel Bay Trail, for some Chromebook internal eMMC disks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user