Commit 62cfbb3a authored by Casper Bonde's avatar Casper Bonde Committed by Android Git Automerger
Browse files

am 760aa99b: Unpair HID device cleanup

* commit '760aa99b':
  Unpair HID device cleanup
parents 191e588b 760aa99b
......@@ -397,7 +397,7 @@ tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle )
hh_cb.devices[dev_handle].in_use = FALSE;
hh_cb.devices[dev_handle].conn.conn_state = HID_CONN_STATE_UNUSED;
hh_cb.devices[dev_handle].conn.ctrl_cid = hh_cb.devices[dev_handle].conn.intr_cid = 0;
hh_cb.devices[dev_handle].attr_mask = 0;
return HID_SUCCESS;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment