[PATCH] RFC: Only match against event[0-9] in udev rules for vmmouse

2010-04-19 Thread Jakob Bornecrantz
It looks like the udev rule was matched against two devices which caused the driver to be loaded twice. We shouldn't match against the other device because it will very seldom send bogus events. Some of the bug this caused was buttons getting stuck. --- tools/69-xorg-vmmouse.rules.in |2 +- 1

Re: [PATCH] RFC: Only match against event[0-9] in udev rules for vmmouse

2010-04-19 Thread Michel Dänzer
On Mon, 2010-04-19 at 15:37 +0100, Jakob Bornecrantz wrote: It looks like the udev rule was matched against two devices which caused the driver to be loaded twice. We shouldn't match against the other device because it will very seldom send bogus events. Some of the bug this caused was