1##
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.
5##	
6
7## trace [on|off] - activate additional tracing.
8## default value: off
9
10# trace on 
11
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
15
16# logfile /var/log/usb_davicom.log
17
18## reset_logfile [on|off] - truncate private log file on driver/system restart
19## default value: off
20##
21
22# reset_logfile on
23
24
25## add_timestamp  [on|off]  - add time of writing the string in private log file.
26## default value: on
27##
28
29# add_timestamp off
30
31###########################################################################
32##
33## Following settings are usable only with special version of the driver
34## compiled with UDAV_TRACE defined. Look into Driver.h for details.
35##
36
37## trace_state [on|off] - activate state tracing. Statistic about of 
38##                       media state.
39## default value: off
40
41# trace_state on
42
43## trace_rx [on|off] - activate data receivening tracing. Statistic about of 
44##                       transferred data amount.
45## default value: off
46
47# trace_rx on
48
49## trace_tx [on|off] - activate data transmitting tracing. Statistic about of 
50##                       transferred data amount.
51## default value: off
52
53# trace_tx on
54
55## trace_stats [on|off] - activate tx/rx error counters tracing. 
56##                       
57## default value: off
58
59# trace_stats on
60
61