|
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 . |