I have a usb kernel module that needs to be loaded after it has been insmoded without waiting for re-enumeration
The uses case is something like this - Build and insmod the kernel module. - The user has the usb devices plugged in, so he/she expects the device to work -The driver is present(modprobe show is) but not loaded, thus the usb device does not work
Is there a way I can force the kernel to reenumarate a given device, I am currently looking at libusb,it seems like the accomplish something similar by issuing an IOCTL.