From: Jian-Hong Pan Date: Thu, 5 Nov 2020 04:22:08 +0000 (+0800) Subject: hwdb: Fix Pinebook Pro's brightness up/down and sleep keys X-Git-Tag: v247-rc2~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f25e30dec4958ba3ab972b823210fcbc9dd231da;p=thirdparty%2Fsystemd.git 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 --- diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 8cb41ec0939..0fe3e3f1d8f 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 ###########################################################