views:

43

answers:

1

hello. I am writing a USB device drive for linux. it's for a joystick. every time plug it in, linux loads a hid driver. is there a way to tell Linux to load mine when I plug it in? or at least not load the default one?

I can echo the id in unbind of the default driver and echo it in bind of my driver; but I would like something more automatic.. thanks

+1  A: 

Here's a thread with a fix for a similar problem.

Karl Bielefeldt
I will try that. thank you
pvinis
nothing........
pvinis