Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: e4aa937ec75df0eea0bee03bffa3303ad36c986b authored by Linus Torvalds on 26 May 2013, 23:00:47 UTC
Linux 3.10-rc3
Tip revision: e4aa937
Modules.conf
# For modern kernels (2.6 or above), this belongs in /etc/modprobe.d/*.conf
# For for 2.4 kernels or earlier, this belongs in /etc/modules.conf.

# i2c
alias char-major-89	i2c-dev
options i2c-core	i2c_debug=1
options i2c-algo-bit	bit_test=1

# bttv
alias char-major-81	videodev
alias char-major-81-0	bttv
options	bttv		card=2 radio=1
options	tuner		debug=1

back to top