1##
2##	ASIX AX88172/AX88772/AX88178 USB 2.0 Ethernet Driver.
3##	Copyright (c) 2008 S.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_asix.log
14## if disabled - all output goes to syslog
15
16#logfile /var/log/usb_asix.log
17
18## reset_logfile [on|off] - truncate private log file on driver/system restart
19## default value: off
20##
21
22# reset_logfile off
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## trace_flow [on|off] - activate data flow tracing. Statistic about of 
32##                       transferred data amount and media state.
33## default value: off
34
35# trace_flow on
36