Age | Commit message (Collapse) | Author |
|
From: Steven Toth <stoth@hauppauge.com>
Unused code is removed.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Since at least kernel 2.6.12-rc2, module.h includes moduleparm.h. This
patch removes all occurences of moduleparm.h from drivers/media files.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
|
|
From: Michael Krufky <mkrufky@linuxtv.org>
- trivial whitespace cleanups
- add "c-basic-offset: 8" to enforce tabbing style in emacs
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
|
|
From: Steven Toth <stoth@hauppauge.com>
This adds support for the Microtune MT2131 tuner. 8VSB mode has been tested
but QAM support will likely require more register work. Hauppauge have
not announced any QAM devices using the MT2131 so QAM remains undone. For legal
reasons, Microtune allowed us to write a GPL driver providing we did not
document in significant detail any of the registers. This explains the lack
of comments or defined on register names.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
|