This includes two one-liners forwarded to me for the OHCI support on at91: - KB920x (and other boards with CPUs in non-BGA packages) need a slightly different way to say "ignore that port, it's not pinned out";
- On resume, if we turn clocks on, record that we did so. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Index: g26/drivers/usb/host/ohci-at91.c =================================================================== --- g26.orig/drivers/usb/host/ohci-at91.c 2006-08-30 14:14:09.000000000 -0700 +++ g26/drivers/usb/host/ohci-at91.c 2006-08-31 23:47:48.000000000 -0700 @@ -193,7 +193,7 @@ ohci_at91_start (struct usb_hcd *hcd) if ((ret = ohci_init(ohci)) < 0) return ret; - root->maxchild = board->ports; + ohci->num_ports = board->ports; if ((ret = ohci_run(ohci)) < 0) { err("can't start %s", hcd->self.bus_name); @@ -296,6 +296,7 @@ static int ohci_hcd_at91_drv_resume(stru if (!clocked) { clk_enable(iclk); clk_enable(fclk); + clocked = 1; } return 0; ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel