Forum Discussion
Altera_Forum
Honored Contributor
10 years agoProbe not called while using USB xHCI driver in nios2-linux
Hi, I am working on USB xHCI drivers in nios2-linux with kernel v3.10. I have updated ../usb/kconfig to enable support of usb_arch_has_xhci on which usb_xhci_hcd depends. I have also enabled us...
Altera_Forum
Honored Contributor
10 years agoHi All,
I have found the solution to above issue. When device is added using platform_add_devices from platform.c, that device should have same name as given to the driver. Thanks.