Compare commits
No commits in common. "ea394d48cc66329413e2b10713f0c0c4eb18c08d" and "ce8f6d478e3f6c6a313fb19615aa5029bb18f86d" have entirely different histories.
ea394d48cc
...
ce8f6d478e
|
@ -1395,16 +1395,6 @@ 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
|
||||
###########################################################
|
||||
|
|
|
@ -2672,8 +2672,8 @@ int main(int argc, char *argv[]) {
|
|||
if (r >= 0) {
|
||||
if (previous_boot_id_valid &&
|
||||
!sd_id128_equal(boot_id, previous_boot_id))
|
||||
printf("%s-- Boot "SD_ID128_FORMAT_STR" --%s\n",
|
||||
ansi_highlight(), SD_ID128_FORMAT_VAL(boot_id), ansi_normal());
|
||||
printf("%s-- Reboot --%s\n",
|
||||
ansi_highlight(), ansi_normal());
|
||||
|
||||
previous_boot_id = boot_id;
|
||||
previous_boot_id_valid = true;
|
||||
|
|
Loading…
Reference in New Issue