From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Tom Gundersen <teg@jklm.no>
Cc: Matthew Garrett <mjg59@srcf.ucam.org>,
"linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] input: allow SERIO=m even without EXPERT=y
Date: Tue, 3 Sep 2013 12:24:21 -0700 [thread overview]
Message-ID: <20130903192421.GA26734@core.coreip.homeip.net> (raw)
In-Reply-To: <CAG-2HqVK+nH4+AFrBUmr6wp1zfTeUdLArmXxZxC4TwuPSSkKZg@mail.gmail.com>
On Tue, Sep 03, 2013 at 06:25:28PM +0200, Tom Gundersen wrote:
> On Tue, Sep 3, 2013 at 5:02 PM, Matthew Garrett <mjg59@srcf.ucam.org> wrote:
> > On Mon, Sep 02, 2013 at 08:47:10PM +0200, Tom Gundersen wrote:
> >> There is plenty of consumer hardware (e.g., mac books) that does not use
> >> AT keyboards or PS/2 mice. It therefore makes sense for distro kernels
> >> to build the related drivers as modules to avoid loading them on hardware
> >> that does not need them. As such, these options should no longer be protected
> >> by EXPERT.
> >
> > There are systems (although, with luck, only *very* old ones) where the
> > modules won't get autoloaded. You should probably mention that in the
> > help text.
>
> Good point, if this turns out to be a problem on current hardware
> distros probably want to load the modules automatically at boot by
> default.
Presumably such systems would carry over their .config which would have
these as built-in.
>
> Does this problem only apply to the i8042 module or also atkbd and libps2?
Atkbd should be able to load automatically (as long as modutils support
SERIO bus, which any recentish - 5 years? - modutils should do).
libps2 should load automatically to resolve dependencies of
atkbd/psmouse.
i8042 is old-style platform driver, so nothing will load it if it is
compiled as a module. This one worries me most.
mousedev should load automatically if something tries to open it's
device nodes.
Thanks.
--
Dmitry
next prev parent reply other threads:[~2013-09-03 19:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-02 18:47 [PATCH] input: allow SERIO=m even without EXPERT=y Tom Gundersen
2013-09-02 21:01 ` richard -rw- weinberger
2013-09-02 21:30 ` Geert Uytterhoeven
2013-09-02 21:46 ` Tom Gundersen
2013-09-03 15:02 ` Matthew Garrett
2013-09-03 16:25 ` Tom Gundersen
2013-09-03 19:24 ` Dmitry Torokhov [this message]
2013-09-03 19:35 ` Matthew Garrett
2013-09-04 9:27 ` [PATCH] input: i8042 - add PNP modaliases Tom Gundersen
2013-10-04 12:26 ` Tom Gundersen
2013-10-30 14:30 ` Tom Gundersen
2013-10-31 7:44 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130903192421.GA26734@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mjg59@srcf.ucam.org \
--cc=teg@jklm.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).