]> git.baikalelectronics.ru Git - kernel.git/commit
Input: Add N64 controller driver
authorLauri Kasanen <cand@gmx.com>
Mon, 25 Jan 2021 04:53:53 +0000 (20:53 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 25 Jan 2021 05:16:21 +0000 (21:16 -0800)
commit3bdffa8ffb45c4f217d31a9250e90432ac31b35e
tree89a31859251bc98d28cb4ea7516652aeb2bfbf56
parentce996aa30ef1d20bb8c84aa78087bb07b4745317
Input: Add N64 controller driver

This adds support for the four built-in controller
ports on the Nintendo 64 console. The N64 controller
includes an analog stick, a d-pad, and several buttons.

No module support as the target has only 8mb ram.

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Link: https://lore.kernel.org/r/20210115133408.0acd70163b582b77ad0a029b@gmx.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/joystick/Kconfig
drivers/input/joystick/Makefile
drivers/input/joystick/n64joy.c [new file with mode: 0644]