14th Nov, 2013, 12:16 AM
I would love if the kernel provided with Xbian had usbhid as a loadable/unloadable module so I can add my quirk to my specific usb joystick that's not included in the black-list vendor:product list.
Or if someone could add the following line to the black list for me.
./drivers/hid/usbhid/hid-quirks.c at line #102
{ USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }
I would do it myself but I'm not sure how to build the kernel so Xbian will still boot properly. By the way, my product vendor is : 0925:8866 which is extremely similar to other joysticks already added but it's not in there so when usbhid driver does a GET_REQUEST for reports the joystick chokes and doesn't work. Adding this quirk into piMame distribution got it to work. I just need help to get my quirk here too.
Thanks.
Or if someone could add the following line to the black list for me.
./drivers/hid/usbhid/hid-quirks.c at line #102
{ USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT }
I would do it myself but I'm not sure how to build the kernel so Xbian will still boot properly. By the way, my product vendor is : 0925:8866 which is extremely similar to other joysticks already added but it's not in there so when usbhid driver does a GET_REQUEST for reports the joystick chokes and doesn't work. Adding this quirk into piMame distribution got it to work. I just need help to get my quirk here too.
Thanks.