
Intel Poulsbo USB client controller driver(IUSBC) on FitPC2i
I am working on a project in which we would like the fit-pc to work as a USB slave.
I have googled the chipset and it seems the Intel Poulsbo USB chipset is able to work in this mode.
Some time back a drivers was in development but it never made it to the mainline kernel, for unknown reasons.
This is from the mailing list:
http://markmail.org/message/ac2oc77uvla ... te:resultsFirst of all:
Can anybody confirm that this driver should work on the fit-pc2i?
Secondly:
Can anybody help me get this driver working?
I have successfully patched the 2.6.30.3 kernel with the patch from the mailinglist.
The iusbc driver loads successfully (ie. without reporting any errors) but i camnnot load the g_zero gadget module.
It fails with the following error message:
MyFitPC ~ # modprobe g_zero
FATAL: Error inserting g_zero (/lib/modules/2.6.30.3-fitpc2i/kernel/drivers/usb/gadget/g_zero.ko): No such device
It drags the iusbc module in with it:
MyFitPC ~ # lsmod
Module Size Used by
iusbc 17660 0