Description of problem: Speedlink Black Widow USB joystick does not work. This is a regression, it used to work in F16. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1. Plug-in joystick Actual results: No associted input device created. Expected results: Input devices created. Additional info: Jun 13 10:04:14 localhost kernel: [ 6226.765035] usb 1-1.5.1: new low-speed USB device number 8 using ehci_hcd Jun 13 10:04:14 localhost kernel: [ 6226.860269] usb 1-1.5.1: New USB device found, idVendor=07b5, idProduct=0317 Jun 13 10:04:14 localhost kernel: [ 6226.860279] usb 1-1.5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Jun 13 10:04:14 localhost kernel: [ 6226.860285] usb 1-1.5.1: Product: USB Game Controllers Jun 13 10:04:14 localhost kernel: [ 6226.860290] usb 1-1.5.1: Manufacturer: Mega World Jun 13 10:04:14 localhost kernel: [ 6226.868478] input: Mega World USB Game Controllers as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1/1-1.5.1:1.0/input/input19 Jun 13 10:04:14 localhost kernel: [ 6226.868950] generic-usb 0003:07B5:0317.0004: input,hidraw0: USB HID v1.10 Joystick [Mega World USB Game Controllers] on usb-0000:00:1a.0-1.5.1/input0 Jun 13 10:04:14 localhost mtp-probe: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5.1" Jun 13 10:04:14 localhost mtp-probe: bus: 1, device: 8 was not an MTP device
Can you please provide lsusb -v for this device so I can see if I can avoid probing it from libmtp?
I found out that this was caused by missing joydev module which is now in kernel-modules-extra package which is not installed by default.
But I shouldn't be probing this device anyway, so lsusb -v would still be appreciated...
Created attachment 592854 [details] lsusb Sure, adding lsusb -v output.
Thanks! I'll study this..