Return-Path: MIME-Version: 1.0 In-Reply-To: <3048713.ta9afG7rS0@leonov> References: <1431589630-30252-1-git-send-email-grzegorz.kolodziejczyk@tieto.com> <3048713.ta9afG7rS0@leonov> Date: Tue, 19 May 2015 20:39:56 +0300 Message-ID: Subject: Re: [PATCH v4 1/2] lib/bnep: Update bnep header with BNEPGETSUPPFEAT and setup response From: Luiz Augusto von Dentz To: Szymon Janc Cc: Grzegorz Kolodziejczyk , "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Grzegorz, On Tue, May 19, 2015 at 5:34 PM, Szymon Janc wrote: > Hi Grzegorz, > > On Thursday 14 of May 2015 09:47:09 Grzegorz Kolodziejczyk wrote: >> This patch updates bnep header with get bnep supported features ioctl >> and bnep setup response flag. >> --- >> lib/bnep.h | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/lib/bnep.h b/lib/bnep.h >> index aa46852..e7c2c87 100644 >> --- a/lib/bnep.h >> +++ b/lib/bnep.h >> @@ -126,6 +126,9 @@ struct bnep_ext_hdr { >> #define BNEPCONNDEL _IOW('B', 201, int) >> #define BNEPGETCONNLIST _IOR('B', 210, int) >> #define BNEPGETCONNINFO _IOR('B', 211, int) >> +#define BNEPGETSUPPFEAT _IOR('B', 212, int) >> + >> +#define BNEP_SETUP_RESPONSE 0 >> >> struct bnep_connadd_req { >> int sock; /* Connected socket */ > > Both patches applied. Thanks. Btw, next time please keep the first line a bit shorter. -- Luiz Augusto von Dentz