Date: Thu, 15 Nov 2012 12:37:37 -0400 From: Jan Beich <jbeich@tormail.org> To: freebsd-multimedia@freebsd.org Subject: linux joystick Message-ID: <1TZ2UN-0007lV-2Q@internal.tormail.org>
next in thread | raw e-mail | index | archive | help
Many linux games and wine provide support only for linux joystick. emulators/joytran helps but some games do not even support more than one keyboard player e.g., Shank. As devel/linux-js is nowadays broken I've tried to comile webcamd with CONFIG_INPUT_JOYDEV but it still fails to attach to my usb gamepad. OTOH, webcamd has no trouble attaching to my wacom tablet. Any clue what may be missing? -- # ubuntu (laptop) [ 33.907951] usb 2-1.5: new low-speed USB device number 3 using ehci_hcd [ 34.097118] input: Mega World Thrustmaster dual analog 3.2 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5/2-1.5:1.0/input/input15 [ 34.097409] generic-usb 0003:044F:B315.0001: input,hidraw0: USB HID v1.10 Gamepad [Mega World Thrustmaster dual analog 3.2] on usb-0000:00:1d.0-1.5/input0 [ 34.097427] usbcore: registered new interface driver usbhid [ 34.097430] usbhid: USB HID core driver # freebsd (foobox) $ usbconfig -d 3.3 dump_curr_config_desc ugen3.3: <Thrustmaster dual analog 3.2 Mega World> at usbus3, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x0022 bNumInterfaces = 0x0001 bConfigurationValue = 0x0001 iConfiguration = 0x0000 <no string> bmAttributes = 0x00a0 bMaxPower = 0x00af Interface 0 bLength = 0x0009 bDescriptorType = 0x0004 bInterfaceNumber = 0x0000 bAlternateSetting = 0x0000 bNumEndpoints = 0x0001 bInterfaceClass = 0x0003 bInterfaceSubClass = 0x0000 bInterfaceProtocol = 0x0000 iInterface = 0x0000 <no string> Additional Descriptor bLength = 0x09 bDescriptorType = 0x21 bDescriptorSubType = 0x10 RAW dump: 0x00 | 0x09, 0x21, 0x10, 0x01, 0x00, 0x01, 0x22, 0x6c, 0x08 | 0x00 Endpoint 0 bLength = 0x0007 bDescriptorType = 0x0005 bEndpointAddress = 0x0081 <IN> bmAttributes = 0x0003 <INTERRUPT> wMaxPacketSize = 0x0008 bInterval = 0x000a bRefresh = 0x0000 bSynchAddress = 0x0000 $ webcamd -d 3.3 webcamd: Cannot find USB device
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1TZ2UN-0007lV-2Q>