1##
2##	USB Beceem driver
3##	Distributed under the terms of the MIT license.
4##	
5
6## trace [on|off] - activate additional tracing.
7## default value: off
8
9trace on 
10
11## logfile [full path to private log file] 
12## default path value: /var/log/usb_beceem.log
13## if disabled - all output goes to syslog
14
15logfile /var/log/usb_beceem.log
16
17## reset_logfile [on|off] - truncate private log file on driver/system restart
18## default value: off
19##
20
21reset_logfile on
22
23## add_timestamp  [on|off]  - add time of writing the string in private log file.
24## default value: on
25##
26
27# add_timestamp off
28
29## trace_flow [on|off] - activate data flow tracing. Statistic about of 
30##                       transferred data amount and media state.
31## default value: off
32
33# trace_flow on
34