diff options
Diffstat (limited to 'sys/dev/hid/u2f.c')
-rw-r--r-- | sys/dev/hid/u2f.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/hid/u2f.c b/sys/dev/hid/u2f.c index 08f1a5ceedba..4232322c61df 100644 --- a/sys/dev/hid/u2f.c +++ b/sys/dev/hid/u2f.c @@ -132,6 +132,7 @@ static struct filterops u2f_filterops_read = { .f_isfd = 1, .f_detach = u2f_kqdetach, .f_event = u2f_kqread, + .f_copy = knote_triv_copy, }; static int |