Date: Fri, 8 Aug 2003 12:09:06 -0400 From: Anish Mistry <mistry.7@osu.edu> To: "M. Warner Losh" <imp@bsdimp.com>, Jan.Stocker@t-online.de Cc: freebsd-current@freebsd.org Subject: Re: usbd does not use detach Message-ID: <200308081209.20809.mistry.7@osu.edu> In-Reply-To: <20030808.001957.133914042.imp@bsdimp.com> References: <200308061242.35227.mistry.7@osu.edu> <200308080123.06566.mistry.7@osu.edu> <20030808.001957.133914042.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Friday 08 August 2003 02:19 am, you wrote:
> Helps to actually attach the patch.
>
Almost positive I had attached it. It's attached and pasted below, just fixes
a typo in the debugging.
> Warner
>
>
- --- usbd.c.orig Thu Aug 7 18:46:47 2003
+++ usbd.c Thu Aug 7 18:52:33 2003
@@ -911,7 +911,7 @@
break;
case USB_EVENT_DRIVER_ATTACH:
if (verbose)
- - printf("USB_EVENT_DRIVER_DETACH\n");
+ printf("USB_EVENT_DRIVER_ATTACH\n");
break;
case USB_EVENT_DRIVER_DETACH:
if (verbose)
- --
Anish Mistry
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
iD8DBQE/M8suxqA5ziudZT0RAs70AJ9QJmkUQL0G+Cyd11aKqQwtyY3h2gCdH9ES
7cvH2y+SzT6M7RC+EsuWqR4=
=ryqG
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308081209.20809.mistry.7>
