Re: modprobe error "No such device" udc driver

2009-11-07 Thread Katharina Ludwig
Hello Thomas, > First of all, I have to admit that I did not use USB > gadgets before. > Did you read the information at http://www.linux-usb.org/gadget/ ? > You may also get more relevant information from the > linux-usb-devel > mailing list. > > That being said, I am confused about your setup.

Re: modprobe error "No such device" udc driver

2009-11-05 Thread Katharina Ludwig
Hello Thomas De Schampheleire, > Hi, > > The second parameter to platform_driver_probe() is a > function pointer > to the device-specific probe function (pxa_udc_probe). > Eventually, > this probe function will get called to check for the > presence of the > device. > > You wrote that the error

modprobe error "No such device" udc driver

2009-11-04 Thread Katharina Ludwig
Hello, please give me some help on usb gadget drivers in embedded Linux. I compiled the usb device controller driver (/drivers/usb/gadget/pxa27x_udc.c) as a module and tried to load it with the command modprobe pxa27x_udc This gives the error "No such device". Is that a mistake in the kernel s