Download zip Select Archive Format
Name Last Update history
File empty ..
File txt Kconfig Loading commit data...
File txt Makefile Loading commit data...
File txt README Loading commit data...
File txt TODO Loading commit data...
File txt btmtk_usb.c Loading commit data...
File txt btmtk_usb.h Loading commit data...

README

-build driver modules
	make

-install driver modules
	make install

-remove driver modules
	make clean

-dynamic debug message
	turn on CONFIG_DYNAMIC_DEBUG compiler flag for current kernel
	mount -t debugfs none /sys/kernel/debug/
	echo "module module_name +p" > /sys/kernel/debug/dynamic_debug/control(turn on debug messages, module name such as btmtk_usb)
	echo "module module_name -p" > /sys/kernel/debug/dynamic_debug/control(turn off debug messages, module name such as btmtk_usb)