|
Lines 51-62
Link Here
|
| 51 |
.Op Fl v |
51 |
.Op Fl v |
| 52 |
.Sh DESCRIPTION |
52 |
.Sh DESCRIPTION |
| 53 |
.Nm |
53 |
.Nm |
| 54 |
handles the USB device attachment and detachment. |
54 |
handles USB device attachment and detachment. |
| 55 |
It does two things. |
55 |
It does two things. |
| 56 |
Through opening the |
56 |
Through opening the |
| 57 |
.Pa /dev/usb0 , |
57 |
.Pa /dev/usb0 , |
| 58 |
.Pa /dev/usb1 , |
58 |
.Pa /dev/usb1 , |
| 59 |
etc. devices, it enables the kernel to do handle change requests from |
59 |
etc., devices, it enables the kernel to handle change requests from |
| 60 |
attached hubs. |
60 |
attached hubs. |
| 61 |
This functionality will be removed when the kernel has |
61 |
This functionality will be removed when the kernel has |
| 62 |
kernel threads. |
62 |
kernel threads. |
|
Lines 70-76
Link Here
|
| 70 |
.Dq ohci |
70 |
.Dq ohci |
| 71 |
and |
71 |
and |
| 72 |
.Dq uhci |
72 |
.Dq uhci |
| 73 |
modules are not loaded, it will load them automatically. |
73 |
modules are not loaded, |
|
|
74 |
.Nm |
| 75 |
will load them automatically. |
| 74 |
.Pp |
76 |
.Pp |
| 75 |
The second part is the handling of the attachment and detachment of USB |
77 |
The second part is the handling of the attachment and detachment of USB |
| 76 |
devices. |
78 |
devices. |
|
Lines 80-86
Link Here
|
| 80 |
Whenever a device is attached or |
82 |
Whenever a device is attached or |
| 81 |
detached the list of actions read from |
83 |
detached the list of actions read from |
| 82 |
.Pa /etc/usbd.conf |
84 |
.Pa /etc/usbd.conf |
| 83 |
are searched for a matching entry. |
85 |
is searched for a matching entry. |
| 84 |
If found, the corresponding action is |
86 |
If found, the corresponding action is |
| 85 |
executed. |
87 |
executed. |
| 86 |
.Pp |
88 |
.Pp |