diff options
author | Zack Rusin <zackr@vmware.com> | 2012-05-10 19:55:01 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2012-05-10 19:55:01 -0400 |
commit | 2a321a39350aa020a8103813bed61ff559088195 (patch) | |
tree | c42f7a0b60f9db91bf657fe32b211b1f698b1426 | |
parent | 55efac85ca9bd2041240ca29316ca716ddc2185d (diff) |
Revert "Adjust the kernel name in the udev file."
This reverts commit 189dc266a66485d48303acbc1a4fbe4642c75e9f.
It seems that for some reason the device routing is breaking with this.
Possibly related to Win7 x64 hosts because it's not reproducible on
GNU/Linux hosts. Semantially we'd still like to match only on mouse
kernel but for the time being this seems to cause more problems
than it solves. Hence the revert.
-rw-r--r-- | tools/69-xorg-vmmouse.rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/69-xorg-vmmouse.rules.in b/tools/69-xorg-vmmouse.rules.in index 9af3938..602afb6 100644 --- a/tools/69-xorg-vmmouse.rules.in +++ b/tools/69-xorg-vmmouse.rules.in @@ -1 +1 @@ -ACTION=="add|change", ENV{ID_INPUT_MOUSE}=="?*", ATTRS{description}=="i8042 AUX port", KERNEL=="mouse[0-9]*", PROGRAM="__BIN_PREFIX__/vmmouse_detect", ENV{ID_INPUT.tags}="vmmouse" +ACTION=="add|change", ENV{ID_INPUT_MOUSE}=="?*", ATTRS{description}=="i8042 AUX port", KERNEL=="event[0-9]*", PROGRAM="__BIN_PREFIX__/vmmouse_detect", ENV{ID_INPUT.tags}="vmmouse" |