CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/23 00:12:14
Modified files:
sys/dev/usb : uhid.c
Log message:
Add dummy FIOASYNC handler.
Without it uhid_do_ioctl() will return EINVAL which will make the
upper layer assume that uhid node do not support non-blocking reads.
Fix a regression introduced by the removal of SIGIO support.
Reported by many, fix tested by Bryan Linton, Micah Muer and Nam Nguyen.
