<div dir="ltr">Hi everyone, I made a very <a href="https://gist.github.com/smalinux/3d6a5b000a32b97250b2d0c86b90711b">simple USB driver</a>,<br>but the problem is that the probe and disconnect functions never was called.<br>I tried to google for this problem but unfortunately:<br>1- I don't use <a href="https://stackoverflow.com/a/31071943/5688267">usb-storage</a>, it's a keyboard! (but anyway the same problem exists with any usb-based device) and all driver on my machine are  bluetooth related drive (i think!) (as you see from lsmod | grep usb)<br>2- I tried to <a href="https://stackoverflow.com/a/4204608/5688267">rmmod usbhid</a> but I get error: ERROR: Module usbhid is builtin.<br>I tried to search for "usbhid" in .config file to remove it but I didn't find anything.<br><br>What should I do?<br>thanks, smalinux<br><br>[root@hp kernel_mod]# lsmod | grep usb<br>sma_usb                16384  0<br>btusb                  57344  0<br>btrtl                  24576  1 btusb<br>btbcm                  20480  1 btusb<br>btintel                32768  1 btusb<br>bluetooth             634880  34 btrtl,btintel,btbcm,bnep,ath3k,btusb,rfcomm<br><br>I use  :<div>- Linux hp 5.6.3 #2 SMP Fri Apr 10 06:45:27 EET 2020 x86_64 x86_64 x86_64 GNU/Linux<br>- Linux buildroot 5.4.3-gf7688b48a-dirty #1 SMP Thu Jan 1 00:00:00 UTC 1970 x86_64 GNU/Linux<div><br></div></div></div>