From 9f358985558c7b187a454af4cb60df63cf3f9326 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 8 Nov 2013 00:10:10 +0200 Subject: [PATCH] android/hid: Remove fixed number of hid set report data length in ipc doc HAL receives data in ascii format but it should be in hex format. So remove fixed size of report data length and depend on report length parameter. --- android/hal-ipc-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index c39cb0d09..297f56502 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -553,7 +553,7 @@ Commands and responses: Command parameters: Remote address (6 octets) Report type (1 octet) Report length (2 octets) - Report data (670 octets) + Report data (Report length) Response parameters: -- 2.47.3