View | Details | Raw Unified | Return to bug 34529
Collapse All | Expand All

(-)usr.sbin/usbd/usbd.conf.5 (-7 / +7 lines)
Lines 64-70 Link Here
64
There are 3 types of fields:
64
There are 3 types of fields:
65
descriptive fields, selection criteria and commands to execute on
65
descriptive fields, selection criteria and commands to execute on
66
events.
66
events.
67
The field name is case sensitive and should be all lower case.
67
The field names are case sensitive and should be all lower case.
68
Each field can have one or more arguments.
68
Each field can have one or more arguments.
69
.Pp
69
.Pp
70
The following fields are available:
70
The following fields are available:
Lines 74-84 Link Here
74
.Ar string
74
.Ar string
75
is an arbitrary string used for pretty printing.
75
is an arbitrary string used for pretty printing.
76
.It product Ar id
76
.It product Ar id
77
Product Id
77
Product ID
78
.It vendor Ar id
78
.It vendor Ar id
79
Vendor Id
79
Vendor ID
80
.It release Ar id
80
.It release Ar id
81
Release Id, also called revision Id sometimes.
81
Release ID, also called revision ID sometimes.
82
.It class Ar id
82
.It class Ar id
83
Device Class
83
Device Class
84
.It subclass Ar id
84
.It subclass Ar id
Lines 156-163 Link Here
156
.Xr usbd 8 ,
156
.Xr usbd 8 ,
157
.Xr usbdevs 8
157
.Xr usbdevs 8
158
.Sh BUGS
158
.Sh BUGS
159
It is currently not possible to use a selection criterium more than once. For
159
It is currently not possible to use a selection criterion more than once. For
160
example it is not possible to specify more than one vendor Id.
160
example, it is not possible to specify more than one vendor ID.
161
.Sh AUTHORS
161
.Sh AUTHORS
162
The man page for the usbd configuration file was written by
162
The manual page for the usbd configuration file was written by
163
.An Nick Hibma Aq n_hibma@FreeBSD.org .
163
.An Nick Hibma Aq n_hibma@FreeBSD.org .
(-)usr.sbin/usbd/usbd.8 (-2 / +2 lines)
Lines 56-62 Link Here
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 80-86 Link Here
80
Whenever a device is attached or
80
Whenever a device is attached or
81
detached the list of actions read from
81
detached the list of actions read from
82
.Pa /etc/usbd.conf
82
.Pa /etc/usbd.conf
83
are searched for a matching entry.
83
is searched for a matching entry.
84
If found, the corresponding action is
84
If found, the corresponding action is
85
executed.
85
executed.
86
.Pp
86
.Pp

Return to bug 34529