Return-Path: From: Ravi kumar Veeramally To: linux-bluetooth@vger.kernel.org Cc: Ravi kumar Veeramally Subject: [PATCH_v4 0/5] Fixed and implemented set report and send data ifaces Date: Fri, 8 Nov 2013 14:08:46 +0200 Message-Id: <1383912531-1306-1-git-send-email-ravikumar.veeramally@linux.intel.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: v4: Fixed changes as per Johan's comments. Conversion done inside functions now. Removed unnecessary allocation in hal-hidhost v3: Fixed issues as per Johan's and Jerzy' comments and suggestions Implemented hex2bin as a static funtion and split the patches. v2: Fixed issues as per Johan's comments and suggestions. This patch adds missing hid ipc documentation, hal headers, renaming and virtual unplug notification in hid HAL. Set report and send data interfaces are receiving data in ascii format but it should be in hex format. Provided utility for this and fixed set report data preparation. Implemented virtual unplug and send data methods in daemon. v1: This patch adds missing hid ipc documentation, hal headers, renaming and virtual unplug notification in hid HAL. send RFC for ascii2hex utility. Unsupported methods are virtual unplug and send data in daemon. Ravi kumar Veeramally (5): android/hid: Fix set seport ipc cmd preparation android/hid: Fix set report data format in daemon android/hid: Fill send data command struct in hal-hidhost android/hid: Add send data implemention in daemon android/hid: Add virtual unplug implemention in daemon android/hal-hidhost.c | 29 ++++++++------ android/hal-msg.h | 2 +- android/hidhost.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 116 insertions(+), 19 deletions(-) -- 1.8.3.2