all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 72390@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>,
	Leo Famulari <leo@famulari.name>, Wilko Meyer <w@wmeyer.eu>
Subject: [bug#72390] [PATCH] gnu: tuxedo-keyboard: Update to 4.6.1
Date: Wed, 31 Jul 2024 09:11:50 +0200	[thread overview]
Message-ID: <b35269e9a5347926304d890de6d7d1a18f7dee59.1722409909.git.ashish.is@lostca.se> (raw)

* gnu/packages/linux (tuxedo-keyboard): Update to 4.6.1.
[source] Update repository URL to point to new upstream.
[home-page] Update home-page.

Change-Id: Ia10680c9ebd3381c26f2af5c174bcb497aac6c25
---
Hi,

I tested building this with Linux kernel 6.9.x.

For kernel > 6.10.x, we will need following patch (not included):

https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers/-/issues/182#note_2007072529

Thanks!

 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 613d4b260c..eb8068849c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1611,20 +1611,20 @@ (define-public librem-ec-acpi-linux-module
 (define-public tuxedo-keyboard
   (package
     (name "tuxedo-keyboard")
-    (version "3.2.10")
+    (version "4.6.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/tuxedocomputers/tuxedo-keyboard.git")
+             (url "https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers.git")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1kbspr1vs6jpfsb3c4hbw2d8y06v2a3m4c27rhggkfksf4x82gip"))))
+        (base32 "0hbqk28qi3yxw0g3j8yarsplyigpd8kgliri7c48d3yhliiiz7l5"))))
     (build-system linux-module-build-system)
     (arguments
      (list #:tests? #f))                ; no test suite
-    (home-page "https://github.com/tuxedocomputers/tuxedo-keyboard")
+    (home-page "https://gitlab.com/tuxedocomputers/development/packages/tuxedo-drivers")
     (synopsis "Linux kernel modules to control keyboard on most Tuxedo computers")
     (description
      "This package provides the @code{tuxedo_keyboard}, @code{tuxedo_io},

base-commit: 01d4363168ed10ea223047f7a7b83201f161ec0b
-- 
2.45.2





             reply	other threads:[~2024-07-31  7:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-31  7:11 Ashish SHUKLA via Guix-patches via [this message]
2024-08-01 10:35 ` bug#72390: [PATCH] gnu: tuxedo-keyboard: Update to 4.6.1 Christopher Baines
2024-08-01 21:10 ` [bug#72390] " Leo Famulari
2024-08-01 21:53   ` Ashish via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b35269e9a5347926304d890de6d7d1a18f7dee59.1722409909.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=72390@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    --cc=leo@famulari.name \
    --cc=w@wmeyer.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.