Cc: Oliver Pinter <oliver.pntr@...>, Kernel development list <linux-kernel@...>, Andrew Morton <akpm@...>, Greg KH <greg@...>, SCSI development list <linux-scsi@...>, USB list <linux-usb@...>
It's not unreasonable. Neither is Aristotelian physics. Nevertheless,
neither one is a good match to reality.
Why not arrange instead that messages sent from a mailing list server
_do_ get filtered into the corresponding folder, even if they were also
sent to your address? This certainly should make your assumption (that
messages not filtered into any mailing-list folder are specifically
intended for you) much more valid than it is now.
Well, I _am_ receiving your messages by way of linux-usb as well as
directly, for whatever that's worth.
Go into the /sys/bus/pci/drivers/ehci_hcd directory. Then for each
symbolic link to a controller device listed there, write the device's
name (with "echo -n") to the "unbind" file. For example,
echo -n 0000:00:1d.7 >unbind
That will have nearly the same effect as unloading ehci-hcd.
ACPI isn't directly related to USB; rather it has to do with
transferring information between the OS and the
BIOS/vendor-specific-hardware. Power management is example where such
a transfer is needed. In your case, the relevant information is which
IRQ is connected to which motherboard device. If you don't have ACPI
enabled in your configuration, then perhaps that's the problem -- try
enabling it.
Maybe they aren't. But when you have multiple bugs, you have to fix
them one at a time.
I don't know, but you should wait until the simpler problem is sorted
out before tackling the more complicated ones.
Alan Stern
--