mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kbd: version bump 2.2.0 -> 2.6.4
@ 2024-07-16 14:13 Andreas Helmcke
  2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Helmcke @ 2024-07-16 14:13 UTC (permalink / raw)
  To: ptxdist

A bunch of fixes and improvements.

link: https://lore.kernel.org/kbd/ZXcd1VL4svvELGkH@example.org/T/#u
link: https://lore.kernel.org/kbd/ZQmM%2FZ6umW5WBZXK@example.org/T/#u
link: https://lore.kernel.org/kbd/ZNt6q3R+e0QIGjGX@example.org/T/#u
link: https://lore.kernel.org/kbd/ZJwMfSmdL7BMNODE@example.org/T/#u
link: https://lore.kernel.org/kbd/ZIcWEsPbcTjT03%2Fn@example.org/T/#u
link: https://lore.kernel.org/kbd/Yqte4rQPPAguNJ70@example.org/T/#u
link: https://lore.kernel.org/kbd/20220602145730.zkzdt34tktkexhsx@example.org/T/#u
link: https://lore.kernel.org/kbd/20201215204954.bcrtr2noluszqgwe@example.org/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 <ahelmcke@ela-soft.com>
---
 .../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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] kbd: version bump 2.2.0 -> 2.6.4
  2024-07-16 14:13 [ptxdist] [PATCH] kbd: version bump 2.2.0 -> 2.6.4 Andreas Helmcke
@ 2024-08-05  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Andreas Helmcke

Thanks, applied as fd781cee83826366325751856527efadea7c2ae6.

Michael

[sent from post-receive hook]

On Mon, 05 Aug 2024 08:49:36 +0200, Andreas Helmcke <ahelmcke@ela-soft.com> wrote:
> A bunch of fixes and improvements.
> 
> link: https://lore.kernel.org/kbd/ZXcd1VL4svvELGkH@example.org/T/#u
> link: https://lore.kernel.org/kbd/ZQmM%2FZ6umW5WBZXK@example.org/T/#u
> link: https://lore.kernel.org/kbd/ZNt6q3R+e0QIGjGX@example.org/T/#u
> link: https://lore.kernel.org/kbd/ZJwMfSmdL7BMNODE@example.org/T/#u
> link: https://lore.kernel.org/kbd/ZIcWEsPbcTjT03%2Fn@example.org/T/#u
> link: https://lore.kernel.org/kbd/Yqte4rQPPAguNJ70@example.org/T/#u
> link: https://lore.kernel.org/kbd/20220602145730.zkzdt34tktkexhsx@example.org/T/#u
> link: https://lore.kernel.org/kbd/20201215204954.bcrtr2noluszqgwe@example.org/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 <ahelmcke@ela-soft.com>
> Message-Id: <20240716141314.102708-2-ahelmcke@ela-soft.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 60bba99b2e5c..445ec3a3e9e7 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))



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-05  6:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-16 14:13 [ptxdist] [PATCH] kbd: version bump 2.2.0 -> 2.6.4 Andreas Helmcke
2024-08-05  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox