On Sun, Aug 20, 2006 at 10:17:16PM +0300, Makrydakis Giannhs wrote: > > > I wrote a usb device driver for a HID device, have done the compilation and > inserted this module in the kernel. the problem is when i start the device > it gets matched on the usbhid driver instead of my vendor_and_product > specific driver. What didn't I get right? You forgot to add your device to the hid driver's blacklist so it would not bind to your device first? Hope this helps, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/