Comment 19 for bug 1584475

Revision history for this message
Smeuuh (smeuuh) wrote :

I updated from linux mint 18 to 19, and I have a problem with this, a different one this time: my dance pad gets detected as a bogus accelerometer, and programs cannot use it. dmesg output is:

[Mon Jul 23 14:52:59 2018] usb 1-4: new full-speed USB device number 6 using xhci_hcd
[Mon Jul 23 14:52:59 2018] usb 1-4: New USB device found, idVendor=22ba, idProduct=0109
[Mon Jul 23 14:52:59 2018] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Mon Jul 23 14:52:59 2018] usb 1-4: Product: Generic USB Hub
[Mon Jul 23 14:52:59 2018] usb 1-4: Manufacturer: Rui Da
[Mon Jul 23 14:52:59 2018] hub 1-4:1.0: USB hub found
[Mon Jul 23 14:52:59 2018] hub 1-4:1.0: 3 ports detected
[Mon Jul 23 14:52:59 2018] usb 1-4.1: new full-speed USB device number 7 using xhci_hcd
[Mon Jul 23 14:52:59 2018] usb 1-4.1: New USB device found, idVendor=054c, idProduct=0268
[Mon Jul 23 14:52:59 2018] usb 1-4.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[Mon Jul 23 14:52:59 2018] usb 1-4.1: Product: FutureMax Dance Mat
[Mon Jul 23 14:52:59 2018] input: FutureMax Dance Mat Motion Sensors as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:054C:0268.0002/input/input26
[Mon Jul 23 14:52:59 2018] input: FutureMax Dance Mat as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:054C:0268.0002/input/input25
[Mon Jul 23 14:52:59 2018] sony 0003:054C:0268.0002: input,hiddev1,hidraw1: USB HID v81.11 Joystick [FutureMax Dance Mat] on usb-0000:00:14.0-4.1/input0

/dev/input/js0 reports periodic input, and gets detected by stepmania as an axis change. The actual input does not do anything. As root, I have in /dev/input/by-path/ the following:
pci-0000:00:14.0-usb-0:4.1:1.0-event pci-0000:00:14.0-usb-0:4.1:1.0-event-joystick pci-0000:00:14.0-usb-0:7:1.0-event

Of these, when I cat /dev/input/by-path/pci-0000\:00\:14.0-usb-0\:4.1\:1.0-event-joystick it does register input, although I have no idea how to make stepmania use that. The others are silent.

This is on Linux beta 4.15.0-29-generic #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
I cannot test other kernels because then my keyboard is non-functional for some reason.