1# 2# The sample USBVision driver settings file 3# 4# Rename it to usbvision and put into 5# /boot/home/config/settings/kernel/drivers/ 6# After restarting your system the new settings will works. 7 8# Debug output - this is a possibility to view some kind of development related 9# information - error and warning messages etc. 10 11# debug_output - activates debug output. The debug builds has debug output 12# activated by default and this key has no effect on it. The release builds requires 13# to activate this if you want to see debug messages in syslog or in private log file. 14# 15# debug_output true 16 17# debug_output_in_file - activates writing of debug messages into private log file. 18# The name of this file is /boot/home/usbvision.log. If this key is set to true - no messages 19# will be written into syslog. 20# 21# debug_output_in_file true 22 23# debug_output_file_rewrite - activates rewriting of private log file on 24# calling driver_init() syscall. By default this set in false. 25# 26# debug_output_file_rewrite false 27 28# debug_trace_func_calls - the information about driver functions calls 29# will be traced. Would you like to see internals? Then activate this. 30# 31# debug_trace_func_calls true 32