Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp664137ybg; Wed, 10 Jun 2020 10:20:01 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHtow4pd7BZcx0QrH6wK/XhzUcaxdy57qiHbSBcuUMdZ1gfzj7mHVvjI+sYKgydL4TrqmR X-Received: by 2002:a05:6402:1486:: with SMTP id e6mr3224861edv.99.1591809600906; Wed, 10 Jun 2020 10:20:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591809600; cv=none; d=google.com; s=arc-20160816; b=XJAhGwFrgm/eoSp150JGmW/XgJwkEj4pvCpU9i9mW30i+xN5/plf2rEs61pqZkKD+9 F4tjfJMMU5nyjXig1sRoBW66XW7NX8vjkw+DE7vqt9znC/3ySb/w521Aab1IPMp2WVn4 I5VvqzsEwRg6sMYKaMlDne4ILl5HcUpthNOBFUdyQoBWR1+MiBUsHg4HqSRcFkDJt5cJ Y1jC/EaqghX8X/GQGFh0nzbFUaXLVaWsbyB0wVQgrGZY7TXHiO94cLFJZsPVw04MshQ9 s2MjLfZzMtn+FmSCeWf9ZfjtqJPL362HeFEOslsp2Tw1PyqucBPHKUqva13Gcz9eoeXt yzGw== 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=EiBuJQkDUdeCyAsl4g41AZGF1bKlMdaQuddYT5kiNXg=; b=Nba1i+bF1TRaZoDPjr+IJwbwyDEMkVg/zdTx8yDX5DG3BIqG1M2fR71IiVG6Eh4ALb WiPL6IdnRKBajbVnhKfd+s5UHemhf7ztfli5L+5b7ojJw437kU94TQUUdilycZzK9KAJ 18vxp0WrUWsBs0+0uLIcefhQ+rIN2ni7u8j8EwA2t6q6qB7okR/Rr8rbS6xqGPWJwALR 2o1m0NLQC4VLPU6ZnD9zE2uqprXNn3CfFIB1WMMevX1v8yMCHCtSzRdzQOscBfizOVlY ZgzhNojQaAXIAcbBwJN8U/aKrggLOdI7AqZ4sPfSXu4FQMmaNWl0aped40vACdNlg5sO 6lEQ== 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 mj1si373069ejb.668.2020.06.10.10.19.37; Wed, 10 Jun 2020 10:20:00 -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 S1728456AbgFJQC3 convert rfc822-to-8bit (ORCPT + 99 others); Wed, 10 Jun 2020 12:02:29 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:53394 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726754AbgFJQC2 (ORCPT ); Wed, 10 Jun 2020 12:02:28 -0400 Received: from marcel-macbook.fritz.box (p5b3d2638.dip0.t-ipconnect.de [91.61.38.56]) by mail.holtmann.org (Postfix) with ESMTPSA id 1F909CECE7; Wed, 10 Jun 2020 18:12:17 +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 v1 1/3] mgmt: read/set system parameter definitions From: Marcel Holtmann In-Reply-To: Date: Wed, 10 Jun 2020 18:02:27 +0200 Cc: Alain Michaud , BlueZ , Abhishek Pandit-Subedi , Yu Liu Content-Transfer-Encoding: 8BIT Message-Id: <950EAD0D-EFF1-45EC-8F4C-BEDFAF43C4B2@holtmann.org> References: <20200609140351.153833-1-alainm@chromium.org> <20200609140351.153833-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, > Since this has already been committed in user space, could we agree to > keep it as is? The alternative is that we'd need to re-patch all the > userspace implementation through a seperate patch. Up to you. we can fix this up easily. And I can do that if needed. > I won't have time to implement the runtime config ones in the next few > weeks, feel free to post it separately, or I can get to it in July. That is fine, then I will add it for you. It would be just great if you can review it though. Regards Marcel