GNU bug report logs - #58410
[PATCH] gnu: linux-libre: enable accessibility features for kernels.

Previous Next

Package: guix-patches;

Reported by: hunter.t.joz <at> gmail.com

Date: Mon, 10 Oct 2022 11:03:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58410: closed ([PATCH] gnu: linux-libre: enable accessibility
 features for kernels.)
Date: Fri, 14 Oct 2022 16:53:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 14 Oct 2022 18:45:36 +0200
with message-id <8735bq2vpk.fsf <at> nckx>
and subject line Re: [bug#58410] [PATCH] gnu: linux-libre: enable accessibility features for kernels.
has caused the debbugs.gnu.org bug report #58410,
regarding [PATCH] gnu: linux-libre: enable accessibility features for kernels.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58410: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58410
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: hunter.t.joz <at> gmail.com
To: guix-patches <at> gnu.org
Cc: Hunter Jozwiak <hunter.t.joz <at> gmail.com>
Subject: [PATCH] gnu: linux-libre: enable accessibility features for kernels.
Date: Mon, 10 Oct 2022 07:02:18 -0400
From: Hunter Jozwiak <hunter.t.joz <at> gmail.com>

* gnu/packages/linux.scm (%default-extra-linux-options): add config options
for speakup and Braille console by default.
---
 gnu/packages/linux.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3972675a8d..eab6564f09 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -65,6 +65,7 @@
 ;;; Copyright © 2022 Rene Saavedra <nanuui <at> protonmail.com>
 ;;; Copyright © 2022 muradm <mail <at> muradm.net>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
+;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz <at> gmail.com>

 ;;;
 ;;; This file is part of GNU Guix.
@@ -710,7 +711,14 @@ (define %default-extra-linux-options
     ("CONFIG_VIRTIO_MMIO" . m)
     ("CONFIG_FUSE_FS" . m)
     ("CONFIG_CIFS" . m)
-    ("CONFIG_9P_FS" . m)))
+    ("CONFIG_9P_FS" . m)
+    ;; Accessibility support
+    ("CONFIG_ACCESSIBILITY" . #t)
+    ; Braille console support
+    ("CONFIG_A11Y_BRAILLE_CONSOLE" . #t)
+    ; Speakup
+    ("CONFIG_SPEAKUP" . m)
+    ("CONFIG_SPEAKUP_SYNTH_SOFT" . m)))

 ;; See https://github.com/iovisor/bcc/blob/master/INSTALL.md#kernel-configuration
 (define %bpf-extra-linux-options
-- 
2.38.0


[Message part 3 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: hunter.t.joz <at> gmail.com
Cc: 58410-done <at> debbugs.gnu.org
Subject: Re: [bug#58410] [PATCH] gnu: linux-libre: enable accessibility
 features for kernels.
Date: Fri, 14 Oct 2022 18:45:36 +0200
[Message part 4 (text/plain, inline)]
Hi Hunter,

hunter.t.joz <at> gmail.com 写道:
> * gnu/packages/linux.scm (%default-extra-linux-options): add 
> config options
> for speakup and Braille console by default.

Thanks!  Pushed with some minor edits as 
a86979b41a49a8fcdaa887970ba594dbba701226.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.