usb(3): usb(2) -> nusb(2)

This commit is contained in:
cinap_lenrek 2011-08-26 06:45:52 +02:00
parent 5870aeaa39
commit 7432617f6a

View file

@ -175,7 +175,7 @@ In most cases, the correct course of action after noticing the stall
is for the device driver to issue a `clear halt' request (see is for the device driver to issue a `clear halt' request (see
.I unstall .I unstall
in in
.IR usb (2)) .IR nusb (2))
to resume I/O. to resume I/O.
The most common error is The most common error is
.L crc/timeout .L crc/timeout
@ -348,7 +348,7 @@ In most cases
the driver does not issue them, leaving the task to either the driver does not issue them, leaving the task to either
.IR usbd .IR usbd
or the usb driver library documented in or the usb driver library documented in
.IR usb (2). .IR nusb (2).
.TF "\fLsamplehz\fI n .TF "\fLsamplehz\fI n
.TP .TP
.B detach .B detach
@ -521,7 +521,7 @@ root of the USB interface
.br .br
.B /sys/src/9/pc/usb?hci.c .B /sys/src/9/pc/usb?hci.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR usb (2), .IR nusb (2),
.IR nusb (4), .IR nusb (4),
.IR plan9.ini (8) .IR plan9.ini (8)
.SH BUGS .SH BUGS