Add OrangePi NEO Scancodes

Adds scancodes for the OrangePi NEO Handheld Gaming computer. This
device ships with an AT Translated Set 2 Keyboard device that
provides two buttons, ~~LC (Top Left) and RC (Top Right)~~
Home (front, bottom left) and Gamepad (front, bottom right). The
scancodes do not properly map in Linux. This change maps these
scancodes to ensure the hardware behaves as the OEM expects.
This commit is contained in:
Derek J. Clark 2024-06-17 11:49:30 -07:00 committed by Luca Boccassi
parent f6d517f847
commit 7c6028bbcb

View file

@ -1657,6 +1657,15 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnOQO*Inc.*:pnOQO*Model*2*:*
KEYBOARD_KEY_f2=volumedown
KEYBOARD_KEY_f3=volumeup
###########################################################
# OrangePi
###########################################################
# NEO
evdev:name:AT Translated Set 2 keyboard:dmi:*:svnOrangePi:pnNEO-01:*
KEYBOARD_KEY_66=f15 # Gamepad (front, bottom right)
KEYBOARD_KEY_67=f16 # Home (front, bottom left)
###########################################################
# Ortek
###########################################################