2 ## Davicom DM9601 USB 1.1 Ethernet Driver.
3 ## Copyright (c) 2008, 2011 Siarzhuk Zharski <imker@gmx.li>
4 ## Distributed under the terms of the MIT license.
7 ## trace [on|off] - activate additional tracing.
12 ## logfile [full path to private log file]
13 ## default path value: /var/log/usb_davicom.log
14 ## if disabled - all output goes to syslog
16 # logfile /var/log/usb_davicom.log
18 ## reset_logfile [on|off] - truncate private log file on driver/system restart
25 ## add_timestamp [on|off] - add time of writing the string in private log file.
31 ###########################################################################
33 ## Following settings are usable only with special version of the driver
34 ## compiled with UDAV_TRACE defined. Look into Driver.h for details.
37 ## trace_state [on|off] - activate state tracing. Statistic about of
43 ## trace_rx [on|off] - activate data receivening tracing. Statistic about of
44 ## transferred data amount.
49 ## trace_tx [on|off] - activate data transmitting tracing. Statistic about of
50 ## transferred data amount.
55 ## trace_stats [on|off] - activate tx/rx error counters tracing.