USB driver
Greg KH
greg at kroah.com
Sat Apr 25 03:00:56 EDT 2020
On Sat, Apr 25, 2020 at 07:44:12AM +0200, Sohaib Mhmd wrote:
> Hi everyone, I made a very simple USB driver
> <https://gist.github.com/smalinux/3d6a5b000a32b97250b2d0c86b90711b>,
> but the problem is that the probe and disconnect functions never was called.
What USB device is currently attached to the ids that your driver wants
to bind to? Unload/unbind that and then your driver should work.
greg k-h
More information about the Kernelnewbies
mailing list