[PATCH] udev: make use of udev_enumerate_add_match_tag() only when it is available

2011-09-27 Thread Dave Airlie
From: Lennart Poettering udev_enumerate_add_match_tag() and udev_monitor_filter_add_match_tag() are mostly optimizations, hence simply skip these calls if they are not available in the installed version of libudev. This should fix the build on older versions of udev. [airlied: fixes tinderbox f

Re: [PATCH] udev: make use of udev_enumerate_add_match_tag() only when it is available

2011-09-27 Thread Peter Hutterer
On Tue, Sep 27, 2011 at 06:04:06PM +0100, Dave Airlie wrote: > From: Lennart Poettering > > udev_enumerate_add_match_tag() and udev_monitor_filter_add_match_tag() > are mostly optimizations, hence simply skip these calls if they are not > available in the installed version of libudev. > > This s

Re: [PATCH] udev: make use of udev_enumerate_add_match_tag() only when it is available

2011-09-27 Thread Keith Packard
On Wed, 28 Sep 2011 08:29:18 +1000, Peter Hutterer wrote: > Keith, please merge this one directly, I won't take it in my tree (which is > currently in tatters). Will do. Thanks! -- keith.pack...@intel.com pgppYWDp47XGQ.pgp Description: PGP signature __

Re: [PATCH] udev: make use of udev_enumerate_add_match_tag() only when it is available

2011-10-03 Thread Keith Packard
On Tue, 27 Sep 2011 18:04:06 +0100, Dave Airlie wrote: > From: Lennart Poettering > > udev_enumerate_add_match_tag() and udev_monitor_filter_add_match_tag() > are mostly optimizations, hence simply skip these calls if they are not > available in the installed version of libudev. Merged. 7774