Teensy HID support in linux 3.x kernel needs CONFIG_USB_EHCI_TT_NEWSCHED

Thierry Bultel

New member
Hi,

FYI, I spent some time to find out that for having the Teensy-HID Joystick properly work,
the linux kernel -must- have CONFIG_USB_EHCI_TT_NEWSCHED=y
(which is the case on Ubuntu, but not necessary on some embedded devices)
Else, opening /dev/input/js0 leads to a "device or resource busy" error.

Cheers,
Thierry
 
Back
Top