A bunch of fixes and improvements. link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/zqmm%[email protected]/T/#u link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/zicwespbctjt03%[email protected]/T/#u link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/[email protected]/T/#u link: https://lore.kernel.org/kbd/20200710181830.fa2o4kvozbb6n5sw@comp-core-i7-2640m-0182e6/T/#u
Patch series renamed, still applies without problems. Signed-off-by: Andreas Helmcke <[email protected]> --- .../0001-getkeycode-show-reserved-scancode.patch | 0 patches/{kbd-2.2.0 => kbd-2.6.4}/series | 0 rules/kbd.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{kbd-2.2.0 => kbd-2.6.4}/0001-getkeycode-show-reserved-scancode.patch (100%) rename patches/{kbd-2.2.0 => kbd-2.6.4}/series (100%) diff --git a/patches/kbd-2.2.0/0001-getkeycode-show-reserved-scancode.patch b/patches/kbd-2.6.4/0001-getkeycode-show-reserved-scancode.patch similarity index 100% rename from patches/kbd-2.2.0/0001-getkeycode-show-reserved-scancode.patch rename to patches/kbd-2.6.4/0001-getkeycode-show-reserved-scancode.patch diff --git a/patches/kbd-2.2.0/series b/patches/kbd-2.6.4/series similarity index 100% rename from patches/kbd-2.2.0/series rename to patches/kbd-2.6.4/series diff --git a/rules/kbd.make b/rules/kbd.make index 60bba99b2..445ec3a3e 100644 --- a/rules/kbd.make +++ b/rules/kbd.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_KBD) += kbd # # Paths and names # -KBD_VERSION := 2.2.0 -KBD_MD5 := 5b07c5cf73f2a2bdff5a489368969f70 +KBD_VERSION := 2.6.4 +KBD_MD5 := b0f037ce1ad751b2ced0b7ab8efac818 KBD := kbd-$(KBD_VERSION) KBD_SUFFIX := tar.gz KBD_URL := $(call ptx/mirror, KERNEL, utils/kbd/$(KBD).$(KBD_SUFFIX)) -- 2.43.0
