Shanwan Ps3 Controller Clone under linux
Started by dariocdj




5 posts in this topic
dariocdj
Member


0
8 posts 3 threads Joined: Nov 2019
03-11-2020, 08:39 AM -
#6
Please no one can help me? It's lot of time that i need to solve this issue for my children...
Thanks
Dario

evdev: Evdev button (NULLSTR) (302) is unknown. Please add it to the button list.

Where is button_list ?

case EV_KEY:
{
m_is_button_or_trigger = true;

// get the button value and return its code
if (button_list.find(code) == button_list.end())
{
evdev_log.error("Evdev button %s (%d) is unknown. Please add it to the button list.", libevdev_event_code_get_name(EV_KEY, code), code);
return -1;
}

value = val > 0 ? 255 : 0;
return code;
}
This post was last modified: 03-11-2020, 02:15 PM by dariocdj.


Messages In This Thread
RE: Shanwan Ps3 Controller Clone under linux - by dariocdj - 03-11-2020, 08:39 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)