views:

13

answers:

0

Hello, I am writing a driver for a gamepad for linux. I have a ps3 controller (wired), a 360 controller (wired) and a Logitech precision (wired).

I found the vendor id and product id for each, and I load one at a time. the 360 controller is the only one that calls the probe function. I have the exact same code, just different ids, and only one of the three works..

why?