From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id wOnyNfADuWFPvQAAgWs5BA (envelope-from ) for ; Tue, 14 Dec 2021 21:52:00 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +PKDMfADuWGfBgAAbx9fmQ (envelope-from ) for ; Tue, 14 Dec 2021 20:52:00 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A33E0F453 for ; Tue, 14 Dec 2021 21:52:00 +0100 (CET) Received: from localhost ([::1]:60512 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mxEmF-0006lx-Eq for larch@yhetil.org; Tue, 14 Dec 2021 15:51:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47402) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxElK-0005wP-7C for guix-patches@gnu.org; Tue, 14 Dec 2021 15:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mxElJ-0007SN-TA for guix-patches@gnu.org; Tue, 14 Dec 2021 15:51:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mxElJ-0007Qb-RE for guix-patches@gnu.org; Tue, 14 Dec 2021 15:51:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52470] [PATCH] services: bluetooth: Add missing config parameters Resent-From: Demis Balbach Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 Dec 2021 20:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52470 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Josselin Poiret , 52470@debbugs.gnu.org Cc: dev@jpoiret.xyz Received: via spool by 52470-submit@debbugs.gnu.org id=B52470.163951504028525 (code B ref 52470); Tue, 14 Dec 2021 20:51:01 +0000 Received: (at 52470) by debbugs.gnu.org; 14 Dec 2021 20:50:40 +0000 Received: from localhost ([127.0.0.1]:59726 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxEkx-0007Q1-Tg for submit@debbugs.gnu.org; Tue, 14 Dec 2021 15:50:40 -0500 Received: from mout-p-201.mailbox.org ([80.241.56.171]:51344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxEkv-0007Pn-LV for 52470@debbugs.gnu.org; Tue, 14 Dec 2021 15:50:37 -0500 Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4JD9WC4cDGzQkF4; Tue, 14 Dec 2021 21:50:31 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=minikn.xyz; s=MBO0001; t=1639515029; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fLbk3EWLirwtCyglWBJMkPbLuKxI6Zu0llCWsmsdRGc=; b=spbEE9Ha2xsnolNPmrCIuLR2phJQfzOZb4kDLrz+10NCJWY5e87syIq1tanZUgXE0T0POX 92m18bx5g/8VJq69HNdY47M0BBhZ/43zRtGU0BRTt68g6WI+nokOVR/jQPpeduWQNLlZye +y15/OFm3Zoig4oCzz1Ay/ccUFrSAnydNCjdnWM1AHj/kVqcA3uuTNdWyY6qvsd4q0rNd9 xP/dhZx6VGy5D96dOGZXq/JgnprHgVd0w+rJBYh8Yz0ntIr1t/WWy+/K5PUFKz3B8MwmEC 2XfhLoU/42ZG8JOcU9bdj8dcUMkshpTA+2RtYCTziP95HXATeZTYCwok++GPtA== From: Demis Balbach In-Reply-To: <87bl1jfiel.fsf@jpoiret.xyz> References: <20211213192014.8386-1-db@minikn.xyz> <87bl1kthz3.fsf@minikn.xyz> <87bl1jfiel.fsf@jpoiret.xyz> Date: Tue, 14 Dec 2021 21:50:26 +0100 Message-ID: <8735murjvx.fsf@minikn.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1639515120; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=fLbk3EWLirwtCyglWBJMkPbLuKxI6Zu0llCWsmsdRGc=; b=J50iq/67NF5HFuyOlc9MnUcYPJUhjKn3hcWZIXbVQ9y/Yu3NefigaraAKkt5ZfKWvp+mTf mH1l2zxqy4ECJYMEvFCn/2N4BwZABIZJRYDzwNzpsIjWeVTL/ioY6UqBHjZ6Z2q34gMPrr mmDL/qqi8pjjNkw0lQnlwEgHwMoEtq62Un7X6W9iEnbnLh1H1cNuu/WQ6juwADNnV43keC 3/SgtSvFaqbOsYziOyIROQ9g6yycw/87Mi7TRzMFdlrtEAFc7qXoiyXQkd/h57LOohhL1s PkXXwRwolvfQa8ed0DK8sUMkkYdj144SBpjXGaACB0UbsDpfhHjEca5GF3IuXA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1639515120; a=rsa-sha256; cv=none; b=TfMD7lnAvauGqrqytGyqg8kCdqSwvRgNSgQIMaL0yPItGqzgK1fWZ8dXdrDQyrUHqZe0yy CH5KdoggLUFj3bf/BoYR6bXQ+lmbwKbXaHf7XkUTsF/+MIE5gZjlisMP9CYxZan3xhDQtm 3P3c//z4hO8Vll5xRJpchZK/q9iBS4gFnGKoXiS7cT5Y74HMd56XAV66tp+NASh0s6w7KP GQvxkcFVba8ovdO+//d/aXSIEu+tMReokpM+F/DvzaxHTL4bLPwvHKQiF+fVPmjYTOL/QH KfTnl4BLBPd0C4bsAqeoO1aDTMsnfg3AqNCrjgq4fUSm7XmEBPOimPT9LceYKw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=spbEE9Ha; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -5.17 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=minikn.xyz header.s=MBO0001 header.b=spbEE9Ha; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A33E0F453 X-Spam-Score: -5.17 X-Migadu-Scanner: scn0.migadu.com X-TUID: I4xjWJzGfJqV --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2021-12-14 14:03, Josselin Poiret wrote: I've added a new patch. ID: 52489. Please check for spelling mistakes/typos. This kind of work is very repetitive and thus prone to errors. =2D-=20 Best regards / Mit freundlichen Gr=C3=BC=C3=9Fen, Demis Balbach --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJCBAEBCgAsFiEEz9zHmXzCRksxyCGU8X3bmMw8QFwFAmG5A5IOHGRiQG1pbmlr bi54eXoACgkQ8X3bmMw8QFzA2RAArgJELZvec8kYnGBP4u3XPFcWmcoKF6VG36EK oPqiN+o6m6vN9tmhx9gVid9f70AG7pSx2fR8BAuZC5MX0DORy14tBQIXpUbCWvyO zL8NwLeipVMQJrD2cHsGEPrfxdjMW8UtqLQIBejMRd/tTkypwYLOOK4PkjS0c/7R GMS50CIwioIPr+sc4h4vC0s+4KK8WmW+b5VnDv4EfuvuOASk7h9lpDVp+/FF5ot2 MxSQV6DS+sHcGOS5n7dS3LgUwwzLORcVaMxaQI7rwWyUvSAJFFlV6sWNavoRDfz6 zqlK5edf1nEJQBiI86lUM/fK8LH97Uugf8iD8ks1JDpUmnMeQ/M3EntFWNnL6xAw BDCmjWv71CHm/CcVbAw1CmzJ+uHlpN20mu7W3V90iBllFjIJ/vDSsfBXxxaAS+1z bueT8rlHpTIyFi7QbdTkg4oyxPhaztdYFYRJi5Xed+4hU5FwsiZe9DSTcQd4NptH OtYS7ykaRiiTmPP2uTWrk6xIiCR23aQLhYLkC8auq6ir0jKyF5z6XOKEXkNSgI3U b45NX0/I/kXE31vsrFnGebdgAJ5qxkFiRZJb2NNE8Q7+O01PaC+75tayH2whKf73 yOsIgysp2FBLomoiGmKwr8G2eR2ytAg58SrqekJK31nqGz9EOTqqLbRYAfpDw564 oR8eDR0= =5ZZR -----END PGP SIGNATURE----- --=-=-=--