Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306103
b: refs/heads/master
c: eea977e
h: refs/heads/master
i:
  306101: 54424e9
  306099: 234f777
  306095: 79f499a
v: v3
  • Loading branch information
Michael Büsch authored and Mauro Carvalho Chehab committed Apr 9, 2012
1 parent 7fb0e47 commit 3773122
Show file tree
Hide file tree
Showing 6 changed files with 581 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ec12988c022bee4af28a5d3941a01f9e78a96e9
refs/heads/master: eea977ed63c16888a87acd12958966638ac4fb3a
7 changes: 7 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2692,6 +2692,13 @@ S: Maintained
F: Documentation/hwmon/f71805f
F: drivers/hwmon/f71805f.c

FC0011 TUNER DRIVER
M: Michael Buesch <m@bues.ch>
L: linux-media@vger.kernel.org
S: Maintained
F: drivers/media/common/tuners/fc0011.h
F: drivers/media/common/tuners/fc0011.c

FANOTIFY
M: Eric Paris <eparis@redhat.com>
S: Maintained
Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/media/common/tuners/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ config MEDIA_TUNER_TDA18218
help
NXP TDA18218 silicon tuner driver.

config MEDIA_TUNER_FC0011
tristate "Fitipower FC0011 silicon tuner"
depends on VIDEO_MEDIA && I2C
default m if MEDIA_TUNER_CUSTOMISE
help
Fitipower FC0011 silicon tuner driver.

config MEDIA_TUNER_TDA18212
tristate "NXP TDA18212 silicon tuner"
depends on VIDEO_MEDIA && I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/common/tuners/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ obj-$(CONFIG_MEDIA_TUNER_MAX2165) += max2165.o
obj-$(CONFIG_MEDIA_TUNER_TDA18218) += tda18218.o
obj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o
obj-$(CONFIG_MEDIA_TUNER_TUA9001) += tua9001.o
obj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o

ccflags-y += -I$(srctree)/drivers/media/dvb/dvb-core
ccflags-y += -I$(srctree)/drivers/media/dvb/frontends
Loading

0 comments on commit 3773122

Please sign in to comment.