On 16/10/09 22:31, Oliver Neukum wrote: > Am Freitag, 16. Oktober 2009 23:20:09 schrieb Andrew Morton: >>> Plugged joystick in and kernel detects device (from /var/log/messages): >>> kernel: usb 3-6: new low speed USB device using ohci_hcd and address 3 >>> kernel: usb 3-6: New USB device found, idVendor=068e, idProduct=00d3 >>> kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, >>> SerialNumber=0 kernel: usb 3-6: Product: CH OEM 3 AXIS 5 BUTTON JOYSTICK >>> kernel: usb 3-6: Manufacturer: CH PRODUCTS >>> kernel: usb 3-6: configuration #1 chosen from 1 choice >>> kernel: input: CH PRODUCTS CH OEM 3 AXIS 5 BUTTON JOYSTICK as >>> /devices/pci0000:00/0000:00:02.0/usb3/3-6/3-6:1.0/input/input8 >>> kernel: generic-usb 0003:068E:00D3.0004: input,hidraw3: USB HID v1.00 >>> Joystick [CH PRODUCTS CH OEM 3 AXIS 5 BUTTON JOYSTICK] on >>> usb-0000:00:02.0-6/input0 >>> >>> HAL also detects the device (from lshal): attached as hal.txt >>> >>> Functionality was checked for under jstest, jscal, KDE 4 joystick section >>> in System Settings, and by cat-ing the device. In all tests the axis >>> values did not change, and the button states did not change when joystick >>> manipulated > > > Do you see traffic with usbmon as you move the stick or press buttons? > > Regards > Oliver > There was this fix back in May for some other CH Product devices as added below and is still good in 2.6.32-rc4-git5. Index: usb-2.6/drivers/hid/hid-ids.h =================================================================== --- usb-2.6.orig/drivers/hid/hid-ids.h +++ usb-2.6/drivers/hid/hid-ids.h @@ -113,6 +113,11 @@ #define USB_VENDOR_ID_BERKSHIRE 0x0c98 #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 +#define USB_VENDOR_ID_CH 0x068e +#define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 +#define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 +#define USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE 0x00ff + #define USB_VENDOR_ID_CHERRY 0x046a #define USB_DEVICE_ID_CHERRY_CYMOTION 0x0023 Index: usb-2.6/drivers/hid/usbhid/hid-quirks.c =================================================================== --- usb-2.6.orig/drivers/hid/usbhid/hid-quirks.c +++ usb-2.6/drivers/hid/usbhid/hid-quirks.c @@ -50,6 +50,9 @@ static const struct hid_blacklist { { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_COMBATSTICK, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_FLIGHT_SIM_YOKE, HID_QUIRK_NOGET }, + { USB_VENDOR_ID_CH, USB_DEVICE_ID_CH_PRO_PEDALS, HID_QUIRK_NOGET }, { USB_VENDOR_ID_DMI, USB_DEVICE_ID_DMI_ENC, HID_QUIRK_NOGET }, { USB_VENDOR_ID_ELO, USB_DEVICE_ID_ELO_TS2700, HID_QUIRK_NOGET }, { USB_VENDOR_ID_SUN, USB_DEVICE_ID_RARITAN_KVM_DONGLE, HID_QUIRK_NOGET }, Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Licensed Private Pilot Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist, Cricket Coach Microsoft Windows Free Zone - Linux used for all Computing Tasks -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html