Re: [PATCH][media-player-info] mpi2*: add support for udev's hwdb

2013-07-18 Thread Martin Pitt
Hey Tom, Tom Gundersen [2013-07-18 16:41 +0200]: > udev recently gained a hardware database that is intended to replace large > udev rule files such as the one shipped with media-player-info. This should > give a significant (>50%) speed-up in the processing of usb add events. Thanks for working

Re: media-player-info 18 release

2013-07-18 Thread Martin Pitt
Tom Gundersen [2013-07-18 16:39 +0200]: > I think you may have forgotten to push this git tag to the public repo? *cough*, thanks for pointing out. That's one of my main pet peeves with git that it doesn't just effing do that with git push. Pushed! Martin -- Martin Pitt|

[PATCH][media-player-info] mpi2*: add support for udev's hwdb

2013-07-18 Thread Tom Gundersen
udev recently gained a hardware database that is intended to replace large udev rule files such as the one shipped with media-player-info. This should give a significant (>50%) speed-up in the processing of usb add events. This patch adds support for converting mpi to hwdb (where applicable), and

Re: media-player-info 18 release

2013-07-18 Thread Tom Gundersen
Hi Martin, On Fri, Jul 5, 2013 at 7:04 AM, Martin Pitt wrote: > time to push out a new release of media-player-info: > > > http://www.freedesktop.org/software/media-player-info/media-player-info-18.tar.gz > sha256: 21f186714d8c90e9a78c861cfdbfc1c9ae7eada7b80152a82bec685e7b7fc565 I think you