I was able to get my usb storage devices to be recognized as High
speed devices by commenting out these lines in ehci-hcd.c in a
2.6.21.5 kernel:

in function ehci_run:
      hcd->uses_new_polling = 1;
in function ehci_irq:
      if (pcd_status & STS_PCD)
          usb_hcd_poll_rh_status(hcd);

Any ideas why?

On 7/12/07, Alan Stern <[EMAIL PROTECTED]> wrote:
> On Thu, 12 Jul 2007, Gene Heskett wrote:
>
> > >If you want to see all the patches that affected each source file, you
> > >can use the Git-Web interface at kernel.org:
> > >
> > >http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=dr
> > >ivers/usb/host;h=01260c55a15973281b292c052424e7c11fef9bcf;hb=c8f71b01a50597e
> > >298dc3214a2f2be7b8d31170c
> > >
> > >This will present you with the state of drivers/usb/host as of
> > >2.6.21-rc1.  Simply click on the History link for each file of
> > >interest.
> > >
> > >Alan Stern
> > >
> > This is a very neat tool Alan, but what if we want to check on more recent
> > stuff cuz 21-rc1 is like 5 months or so old now?
>
> Then you start at the current head:
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
>
> Or to see all the available GIT trees:
>
> http://git.kernel.org/
>
> Alan Stern
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> linux-usb-devel@lists.sourceforge.net
> To unsubscribe, use the last form field at:
> https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to