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