Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-10-19 Thread Jochen Friedrich
Hi Michael, Debian just switched to a version containing this patch in sid. This prevents autoloading vboxmouse driver as the corresponding device is in subsystem misc. Adding matches for misc enables autoloading again. As of VirtualBox 4.1.4 the Guest Additions use a kernel input driver for

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-10-17 Thread Jochen Friedrich
Am Mon, 18 Jul 2011 schrieb Lennart Poettering: Don't enumerate/monitor all devices of the system (since that can be quite a few), but limit our search to devices from the input subsystem, as well as the tty subsystem (to cover Wacom tablets). This should make X start up a bit faster and

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-08-03 Thread Michael Thayer
On Wed, 2011-08-03 at 09:00 +1000, Peter Hutterer wrote: On Mon, Aug 01, 2011 at 11:18:48PM +0200, Michael Thayer wrote: On Thu, 2011-07-21 at 09:40 +1000, Peter Hutterer wrote: On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan Nicholson wrote: On Mon, Jul 18, 2011 at 12:17 PM, Lennart

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-08-03 Thread Peter Hutterer
On Wed, Aug 03, 2011 at 10:04:08AM +0200, Michael Thayer wrote: On Wed, 2011-08-03 at 09:00 +1000, Peter Hutterer wrote: On Mon, Aug 01, 2011 at 11:18:48PM +0200, Michael Thayer wrote: On Thu, 2011-07-21 at 09:40 +1000, Peter Hutterer wrote: On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-08-02 Thread Peter Hutterer
On Mon, Aug 01, 2011 at 11:18:48PM +0200, Michael Thayer wrote: On Thu, 2011-07-21 at 09:40 +1000, Peter Hutterer wrote: On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan Nicholson wrote: On Mon, Jul 18, 2011 at 12:17 PM, Lennart Poettering lenn...@poettering.net wrote: Don't

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-08-01 Thread Michael Thayer
On Thu, 2011-07-21 at 09:40 +1000, Peter Hutterer wrote: On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan Nicholson wrote: On Mon, Jul 18, 2011 at 12:17 PM, Lennart Poettering lenn...@poettering.net wrote: Don't enumerate/monitor all devices of the system (since that can be quite a few),

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-07-20 Thread Dan Nicholson
On Mon, Jul 18, 2011 at 12:17 PM, Lennart Poettering lenn...@poettering.net wrote: Don't enumerate/monitor all devices of the system (since that can be quite a few), but limit our search to devices from the input subsystem, as well as the tty subsystem (to cover Wacom tablets). This should

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-07-20 Thread Lennart Poettering
On Wed, 20.07.11 05:52, Dan Nicholson (dbn.li...@gmail.com) wrote: +    udev_enumerate_add_match_subsystem(enumerate, input); +    udev_enumerate_add_match_subsystem(enumerate, tty); +     udev_enumerate_scan_devices(enumerate);     devices = udev_enumerate_get_list_entry(enumerate);  

Re: [PATCH 2/4] xserver: limit the kernel subsystems we look for devices in

2011-07-20 Thread Peter Hutterer
On Wed, Jul 20, 2011 at 05:52:16AM -0700, Dan Nicholson wrote: On Mon, Jul 18, 2011 at 12:17 PM, Lennart Poettering lenn...@poettering.net wrote: Don't enumerate/monitor all devices of the system (since that can be quite a few), but limit our search to devices from the input subsystem, as