From: Kay Sievers Date: Thu, 19 Aug 2010 16:52:28 +0000 (-0700) Subject: Input: uinput - add devname alias to allow module on-demand load X-Git-Tag: v2.6.36-rc3~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8905aaafb4b5d9764c5b4b54c7d03eb41bb0a7e9;p=pandora-kernel.git 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 Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed