binding/unbinding usb drivers a.k.a. who stole my hidraw1 device file

Hi! Recently I was playing with using my HID device differently then usual: I used the libusb library. Instead opening a raw file /dev/hidraw1, I used libusb_open_device_with_vid_pid(). Everything was working properly, then it was a time to go back using the hidraw file… but wait: …

Read More