From 70a7c773c80ab7dfbd6d13377366b7b074ceecd5 Mon Sep 17 00:00:00 2001 From: Ravi kumar Veeramally Date: Fri, 8 Nov 2013 00:10:17 +0200 Subject: [PATCH] android/hid: Add hid event virtual unplug structure to HAL msg headers --- android/hal-msg.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 29fc6e65b..851875e52 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -479,6 +479,12 @@ struct hal_ev_hidhost_get_report { uint8_t data[0]; } __attribute__((packed)); +#define HAL_EV_HIDHOST_VIRTUAL_UNPLUG 0x86 +struct hal_ev_hidhost_virtual_unplug { + uint8_t bdaddr[6]; + uint8_t status; +} __attribute__((packed)); + #define HAL_EV_A2DP_CONNECTION_STATE 0x81 struct hal_ev_a2dp_connection_state { uint8_t state; -- 2.47.3