From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Luiz Augusto von Dentz To: linux-bluetooth@vger.kernel.org Subject: [PATCH obexd 3/5] ftp: Update record to support version 1.2 with GoepL2capPsm attribute Date: Mon, 13 Feb 2012 13:37:48 +0200 Message-Id: <1329133070-30003-3-git-send-email-luiz.dentz@gmail.com> In-Reply-To: <1329133070-30003-1-git-send-email-luiz.dentz@gmail.com> References: <1329133070-30003-1-git-send-email-luiz.dentz@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Luiz Augusto von Dentz --- plugins/ftp.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/plugins/ftp.c b/plugins/ftp.c index 9b102d0..56cedb9 100644 --- a/plugins/ftp.c +++ b/plugins/ftp.c @@ -81,7 +81,7 @@ \ \ \ - \ + \ \ \ \ @@ -89,6 +89,9 @@ \ \ \ + \ + \ + \ " static const uint8_t FTP_TARGET[TARGET_SIZE] = { @@ -517,6 +520,7 @@ static struct obex_service_driver ftp = { .name = "File Transfer server", .service = OBEX_FTP, .channel = FTP_CHANNEL, + .port = OBEX_PORT_RANDOM, .secure = TRUE, .record = FTP_RECORD, .target = FTP_TARGET, -- 1.7.7.6