CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2013/11/11 02:16:03
Modified files: sys/dev/usb : uhidev.c uoaklux.c uoakrh.c uoakv.c Log message: Clean-up the activate routines from the uoak*(4) drivers. Leave the deactivate bits to the parent. Simplify by making a single dying check in uhidev(4) interrupt routine instead of having each child doing it. Okay mpi@