From: md@Linux.IT (Marco d'Itri)
To: linux-hotplug@vger.kernel.org
Subject: Re: [PATCH] some ids
Date: Mon, 07 Feb 2005 22:15:07 +0000 [thread overview]
Message-ID: <20050207221507.GE28207@wonderland.linux.it> (raw)
In-Reply-To: <20050207221138.GA16631@nostromo.devel.redhat.com>
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
On Feb 07, Bill Nottingham <notting@redhat.com> wrote:
> Pulled from RH bugzilla, namely:
Why bother? The distmap is used only with old kernels:
case "$KERNEL" in
2.4.*|2.5.*|2.6.*)
if [ -r $MAP_CURRENT ]; then
load_drivers usb $MAP_CURRENT "$LABEL"
fi;;
*)
if [ -r $MAP_DISTMAP ]; then
load_drivers usb $MAP_DISTMAP "$LABEL"
fi;;
esac
I think that it and the related code should be just removed.
--
ciao,
Marco
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-02-07 22:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-07 22:11 [PATCH] some ids Bill Nottingham
2005-02-07 22:15 ` Marco d'Itri [this message]
2005-02-07 22:32 ` Bill Nottingham
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=20050207221507.GE28207@wonderland.linux.it \
--to=md@linux.it \
--cc=linux-hotplug@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 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).