In case of set report and send data HAL receives the data in ascii format but it should be in hex. This patch set updates the document, provides utility and fix the issue in set report case. Ravi kumar Veeramally (3): android/hid: Remove fixed number of hid set report data length in ipc doc android/hid: Add a ascii2hex utility android/hid: Fix set report data format android/Android.mk | 1 + android/Makefile.am | 2 +- android/hal-ipc-api.txt | 2 +- android/hal-msg.h | 2 +- android/hid.c | 12 +++++++--- android/utils.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ android/utils.h | 3 +++ 7 files changed, 76 insertions(+), 6 deletions(-) create mode 100644 android/utils.c -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html