Github messages for voidlinux
 help / color / mirror / Atom feed
From: Ilia1 <Ilia1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] kernel config for bt serdev [ci skip]
Date: Sat, 06 Jan 2024 18:09:31 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48090@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 630 bytes --]

There is a new pull request by Ilia1 against master on the void-packages repository

https://github.com/Ilia1/void-packages kernel-serdev
https://github.com/void-linux/void-packages/pull/48090

kernel config for bt serdev [ci skip]
#### Testing the changes
- I tested the changes in this PR: **NO**

Some bluetooth chip need builtin kernel parameter.
https://unix.stackexchange.com/questions/674562/how-to-use-rtl8723bs-bluetooth-in-linux-5-10/674756#674756
I don`t know about using this chip with arm platform, so I change only x86.

A patch file from https://github.com/void-linux/void-packages/pull/48090.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kernel-serdev-48090.patch --]
[-- Type: text/x-diff, Size: 5523 bytes --]

From 8445f20d45fe697ae1bd39c6a1f3a1616cb550ea Mon Sep 17 00:00:00 2001
From: Ilya <my@mail.ru>
Date: Sat, 6 Jan 2024 21:51:00 +0500
Subject: [PATCH] kernel config for bt serdev

---
 srcpkgs/linux5.10/files/i386-dotconfig   | 3 ++-
 srcpkgs/linux5.10/files/x86_64-dotconfig | 3 ++-
 srcpkgs/linux5.15/files/i386-dotconfig   | 3 ++-
 srcpkgs/linux5.15/files/x86_64-dotconfig | 3 ++-
 srcpkgs/linux6.1/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.1/files/x86_64-dotconfig  | 3 ++-
 srcpkgs/linux6.5/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.5/files/x86_64-dotconfig  | 3 ++-
 srcpkgs/linux6.6/files/i386-dotconfig    | 3 ++-
 srcpkgs/linux6.6/files/x86_64-dotconfig  | 3 ++-
 10 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/linux5.10/files/i386-dotconfig b/srcpkgs/linux5.10/files/i386-dotconfig
index c55bf7c0aa730..e482998c18ebd 100644
--- a/srcpkgs/linux5.10/files/i386-dotconfig
+++ b/srcpkgs/linux5.10/files/i386-dotconfig
@@ -3981,7 +3981,8 @@ CONFIG_NULL_TTY=m
 CONFIG_TRACE_ROUTER=m
 CONFIG_TRACE_SINK=m
 CONFIG_HVC_DRIVER=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.10/files/x86_64-dotconfig b/srcpkgs/linux5.10/files/x86_64-dotconfig
index bd7432c1bb42e..b80af8261e599 100644
--- a/srcpkgs/linux5.10/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.10/files/x86_64-dotconfig
@@ -4059,7 +4059,8 @@ CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.15/files/i386-dotconfig b/srcpkgs/linux5.15/files/i386-dotconfig
index e33485439c4a5..4b321c635a452 100644
--- a/srcpkgs/linux5.15/files/i386-dotconfig
+++ b/srcpkgs/linux5.15/files/i386-dotconfig
@@ -4086,7 +4086,8 @@ CONFIG_N_GSM=m
 CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig
index 5af4f8f751c9e..e0d42e41b0df1 100644
--- a/srcpkgs/linux5.15/files/x86_64-dotconfig
+++ b/srcpkgs/linux5.15/files/x86_64-dotconfig
@@ -4166,7 +4166,8 @@ CONFIG_HVC_DRIVER=y
 CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.1/files/i386-dotconfig b/srcpkgs/linux6.1/files/i386-dotconfig
index 55b828bcd6f80..23e1f1e50e472 100644
--- a/srcpkgs/linux6.1/files/i386-dotconfig
+++ b/srcpkgs/linux6.1/files/i386-dotconfig
@@ -4185,7 +4185,8 @@ CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.1/files/x86_64-dotconfig b/srcpkgs/linux6.1/files/x86_64-dotconfig
index af91e23d8700a..2118ab3e0985e 100644
--- a/srcpkgs/linux6.1/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.1/files/x86_64-dotconfig
@@ -4290,7 +4290,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_TTY_PRINTK=m
 CONFIG_TTY_PRINTK_LEVEL=6
 CONFIG_PRINTER=m
diff --git a/srcpkgs/linux6.5/files/i386-dotconfig b/srcpkgs/linux6.5/files/i386-dotconfig
index f0a06fee9a72c..892673f8b149b 100644
--- a/srcpkgs/linux6.5/files/i386-dotconfig
+++ b/srcpkgs/linux6.5/files/i386-dotconfig
@@ -4254,7 +4254,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.5/files/x86_64-dotconfig b/srcpkgs/linux6.5/files/x86_64-dotconfig
index b94da2cff144d..41a91fd264f62 100644
--- a/srcpkgs/linux6.5/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.5/files/x86_64-dotconfig
@@ -4436,7 +4436,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.6/files/i386-dotconfig b/srcpkgs/linux6.6/files/i386-dotconfig
index f42b6646a248b..1df24d2cbff4e 100644
--- a/srcpkgs/linux6.6/files/i386-dotconfig
+++ b/srcpkgs/linux6.6/files/i386-dotconfig
@@ -4258,7 +4258,8 @@ CONFIG_NOZOMI=m
 CONFIG_NULL_TTY=m
 CONFIG_HVC_DRIVER=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m
diff --git a/srcpkgs/linux6.6/files/x86_64-dotconfig b/srcpkgs/linux6.6/files/x86_64-dotconfig
index 02fe6de8db0de..fc8b00a0dda64 100644
--- a/srcpkgs/linux6.6/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.6/files/x86_64-dotconfig
@@ -4463,7 +4463,8 @@ CONFIG_HVC_IRQ=y
 CONFIG_HVC_XEN=y
 CONFIG_HVC_XEN_FRONTEND=y
 CONFIG_RPMSG_TTY=m
-CONFIG_SERIAL_DEV_BUS=m
+CONFIG_SERIAL_DEV_BUS=y
+CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
 CONFIG_PRINTER=m
 # CONFIG_LP_CONSOLE is not set
 CONFIG_PPDEV=m

             reply	other threads:[~2024-01-06 17:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06 17:09 Ilia1 [this message]
2024-04-10  1:45 ` linux5.10-6.6: change " github-actions
2024-04-24  1:46 ` [PR PATCH] [Closed]: " github-actions

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48090@inbox.vuxu.org \
    --to=ilia1@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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.
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 NNTP newsgroup(s).