Bug 2226
Summary: | CH Products Flightstick Pro USB doesn't work until you "cat /proc/bus/usb/devices" | ||
---|---|---|---|
Product: | Drivers | Reporter: | Christopher A. Shamis (cshamis1) |
Component: | USB | Assignee: | Vojtech Pavlik (vojtech) |
Status: | REJECTED INSUFFICIENT_DATA | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.2 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 5089 |
Description
Christopher A. Shamis
2004-02-28 19:48:09 UTC
same behaviour with kernels 2.6.4 and 2.6.7 for CH Products Flight Sim Yoke USB CH Pro Pedals USB Rudder Pedals work out of the box without need for cat command. when CH Products Flight Sim Yoke USB is plugged in, it creates a line in /var/ log/messages saying drivers/usb/input/hid-core.c: ctrl urb status -32 received, which is EPIPE in fact. All USB joysticks use the same code in hid driver. As joystick "pedals" does work without cat and joystick "yoke" works after cat, it might be a problem of a deeper layer during initialization. Should no longer be an issue due to the way the /proc/bus/usb/devices logic was rewritten a few kernel releases ago. If this still happens on 2.6.13-rc6 or greater, please reopen this bug. |