public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* usb-uhci renamed under Linux-2.5.40
@ 2002-10-02  3:02 Krishnakumar B
  2002-10-02  3:21 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Krishnakumar B @ 2002-10-02  3:02 UTC (permalink / raw)
  To: linux-kernel

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).

Please CC me on any replies as I am not on this list.

-kitty.

-- 
Krishnakumar B <kitty at cs dot wustl dot edu>
Distributed Object Computing Laboratory, Washington University in St.Louis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: usb-uhci renamed under Linux-2.5.40
  2002-10-02  3:02 usb-uhci renamed under Linux-2.5.40 Krishnakumar B
@ 2002-10-02  3:21 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2002-10-02  3:21 UTC (permalink / raw)
  To: Krishnakumar B; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-02  3:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-02  3:02 usb-uhci renamed under Linux-2.5.40 Krishnakumar B
2002-10-02  3:21 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox