Forum Discussion
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