Return-Path: Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Re: [PATCH 2/3] android/hidhost: Remove deprecated idle opcode from ipc document From: Marcel Holtmann In-Reply-To: <1384172130-29837-2-git-send-email-ravikumar.veeramally@linux.intel.com> Date: Tue, 12 Nov 2013 08:05:55 +0900 Cc: "linux-bluetooth@vger.kernel.org development" Message-Id: <0C266DD4-7034-4D43-ADEB-E05BE0E54B32@holtmann.org> References: <1384172130-29837-1-git-send-email-ravikumar.veeramally@linux.intel.com> <1384172130-29837-2-git-send-email-ravikumar.veeramally@linux.intel.com> To: Ravi kumar Veeramally Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Ravi, > Idle time is deprecated in HID 1_1. So remove it from ipc document > and update GET_REPORT and VIRTUAL_UNPLUG opcode values. > --- > android/hal-ipc-api.txt | 10 ++-------- > android/hal-msg.h | 4 ++-- > 2 files changed, 4 insertions(+), 10 deletions(-) > > diff --git a/android/hal-ipc-api.txt b/android/hal-ipc-api.txt > index 91ea280..57f4c13 100644 > --- a/android/hal-ipc-api.txt > +++ b/android/hal-ipc-api.txt > @@ -614,20 +614,14 @@ Notifications: > 0x01 = Boot > 0xff = Unsupported > > - Opcode 0x84 - Idle Time notification > - > - Notification parameters: Remote address (6 octets) > - Status (1 octet) > - Idle time (2 octets) so what does HID_1.1 actually mean? I still see this notification in bt_hh.h. Regards Marcel