Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: vmmouse - do not reference non-existing version of X driver

The vmmouse Kconfig help text was referring to an incorrect user-space
driver version. Fix this.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Thomas Hellstrom and committed by
Dmitry Torokhov
412dbad2 72eceab7

+1 -1
+1 -1
drivers/input/mouse/Kconfig
··· 156 156 Say Y here if you are running under control of VMware hypervisor 157 157 (ESXi, Workstation or Fusion). Also make sure that when you enable 158 158 this option, you remove the xf86-input-vmmouse user-space driver 159 - or upgrade it to at least xf86-input-vmmouse 13.0.1, which doesn't 159 + or upgrade it to at least xf86-input-vmmouse 13.1.0, which doesn't 160 160 load in the presence of an in-kernel vmmouse driver. 161 161 162 162 If unsure, say N.