Date: Sat, 29 May 2004 08:21:33 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_axe.c Message-ID: <200405291521.i4TFLXag029630@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2004/05/29 08:21:33 PDT FreeBSD src repository Modified files: sys/dev/usb if_axe.c Log: In axe_stop(), close the pipes before calling axe_reset(). axe_reset() changes the device configuration index, which should not be done while there are pipes open. Debugged with help from: Luke Dean <LukeD@pobox.com> Revision Changes Path 1.16 +2 -2 src/sys/dev/usb/if_axe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405291521.i4TFLXag029630>