public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Krishnakumar B <kitty@cse.wustl.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: usb-uhci renamed under Linux-2.5.40
Date: Tue, 1 Oct 2002 20:21:43 -0700	[thread overview]
Message-ID: <20021002032142.GA11871@kroah.com> (raw)
In-Reply-To: <15770.25006.908775.563421@samba.doc.wustl.edu>

On Tue, Oct 01, 2002 at 10:02:06PM -0500, Krishnakumar B wrote:
> Hi,
> 
> When building Linux-2.5.40, I noted that usb-uhci is renamed to (or maybe a
> complete reimplementation) uhci-hcd. How can I set up /etc/modules.conf so
> that depending on the kernel that I am running either usb-uhci (2.4.x) or
> uhci-hcd (2.5.x) is chosen for the usb-controller ? Is there some simple
> alias trick that I am missing ? Is it possible for usb-uhci to be built
> with linux-2.5.x ? I didn't see any option when doing a build from scratch
> (make mrproper menuconfig).

The uhci change happened a long time ago :)
And yes, it's a new implementation.

Here's what's in my modules.conf that allows me to run properly for both
2.4 and 2.5:
	alias usb-controller usb-uhci
	alias usb-controller1 usb-ohci
	alias usb-controller2 uhci-hcd
	alias usb-controller3 ohci-hcd

Hope this helps,

greg k-h

      reply	other threads:[~2002-10-02  3:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-02  3:02 usb-uhci renamed under Linux-2.5.40 Krishnakumar B
2002-10-02  3:21 ` Greg KH [this message]

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=20021002032142.GA11871@kroah.com \
    --to=greg@kroah.com \
    --cc=kitty@cse.wustl.edu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox