Altera_Forum
Honored Contributor
20 years agoLinux driver for USB ISP1161 not working
I have been trying to get the USB HCD driver for the Philips ISP1161 host controller which is on the Microtronix USB-Ethernet board working. According to the wiki, it is supported and should work.
Initially the kernel compile would just fail, with the error that the isp116x_platform_data struct was missing members. I fixed this by replacing the file defining this, include/linux/usb_isp116x.h, with the same file from the Microtronix 1.4 distribution. This led to the kernel compiling successfully. However, now the kernel just halts when loading this driver. I'm not sure how to go about debugging this without a lot of printks. I would like to use gdb, but have been unsuccessful at building it. So, does anyone know how to get the ISP1161 working?