Page MenuHomeFreeBSD

D58199.id.diff
No OneTemporary

D58199.id.diff

diff --git a/sys/dev/hid/u2f.c b/sys/dev/hid/u2f.c
--- a/sys/dev/hid/u2f.c
+++ b/sys/dev/hid/u2f.c
@@ -223,7 +223,6 @@
}
taskqueue_drain(taskqueue_thread, &sc->sc_kqtask);
- hid_intr_stop(sc->sc_dev);
knlist_clear(&sc->sc_rsel.si_note, 0);
knlist_destroy(&sc->sc_rsel.si_note);
@@ -300,10 +299,8 @@
{
struct u2f_softc *sc = data;
-#ifdef NOT_YET
/* Disable interrupts. */
hid_intr_stop(sc->sc_dev);
-#endif
mtx_lock(&sc->sc_mtx);
sc->sc_state.open = false;

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 29, 11:34 PM (7 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35372932
Default Alt Text
D58199.id.diff (485 B)

Event Timeline