I'm trying to use the Portal of Power(VID: 0x1430, PID: 0x0150) with Skylander's Spyro's Adventure running through Proton 9.0-4, but I'm having issues with the device being recognized. I'm on the latest stable build of SteamOS(3.6.24). The portal lights up when it's plugged in, but the game is saying that no portal is detected.
Here's what dmesg shows when I plug in the device:
Code: Select all
[13467.869640] usb 1-1.1.2: new full-speed USB device number 17 using xhci_hcd
[13468.099852] usb 1-1.1.2: New USB device found, idVendor=1430, idProduct=0150, bcdDevice= 1.00
[13468.099868] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[13468.099874] usb 1-1.1.2: Product: Spyro Porta
[13468.099879] usb 1-1.1.2: Manufacturer: Activision
[13468.186468] hid-generic 0003:1430:0150.0013: hiddev99,hidraw8: USB HID v1.11 Device [Activision Spyro Porta] on usb-0000:04:00.3-1.1.2/input0
I'm not really too sure what the exact issue is. The portal doesn't use any special drivers outside of the generic Windows ones as far as I can tell, and I don't know what the state of HID in WINE is right now. From what I've seen online, there's an implementation of hidraw, which might be relevant? If there's no support for a device, what can you do to add support? I've seen stuff online about kernel modules/drivers as well, but I'm not too sure what's right and what's not, and a lot of threads are really old. Is it as simple as adding a udev rule or something?
Let me know if there's any other details I can provide!