Return-Path: MIME-Version: 1.0 In-Reply-To: <1416317683-15258-1-git-send-email-ravikumar.veeramally@linux.intel.com> References: <1416317683-15258-1-git-send-email-ravikumar.veeramally@linux.intel.com> Date: Thu, 20 Nov 2014 11:34:34 +0200 Message-ID: Subject: Re: [PATCH_v2 0/2] Create separate file for AVRCP CTRL From: Luiz Augusto von Dentz To: Ravi kumar Veeramally Cc: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Ravi, On Tue, Nov 18, 2014 at 3:34 PM, Ravi kumar Veeramally wrote: > v2: New HAL and related Client files should be build only for > Android 5 (Fixed Szymon's comments). > > v1: Patchset contains changes related to AVRCP CTRL. Moving AVRCP CTRL > HAL and Client related changes to it's own file (agreed on IRC to > maintain separate file for each HAL). > > Ravi kumar Veeramally (2): > android/hal-avrcp-ctrl: Create separate HAL for AVRCP CTRL > android/client: Create separate file for AVRCP CTRL > > android/Android.mk | 6 +- > android/Makefile.am | 2 + > android/client/haltest.c | 2 + > android/client/if-rc-ctrl.c | 112 ++++++++++++++++++++++++++++++++++ > android/client/if-rc.c | 88 --------------------------- > android/hal-avrcp-ctrl.c | 144 ++++++++++++++++++++++++++++++++++++++++++++ > android/hal-avrcp.c | 121 ------------------------------------- > 7 files changed, 264 insertions(+), 211 deletions(-) > create mode 100644 android/client/if-rc-ctrl.c > create mode 100644 android/hal-avrcp-ctrl.c > > -- > 2.1.0 Applied, thanks. -- Luiz Augusto von Dentz