]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/nusbrc
console(8): add console command and manpage
[plan9front.git] / sys / man / 8 / nusbrc
1 .TH NUSBRC 8
2 .SH NAME
3 nusbrc - Universal Serial Bus startup script
4 .SH SYNOPSIS
5 .B nusbrc
6 .SH DESCRIPTION
7 Started by
8 .I bootrc
9 (see
10 .IR boot (8)),
11 .I termrc
12 or
13 .I cpurc
14 (see
15 .IR cpurc (8)),
16 .I nusbrc
17 handles the startup and shutdown of usb drivers on physical
18 device attach and detach events by reading
19 .B /dev/usbevent
20 file.
21 .SH SOURCE
22 .B /rc/bin/nusbrc
23 .B /sys/src/9/boot/nusbrc
24 .SH "SEE ALSO"
25 .IR nusb (4)
26 .SH BUGS
27 Usb devices appear as files under
28 .B /dev
29 and
30 .B /shr
31 identified by the devices unique name assigned by usbd.
32 When the environment variable
33 .I nousbhname
34 is defined, devies are named by ther dynamically assigned
35 usb device address instead. This emulates the old behaviour.