unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
To: 55805@debbugs.gnu.org
Cc: me@tobias.gr
Subject: [bug#55805] [PATCH] gnu: linux-libre: enable hidraw by default
Date: Sun, 05 Jun 2022 15:46:02 +0200	[thread overview]
Message-ID: <87czfndy05.fsf@tom-fitzhenry.me.uk> (raw)
In-Reply-To: <87leubgsj5@nckx> (Tobias Geerinckx-Rice via Guix-patches via's message of "Sun, 05 Jun 2022 15:15:09 +0200")

Tobias Geerinckx-Rice via Guix-patches via <guix-patches@gnu.org>
writes:

> I agree with the content of this change, but why add it here & not to
> the kernel configuration aux-files?

My understanding of gnu/packages/linux.scm is that kernels come in two
forms:

i. "-generic" kernels, which build their .config via mainline defconfig +
  #:extra-options.
  
ii. non "-generic" kernels, which use "#:configuration-file
  kernel-config" to use the config from aux-files.

This patch solely addresses (i) kernels, since (ii) kernels already have
CONFIG_HIDRAW, as we can see by inspecting the aux-files:

$ ls gnu/packages/aux-files/linux-libre/* | wc -l
25
$ grep CONFIG_HIDRAW=y gnu/packages/aux-files/linux-libre/* | wc -l
25




      reply	other threads:[~2022-06-05 13:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 12:02 [bug#55805] [PATCH] gnu: linux-libre: enable hidraw by default Tom Fitzhenry
2022-06-05 12:23 ` Pavel Shlyak
2022-06-05 13:15 ` Tobias Geerinckx-Rice via Guix-patches via
2022-06-05 13:46   ` Tom Fitzhenry [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87czfndy05.fsf@tom-fitzhenry.me.uk \
    --to=tom@tom-fitzhenry.me.uk \
    --cc=55805@debbugs.gnu.org \
    --cc=me@tobias.gr \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).