From 93f04d5a334ecfa34bc1e2098328f778bd2080f6 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Tue, 5 Nov 2013 23:09:12 +0200 Subject: [PATCH] android/hid: Add missing set report parameters to ipc document --- android/hal-ipc-api.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt index 6b1168415..c39cb0d09 100644 --- a/android/hal-ipc-api.txt +++ b/android/hal-ipc-api.txt @@ -552,7 +552,9 @@ Commands and responses: Command parameters: Remote address (6 octets) Report type (1 octet) - ... + Report length (2 octets) + Report data (670 octets) + Response parameters: Valid report types: 0x01 = Input -- 2.47.3