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

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

am 05afe324: am 117b269d: Unpair HID device cleanup

* commit '05afe324':
  Unpair HID device cleanup
parents 0873b922 05afe324
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;
}