diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c index 36992a1e834..2af4c57e5a8 100644 --- a/sys/dev/usb/ugen.c +++ b/sys/dev/usb/ugen.c @@ -1205,6 +1205,7 @@ ugen_do_ioctl(struct ugen_softc *sc, int endpt, u_long cmd, switch (cmd) { case FIONBIO: + case FIOASYNC: /* All handled in the upper FS layer. */ return (0); case USB_SET_SHORT_XFER: