]> git.baikalelectronics.ru Git - kernel.git/commit
Input: uinput - add devname alias to allow module on-demand load
authorKay Sievers <kay.sievers@vrfy.org>
Thu, 19 Aug 2010 16:52:28 +0000 (09:52 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 21 Aug 2010 07:37:40 +0000 (00:37 -0700)
commit683a59089ded7569cc783f682621992b80908925
tree04e4884e809a627723c9d9924e23b045c6673e91
parent3b6a22aa01e9abc0f1c04a0b8076599b7190c544
Input: uinput - add devname alias to allow module on-demand load

Recent modprobe and udev versions allow to create device nodes
for modules which are not loaded. Only the first access will cause
the in-kernel module loader to pull-in the module. Systems which
never access the device node will not needlessly load the module,
and no longer need init scripts or other facilities to unconditionally
load it.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/uinput.c
include/linux/miscdevice.h
include/linux/uinput.h