GNU bug report logs -
#72390
[PATCH] gnu: tuxedo-keyboard: Update to 4.6.1
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Wed, 31 Jul 2024 07:15:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72390 in the body.
You can then email your comments to 72390 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
:
bug#72390
; Package
guix-patches
.
(Wed, 31 Jul 2024 07:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org
.
(Wed, 31 Jul 2024 07:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72390
; Package
guix-patches
.
(Thu, 01 Aug 2024 10:36:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * 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(-)
Thanks for the patch, I've pushed this to master as
baae1bb9416ca692f207a5414d90b3f6cf407148.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Thu, 01 Aug 2024 10:36:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
bug acknowledged by developer.
(Thu, 01 Aug 2024 10:36:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72390
; Package
guix-patches
.
(Thu, 01 Aug 2024 21:12:01 GMT)
Full text and
rfc822 format available.
Message #16 received at 72390 <at> debbugs.gnu.org (full text, mbox):
On Wed, Jul 31, 2024 at 09:11:50AM +0200, Ashish SHUKLA wrote:
> 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
Is that a patch for tuxedo-keyboard, or for the kernel?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72390
; Package
guix-patches
.
(Thu, 01 Aug 2024 21:55:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 72390 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, Aug 01, 2024 at 05:10:40PM -0400, Leo Famulari wrote:
> On Wed, Jul 31, 2024 at 09:11:50AM +0200, Ashish SHUKLA wrote:
> > 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
>
> Is that a patch for tuxedo-keyboard, or for the kernel?
Yes, for the tuxedo-keyboard (kernel module) sources.
--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0
"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 30 Aug 2024 11:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.