Forum Discussion
Altera_Forum
Honored Contributor
16 years agoISP1362 - DE2-70 - kernel 2.6.30
After upgrading to 2.6.30 uClinux-dist and using ISP1362 component ISP1362_CTRL.v from http://www.nioswiki.com/@api/deki/files/131/=isp1362_ctrl.v (http://www.nioswiki.com/@api/deki/files/131/=isp13...
Altera_Forum
Honored Contributor
16 years agoHi,
I have look for the function that gives this error. It is usb_add_hcd in hcd.c This is the peace of code that not fulfill, but I don't know which is the source --- Quote Start --- printk(KERN_ERR "Valor menor que uno PUFF: %d\n",hcd->driver->reset(hcd)); if (hcd->driver->reset && (retval = hcd->driver->reset(hcd)) < 0) { dev_err(hcd->self.controller, "can't setup\n"); printk(KERN_ERR "Peta aki\n"); goto err_hcd_driver_setup; } --- Quote End --- Thanks for help