recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017
GNU General Public License v2.0
200 stars 120 forks source link

fix MK_ARCADE_MCP23017 being ignored #52

Closed vizigr0u closed 7 years ago

vizigr0u commented 7 years ago

When using options like map=0x20, the MCP23017 doesn't get initialized, resulting in inputs not working. This patch fixes the bug (introduced in c25f91f)

digitalLumberjack commented 7 years ago

Thanks :)