Dear all,
        I'm using linux 2.6.10 kernel and want to write my own USB OHCI driver 
because there is no ported one.
        I tried to port my own driver using ohci-pxa27x.c's structure,in the 
ohci_hcd_xxx_init function,it only register the  and then return.And I think 
there may be some function in some subsystems call the .probe of the 
ohci_hcd_xxx_driver structue,e.g.the ohci_hcd_xxx_drv_probe function which I 
filled in the .probe section of the ohci_hcd_xxx_driver structue,however,I 
cannot get the ohci_hcd_xxx_probe function invoked.I think it needn't to fill 
the .id_table secion in the structure registered,right?
        It's the first time I use 2.6 kernel and I don't know how the 
ohci_hcd_xxx_probe fuction is invoked, even I know little about the USB drivers 
structure,so,can you help?

Regards,
Richard




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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