mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix sysctl description.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
94f8b882e5
commit
4e6e77b74f
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ serialnet_init(void *arg __unused)
|
|||
parent = SYSCTL_ADD_NODE(&serialnet_ctx_list,
|
||||
SYSCTL_STATIC_CHILDREN(_hw_usb_templates), OID_AUTO,
|
||||
parent_name, CTLFLAG_RW,
|
||||
0, "USB Mass Storage device side template");
|
||||
0, "USB CDC Serial/Ethernet device side template");
|
||||
SYSCTL_ADD_U16(&serialnet_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
|
||||
"vendor_id", CTLFLAG_RWTUN,
|
||||
&usb_template_serialnet.idVendor, 1, "Vendor identifier");
|
||||
|
|
|
|||
Loading…
Reference in a new issue