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