MFNetBSD:
revision 1.87 date: 2001/11/21 15:37:41; author: augustss; state: Exp; lines: +5 -5 Fix indentation and typos.
This commit is contained in:
parent
1593b63801
commit
f8648b6c6d
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: usbdi.c,v 1.80 2001/04/13 11:19:58 augustss Exp $ */
|
/* $NetBSD: usbdi.c,v 1.87 2001/11/21 15:37:41 augustss Exp $ */
|
||||||
/* $FreeBSD$ */
|
/* $FreeBSD$ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -555,7 +555,7 @@ usbd_clear_endpoint_stall(usbd_pipe_handle pipe)
|
|||||||
DPRINTFN(8, ("usbd_clear_endpoint_stall\n"));
|
DPRINTFN(8, ("usbd_clear_endpoint_stall\n"));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clearing en endpoint stall resets the enpoint toggle, so
|
* Clearing en endpoint stall resets the endpoint toggle, so
|
||||||
* do the same to the HC toggle.
|
* do the same to the HC toggle.
|
||||||
*/
|
*/
|
||||||
pipe->methods->cleartoggle(pipe);
|
pipe->methods->cleartoggle(pipe);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user