On Fri, 20 Jan 2006, Pete Zaitcev wrote: > On Fri, 20 Jan 2006 11:58:59 -0600 (CST), Kumar Gala <[EMAIL PROTECTED]> > wrote: > > > "Port number in the Queue head is 0 to N-1. It should be 1 to N according > > to EHCI spec. This bug only affects the host mode." > > > > Would something like the following patch be acceptable? > > > +#ifdef CONFIG_PPC_83xx > > +/* Some Freescale processors have an errata in which the > > + * port number in the queue head was 0..N-1 instead of 1..N. > > + */ > > +#define ehci_has_FSL_portno_bug(e) ((e)->has_fsl_port_bug) > > +#else > > +#define ehci_has_FSL_portno_bug(e) (0) > > +#endif > > Why don't we key this off the PCI IDs?
Because these aren't PCI devices. Its an embedded system-on-chip. - kumar ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
