Generic cheapish gamepad not working - driver not loaded

Hi I have new USB gamepad which works fine in my Windows machine but not in my Vero 4K+.

I tested with latest stable (not working) and updated to latest “bullseye” beta (not working). No “/dev/input…” device is created, gamepad is not working, but its lights light up. Seems like a missing driver thing.

Gamepad reports itself as “Microntek” made and I was able to gather some info and it seems that module “hid_dr” needs to be present in the kernel for this to work.

https://cateee.net/lkddb/web-lkddb/HID_DRAGONRISE.html

CONFIG_HID_DRAGONRISE

@sam_nazarko Can you please enable given switch/module for the kernel?

[  175.219719] usb 1-1.2: USB disconnect, device number 4
[  179.611419] usb 1-1.2: new low-speed USB device number 7 using xhci-hcd
[  179.745995] usb 1-1.2: New USB device found, idVendor=0079, idProduct=0006
[  179.746004] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  179.746009] usb 1-1.2: Product: USB Joystick
[  179.746013] usb 1-1.2: Manufacturer: Microntek

I can add this for the new video stack which will enter testing at the end of Summer.

Sam

I’ve added support for this to our 4.9.269 kernel

1 Like

THank you so much.

Maybe dumb question: Can I somehow test your fix? Do not see any updates in the repo. :slight_smile:

You will need to wait until it’s made available

1 Like

Wow, ok, thanks man. Will wait for an update.