Forum Discussion
Altera_Forum
Honored Contributor
20 years agoisp1362-hcd.c USB driver help
Hi everyone... I am trying to get the isp1362-hcd.c driver to work on a 2.6.11 kernel. the board is a ppc homebrew board... I think I have the driver basically working but I am new to the USB stuff...
Altera_Forum
Honored Contributor
20 years agoThat's OK.
You should check your hardware first before debug the software driver. You should write a simple program to do some registers access, and check the timing with a scope or LA. Hardware must be tested at much as possible. Then trace thourgh the isp1362-hcd.c . Watch for the reset and initialization. After that the usb will detect the root hub. You should read ch13 usb of the book Linux device driver 3rdEd. It will give you more insight.