CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/20 10:54:45
Modified files:
sys/dev/usb : uhid.c
Log message:
Remove SIGIO support. Base tools do not implement it and ports relying
on libusbhid, generally via SDL, shouldn't do it either since it's not
portable.
Suggested by deraadt@ after Ilja van Sprundel reported an issue with a
stale struct proc pointer in similar code.
ok kettenis@, deraadt@
