Forum Discussion
Altera_Forum
Honored Contributor
19 years agoThanks for this atle. I changed the struct definition in the header file rather than in the source c file.
Unfortunately, while now the kernel boots up fine, it's still not seeing any devices in /proc/bus/usb/devices. The host controller shows up, but if I plug in another device and try to cat that file, the system hangs. Just for reference, I have also been trying to get the ISP1161 device/gadget interface working. The only change I have made so far is in /drivers/usb/gadget/isp116x_udc.c . This file will also fail to compile until you add# include <linux/platform_device.h> somewhere at the start of the file. Again, this doesn't seem to be working right. Insmod-ing either the gadget serial or gadget ethernet driver modules causes a hang. Is there anything else that needs doing to get these working? Thanks, Josh