Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_bt
Commits
62cfbb3a
Commit
62cfbb3a
authored
9 years ago
by
Casper Bonde
Committed by
Android Git Automerger
9 years ago
Browse files
Options
Download
Plain Diff
am
760aa99b
: Unpair HID device cleanup
* commit '
760aa99b
': Unpair HID device cleanup
parents
191e588b
760aa99b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stack/hid/hidh_api.c
stack/hid/hidh_api.c
+1
-1
No files found.
stack/hid/hidh_api.c
View file @
62cfbb3a
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment