pmaports/temp/xkeyboard-config/0014-Add-evdev-rule-for-Pine64-PinePhone-keyboard.patch
Elagost f0509a9a19
temp/xkeyboard-config: upgrade to 2.35.1 (MR 3133)
Upgrade to latest version and add a backport of the PinePhone keyboard
patch by Undef, which is already merged to upstream master and therefore
will be in the next version.

Adjust the source URL to the same that is in the Alpine APKBUILD.

Keep the RX-51 (Nokia N900) patches for now, but it would be good if we
could upstream/drop them in order to use Alpine's package again in the
near future. Created pmaports issue 1521 for that.

Related: pmaports issue 1515
Co-Authored-By: Oliver Smith <ollieparanoid@postmarketos.org>
2022-05-18 10:45:03 +02:00

26 lines
902 B
Diff

From 438cac05e445bbe8ef5937f25d26d99591d659dc Mon Sep 17 00:00:00 2001
From: undef <gitlab@undef.tools>
Date: Sat, 23 Apr 2022 02:52:20 +0000
Subject: [PATCH] Add evdev rule for ppkb model
This allows the keyboard model to be picked up automatically on wayland
based systems.
Backported by elagost from:
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/325
---
rules/0026-evdev.m_s.part | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/0026-evdev.m_s.part b/rules/0026-evdev.m_s.part
index c79a02e2..2dd72051 100644
--- a/rules/0026-evdev.m_s.part
+++ b/rules/0026-evdev.m_s.part
@@ -1,5 +1,6 @@
! model = symbols
$evdevkbds = +inet(evdev)+inet(%m)
chromebook = +inet(evdev)+inet(chromebook)
+ ppkb = +inet(evdev)+inet(ppkb)
applealu_jis = +inet(evdev)+macintosh_vndr/jp(alujiskeys)
* = +inet(evdev)
--