OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Jacob Meuser (jakemsrcvs.openbsd.org)
Date: Sun Dec 26 2010 - 21:03:50 CST


CVSROOT: /cvs
Module name: src
Changes by: jakemsrcvs.openbsd.org 2010/12/26 20:03:50

Modified files:
        sys/dev/usb : if_cdcef.c if_otus.c if_rsu.c if_urtwn.c
                         uberry.c udfu.c udl.c uow.c uyap.c

Log message:
* add cfattach activate functions and call usbd_deactivate() in the
DVACT_DEACTIVATE case for drivers that don't have activate finctions
* fill out cfattach activate functions and call usbd_deactivate() in
the DVACT_DEACTIVATE case for drivers that don't have a dying flag

"ok with the intent" miod