public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/
Date: Tue, 13 Feb 2024 06:17:51 +0000 (UTC)	[thread overview]
Message-ID: <1707804456.657d03d60c06428c80d22dd9d0f0e79848c85343.ionen@gentoo> (raw)

commit:     657d03d60c06428c80d22dd9d0f0e79848c85343
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 06:06:08 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 06:07:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657d03d6

games-util/xpadneo: remove ertm warning

Kernel 5.12 is rather far away now, and defaults should work
fine. Otherwise can refer to xpadneo's documentation itself
for troubleshooting.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-util/xpadneo/xpadneo-9999.ebuild | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/games-util/xpadneo/xpadneo-9999.ebuild b/games-util/xpadneo/xpadneo-9999.ebuild
index c1de2e3d642d..d57edd3bce17 100644
--- a/games-util/xpadneo/xpadneo-9999.ebuild
+++ b/games-util/xpadneo/xpadneo-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -43,25 +43,6 @@ pkg_postinst() {
 	linux-mod-r1_pkg_postinst
 	udev_reload
 
-	local disable_ertm=/sys/module/bluetooth/parameters/disable_ertm
-	if kernel_is -ge 5 12; then
-		if [[ $(<${disable_ertm}) == Y ]]; then
-			elog "Warning: bluetooth ERTM (Enhanced ReTransmission Mode) is disabled."
-			elog "This is no longer recommended with kernel >=5.12 to use ${PN}."
-			elog "Can remove ${EROOT}/etc/modprobe.d/no-ertm.conf if it exists, and run:"
-			elog "  echo N > ${disable_ertm}"
-			elog "After changing, may need to re-pair the gamepad with bluetooth."
-		fi
-	elif [[ $(<${disable_ertm}) == N ]]; then
-		elog "Warning: bluetooth ERTM (Enhanced ReTransmission Mode) is enabled."
-		elog "While keeping enabled is recommended for rumble usage stability, it can"
-		elog "cause connection issues without a fix included in kernel >=5.12"
-		elog "If needed, this mode can be disabled by running:"
-		elog "  echo Y > ${disable_ertm}"
-		elog "  echo 'options bluetooth disable_ertm=y' > ${EROOT}/etc/modprobe.d/no-ertm.conf"
-		elog "After changing, may need to re-pair the gamepad with bluetooth."
-	fi
-
 	if [[ ! ${REPLACING_VERSIONS} ]]; then
 		elog "To pair the gamepad and view module options, see documentation in:"
 		elog "  ${EROOT}/usr/share/doc/${PF}/"


             reply	other threads:[~2024-02-13  6:17 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-13  6:17 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 17:03 [gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/ Jakov Smolić
2024-12-24  7:03 Ionen Wolkens
2024-12-23 15:39 Ionen Wolkens
2024-12-23 15:39 Ionen Wolkens
2024-03-20  7:17 Ionen Wolkens
2024-03-14 19:19 Sam James
2024-02-13  6:17 Ionen Wolkens
2023-07-14 21:32 Ionen Wolkens
2023-06-08 12:24 Arthur Zamarin
2023-05-29 13:05 Ionen Wolkens
2022-12-02  3:18 Ionen Wolkens
2022-09-27 23:46 Ionen Wolkens
2022-09-17 23:14 Ionen Wolkens
2022-06-28  1:29 Ionen Wolkens
2022-06-28  1:29 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-30  3:09 Ionen Wolkens
2022-05-26  6:21 Ionen Wolkens
2022-05-26  6:21 Ionen Wolkens
2021-09-03  4:40 Ionen Wolkens
2021-08-07  2:36 Ionen Wolkens
2021-05-09  4:42 Sam James
2021-04-11 15:03 Sam James
2021-04-11 15:03 Sam James
2021-04-11 15:03 Sam James
2021-04-05 15:03 Sam James
2021-04-04  9:52 Sam James
2021-03-26 15:55 Sam James
2021-03-22  5:18 Sam James
2021-03-16 14:51 Sam James

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=1707804456.657d03d60c06428c80d22dd9d0f0e79848c85343.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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