kernel/devfs: Allow devices to devctl_notify() also during cold boot.
authorSascha Wildner <saw@online.de>
Fri, 29 Aug 2014 08:07:36 +0000 (10:07 +0200)
committerSascha Wildner <saw@online.de>
Fri, 29 Aug 2014 08:07:36 +0000 (10:07 +0200)
commit249f96124a8f3149815b530093c05d0244bbbe9d
treecbbcc01e1584340a4430d1dda79beadaad25e092
parent212bd1a8830606e12141f313a17f993d37b44715
kernel/devfs: Allow devices to devctl_notify() also during cold boot.

This fixes the issue that no moused(8) was started if a USB mouse was
plugged in already during booting.

While here, also rename the notify function.

In-collaboration-with: mneumann
sys/vfs/devfs/devfs_core.c