Home
last modified time | relevance | path

Searched refs:uhso_autoswitch (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Duhso.c291 static int uhso_autoswitch = 1; variable
293 &uhso_autoswitch, 0, "Automatically switch to modem mode");
731 if (uaa->dev_state != UAA_DEV_READY || !uhso_autoswitch) in uhso_test_autoinst()