From f25e30dec4958ba3ab972b823210fcbc9dd231da Mon Sep 17 00:00:00 2001 From: Jian-Hong Pan Date: Thu, 5 Nov 2020 12:22:08 +0800 Subject: [PATCH] hwdb: Fix Pinebook Pro's brightness up/down and sleep keys Pinebook Pro's display brightness up & down keys do not work until the keys are mapped to the corresponding codes. Also, the sleep key is mapped to KEY_POWER code originally. This quirk maps the sleep key to the KEY_SLEEP code. This idea comes from the pinebookpro-post-install package [1] of Manjaro ARM, which is the preloaded OS on Pinebook Pro. [1]: https://gitlab.manjaro.org/manjaro-arm/packages/community/pinebookpro-post-install/-/commit/7ab1a134ea9d5b55d99de567d1ebee4ebd6f6640 --- hwdb.d/60-keyboard.hwdb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 8cb41ec093..0fe3e3f1d8 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -1395,6 +1395,16 @@ evdev:input:b0003v05A4p9735* KEYBOARD_KEY_c00bb=prog2 # Key labeled "pf2" KEYBOARD_KEY_c00b8=prog3 # Key labeled "pf3" +########################################################### +# Pine64 +########################################################### + +# Pinebook Pro +evdev:input:b0003v258Ap001E* + KEYBOARD_KEY_700a5=brightnessdown + KEYBOARD_KEY_700a6=brightnessup + KEYBOARD_KEY_70066=sleep + ########################################################### # Plantronics ###########################################################