From: Greg KH <greg@kroah.com>
To: Pavel Machek <pavel@suse.cz>
Cc: mochel@osdl.org, linux-usb-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] driverfs support for USB
Date: Tue, 29 Jan 2002 08:22:58 -0800 [thread overview]
Message-ID: <20020129162258.GC17837@kroah.com> (raw)
In-Reply-To: <20020125021435.GA22080@kroah.com> <20020128125204.A72@toy.ucw.cz>
In-Reply-To: <20020128125204.A72@toy.ucw.cz>
On Mon, Jan 28, 2002 at 12:52:04PM +0000, Pavel Machek wrote:
> Hi!
>
> > .
> > |-- pci1
> > | |-- 01:08.0
> > | | |-- power
> > | | --- status
> > | |-- 01:0d.2
> > | | |-- power
> > | | --- status
> > | --- usb
> > | |-- 002
> > | | |-- power
> > | | --- status
> > | --- 003
> > | |-- power
> > | --- status
>
> Should not usb bus hang off some pci device (uhci/ohci?)
You are correct, The "usb" device should hang off of the actual pci
device that is the USB host controller. But due to the current split
between iobus and devices in the device core code, a usb bus has to
attach to the pci bus, which places it in the tree like you see here.
So to be correct the above portion of the tree should look something
like:
|-- pci1
| |-- 01:08.0
| | |-- power
| | --- status
| |-- 01:0d.2
| |-- power
| |-- status
| --- usb
| |-- 002
| |-- power
| |-- status
| --- 003
| |-- power
| --- status
It's still a work in progress :)
thanks,
greg k-h
next prev parent reply other threads:[~2002-01-29 16:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-25 2:14 [PATCH] driverfs support for USB Greg KH
2002-01-25 17:48 ` Patrick Mochel
2002-01-28 12:52 ` Pavel Machek
2002-01-29 16:22 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-02-07 22:48 Greg KH
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=20020129162258.GC17837@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=mochel@osdl.org \
--cc=pavel@suse.cz \
/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