All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg59@srcf.ucam.org>
To: acpi-devel@lists.debian.org
Cc: linux-kernel@vger.kernel.org
Subject: ACPI and hotplug module loading
Date: Mon, 14 Feb 2005 20:20:35 +0000	[thread overview]
Message-ID: <1108412435.4085.112.camel@tyrosine> (raw)

ACPI modules provide the name of the device that they want to bind to in
the .ids section of the acpi_driver structure. Currently this
information isn't made available in module.aliases - nor does the
information from the DSDT seem to make its way into /sys anywhere. If
these two issues were fixed, it would be possible for hotplug to
autoload acpi modules on boot.

The first of these is fairly easy to fix - it just requires a macro to
populate a MODULE_ALIAS table during module building. The second sounds
more awkward. Is this a desirable goal, and if so what's the best way of
approaching it?
-- 
Matthew Garrett | mjg59@srcf.ucam.org


                 reply	other threads:[~2005-02-14 20:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1108412435.4085.112.camel@tyrosine \
    --to=mjg59@srcf.ucam.org \
    --cc=acpi-devel@lists.debian.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.