Hi I am currently working on a bluetooth HID device driver during GSoC this summer and have a small problem. My dummy HID-driver does not get bound on new devices. My dummy driver is available at: https://github.com/dvdhrm/xwiimote/blob/master/driver/src/hid-nintendo.c If a new bluetooth device with exactly these PID/VID values connects, the generic-bluetooth HID driver gets bound instead of my hid-nintendo driver. I checked /dev/hidrawX and it returns the same PID/VID values as I specified in my driver so these are correct. Also, if I use /sys/class/hid/drivers/generic-bluetooth/unbind and .../nintendo/bind I can bind my driver manually to that device. What can I do to lower the priority of generic-bluetooth or to push my driver in front of generic-bluetooth? Regards David -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html