linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] Fix ascii to hex conversion in HAL to deamon ipc PDU
@ 2013-11-07  9:26 Ravi kumar Veeramally
  2013-11-07  9:26 ` [RFC 1/3] android/hid: Remove fixed number of hid set report data length in ipc doc Ravi kumar Veeramally
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ravi kumar Veeramally @ 2013-11-07  9:26 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ravi kumar Veeramally

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-07  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  9:26 [RFC 0/3] Fix ascii to hex conversion in HAL to deamon ipc PDU Ravi kumar Veeramally
2013-11-07  9:26 ` [RFC 1/3] android/hid: Remove fixed number of hid set report data length in ipc doc Ravi kumar Veeramally
2013-11-07  9:27 ` [RFC 2/3] android/hid: Add a ascii2hex utility Ravi kumar Veeramally
2013-11-07  9:27 ` [RFC 3/3] android/hid: Fix set report data format Ravi kumar Veeramally

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).