Re: ums stopped autoloading between 242082 and 242090

From: Hans Petter Selasky <hselasky_at_c2i.net>
Date: Fri, 26 Oct 2012 08:43:27 +0200
On Friday 26 October 2012 00:40:42 Garrett Cooper wrote:
> On Thu, Oct 25, 2012 at 3:33 PM, Nikolai Lifanov
> <lifanov_at_mail.lifanov.com> wrote:
> 
> ...
> 
> > HEAD, sorry
> 
> No worries. Nothing coming to mind in the svn commits immediately, so
> it might be a complex interaction issue. I would see if you could
> individually roll back commits until you find the problem child.
> 
> It could also be accidental fallout from the recent ACPI update...

Hi,

ums.ko is now loaded by devd and /etc/devd/usb.conf.

devd must be enabled in rc.conf.

Before ums was loaded by moused itself.

Also see new rules in /etc/devd.conf:

notify 100 {
        match "system" "DEVFS";
        match "subsystem" "CDEV";
        match "type" "CREATE";
        match "cdev" "ums[0-9]+";

        action "/etc/rc.d/moused quietstart $cdev";
};

notify 100 {
        match "system" "DEVFS";
        match "subsystem" "CDEV";
        match "type" "DESTROY";
        match "cdev" "ums[0-9]+";

        action "/etc/rc.d/moused stop $cdev";
};

Maybe mergemaster was not properly done?

--HPS
Received on Fri Oct 26 2012 - 04:47:01 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:31 UTC