I have a set of USB CH Pro Rudder Pedals -- these work as a three-axis
USB joystick, but with no buttons.

With unmodified kernel version 2.4.17, the USB subsystem recognized
the pedals but did not create a joystick device, because
drivers/input/joydev.c tests for both buttons and axes before
accepting that a device is a joystick.  With help from Tony Peden, I
managed to fix that (by testing for axes only), but now the USB
subsystem is not sending any update events to joydev.c -- axes are
frozen at whatever they were when the USB modules were loaded.

I'm willing to do some debugging work in drivers/usb, but first, I'd
like to know if anyone else has managed to solve this problem.  I've
tried both the uhci and usb-uhci modules, and have set 

  CONFIG_USB_LONG_TIMEOUT=y

but nothing is helping.  Where should I start looking in the
drivers/usb subtree?


Thanks, and all the best,


David

-- 
David Megginson
[EMAIL PROTECTED]


_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to