Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05afe324 authored by Casper Bonde's avatar Casper Bonde Committed by Android Git Automerger
Browse files

am 117b269d: Unpair HID device cleanup

* commit '117b269d':
  Unpair HID device cleanup
parents 33b1e29b 117b269d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}