Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp3911973ybz; Tue, 28 Apr 2020 02:30:21 -0700 (PDT) X-Google-Smtp-Source: APiQypKHFQ2HCuTZc0wDCLswopyVsH+fm812ZhOn9Kqj+4igNWs2oWzspbh0Frcey1zqyLfFfC5O X-Received: by 2002:a17:906:8611:: with SMTP id o17mr23454839ejx.221.1588066221091; Tue, 28 Apr 2020 02:30:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588066221; cv=none; d=google.com; s=arc-20160816; b=IM8E++843q8xgFBncP94JfFDAtnCTZtenuzatzA0QG92CaX0w/ObN0xqyMNueNEsMc OETBeVLaUzaSbmI1uVcfSpfZEYfTzezOJvzNGb533fWOoBkC+R5Z3jMhVFQuyZ0m/e3J yrpJar61Z6PuuPGr7SrAYjJqm223inC0IfIoNyY6F/tl699VK+t190SXPp70nNvoHoM9 7JgkqEWFoBzsjON5L8mVY2xharXAiChwz+P3W7BaweOtdAAYiu8g81itVAYddFz6aL6i s9Abf4rKJQdECOoLTPnSNutl4+8MmMsj7ZAiboFCEdzbkZAJHe1sM0NU1FyzXwG+4eNk X83A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=4JNWEbdYUhLJoYgg0o/FV62ywQDL4SFb3CM8+M3aLe8=; b=mDJxK2K/IZtc89kypB2c0PX/cuJ8GfoWb9Xyut9lqq6b73hlrJxTZn7QV9+FC1cVg9 +u6jQhTjeYeCaNjN8M94/qmIsNy9c4Sa/UqpIZ/+1JRWAhNsUY/XYVwcDMyAstt9oiM7 WF70oqCPDVDop2Wgp/Oxn+ACcAuYE8K+PZtzxoUpk/WEwglsIXDM5vZGTnKLYrQRUwdC OsXddNn5M+DnzQ+r8WeAH4meEqt74S+9uZuvkLFMz74lUcbHASLzNrZAFv/9XlUPxrYU I/8JIui3NbzTZQSCqkpciYgzYLP4ep9zBgTAxBEvMjey/dYiC3qYN7hS4CsRomou7yky 0AAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v8si1523977eju.376.2020.04.28.02.29.39; Tue, 28 Apr 2020 02:30:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726883AbgD1J3g (ORCPT + 99 others); Tue, 28 Apr 2020 05:29:36 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:50225 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726824AbgD1J3g (ORCPT ); Tue, 28 Apr 2020 05:29:36 -0400 Received: from marcel-macbook.fritz.box (p4FEFC5A7.dip0.t-ipconnect.de [79.239.197.167]) by mail.holtmann.org (Postfix) with ESMTPSA id 5B7A9CECEA; Tue, 28 Apr 2020 11:39:14 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: [PATCH v3 1/3] bluetooth:Adding driver and quirk defs for multi-role LE From: Marcel Holtmann In-Reply-To: <20200423144328.82478-2-alainm@chromium.org> Date: Tue, 28 Apr 2020 11:29:34 +0200 Cc: linux-bluetooth Content-Transfer-Encoding: 7bit Message-Id: References: <20200423144328.82478-1-alainm@chromium.org> <20200423144328.82478-2-alainm@chromium.org> To: Alain Michaud X-Mailer: Apple Mail (2.3608.80.23.2.2) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alain, > This change adds the relevant driver and quirk to allow drivers to > report the le_states as being trustworthy. > > This has historically been disabled as controllers did not reliably > support this. In particular, this will be used to relax this condition > for controllers that have been well tested and reliable. > > /* Most controller will fail if we try to create new connections > * while we have an existing one in slave role. > */ > if (hdev->conn_hash.le_num_slave > 0) > return NULL; > > Signed-off-by: Alain Michaud > --- > > drivers/bluetooth/btusb.c | 2 +- > include/net/bluetooth/hci.h | 9 +++++++++ > 2 files changed, 10 insertions(+), 1 deletion(-) all 3 patches have been applied to bluetooth-next tree. Regards Marcel