Re: usb: add missing autoconf activate functions

2010-12-18 Thread Jacob Meuser
On Sun, Dec 19, 2010 at 05:02:54AM +0200, Paul Irofti wrote: > On Sat, Dec 18, 2010 at 11:11:35PM +, Jacob Meuser wrote: > > this adds activate functions for drivers that don't have them. also > > add usbd_deactivate() in DVACT_DEACTIVATE for drivers that do have > > activate functions but don

Re: usb: add missing autoconf activate functions

2010-12-18 Thread Paul Irofti
On Sun, Dec 19, 2010 at 05:02:54AM +0200, Paul Irofti wrote: > On Sat, Dec 18, 2010 at 11:11:35PM +, Jacob Meuser wrote: > > this adds activate functions for drivers that don't have them. also > > add usbd_deactivate() in DVACT_DEACTIVATE for drivers that do have > > activate functions but don

Re: usb: add missing autoconf activate functions

2010-12-18 Thread Paul Irofti
On Sat, Dec 18, 2010 at 11:11:35PM +, Jacob Meuser wrote: > this adds activate functions for drivers that don't have them. also > add usbd_deactivate() in DVACT_DEACTIVATE for drivers that do have > activate functions but don't have any dying flag. > > ok? About this interface, I looked arou

usb: add missing autoconf activate functions

2010-12-18 Thread Jacob Meuser
this adds activate functions for drivers that don't have them. also add usbd_deactivate() in DVACT_DEACTIVATE for drivers that do have activate functions but don't have any dying flag. ok? -- jake...@sdf.lonestar.org SDF Public Access UNIX System - http://sdf.lonestar.org Index: if_cdcef.c ===