Hi, On Fri, May 14, 2010 at 09:40:35AM +0200, ext 영문 박 wrote:
[ 1323.040059] usb 2-1: new full speed USB device using uhci_hcd and address 2 [ 1323.269935] usb 2-1: configuration #1 chosen from 1 choice [ 1323.282972] input: NaMoS JOYTION2: Multi Motion Controller as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input7 [ 1323.304294] generic-usb 0003:1F0D:0201.0004: input,hidraw0: USB HID v1.10 Mouse [NaMoS JOYTION2: Multi Motion Controller] on usb-0000:00:10.0-1/input0 [ 1333.313073] generic-usb 0003:1F0D:0201.0005: timeout initializing reports [ 1333.321196] input: NaMoS JOYTION2: Multi Motion Controller as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.1/input/input8 [ 1333.332321] generic-usb 0003:1F0D:0201.0005: input,hidraw1: USB HID v1.10 Joystick [NaMoS JOYTION2: Multi Motion Controller] on usb-0000:00:10.0-1/input1 [ 1368.337113] generic-usb: probe of 0003:1F0D:0201.0006 failed with error -110
without your source code it's difficult to find the error, but error -110 is timeout.
[ 1368.337539] usbhid 2-1:1.3: couldn't find an input interrupt endpoint
and you seem to be missing an interrupt IN endpoint.
Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 3 // bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 1 Boot Interface Subclass bInterfaceProtocol 0 None iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.10 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 38 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x04 EP 4 OUT bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0004 1x 4 bytes bInterval 8
maybe this is the failing interface ? althought the other ones should be working just fine, no ? What's this interface supposed to do ?
-- balbi DefectiveByDesign.org -- 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