diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-01 20:18:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-01 20:18:52 -0300 |
commit | 4e4c168746908b7dc88bb1fe46b7308164fb145c (patch) | |
tree | f69dfba3f28b1359e0bae7a238c7c4b1684c8878 /v4l/scripts | |
parent | 8391e4a8e4148d94a9eaecf3fbd242d959ace901 (diff) | |
download | mediapointer-dvb-s2-4e4c168746908b7dc88bb1fe46b7308164fb145c.tar.gz mediapointer-dvb-s2-4e4c168746908b7dc88bb1fe46b7308164fb145c.tar.bz2 |
Reverting last changeset. There were two different patches merged together
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-x | v4l/scripts/gentree.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/v4l/scripts/gentree.pl b/v4l/scripts/gentree.pl index 08969dab3..f9f56bd7c 100755 --- a/v4l/scripts/gentree.pl +++ b/v4l/scripts/gentree.pl @@ -64,10 +64,7 @@ my %defs = ( 'CONFIG_XC3028' => 0, 'CONFIG_TUNER_TEA5761' => 0, 'I2C_CLASS_TV_ANALOG' => 1, - 'I2C_CLASS_TV_DIGITAL' => 1, - 'OLD_XMIT_LOCK' => 0, - 'CONFIG_VIVI_SCATTER' => 0, -); + 'I2C_CLASS_TV_DIGITAL' => 1); ################################################################# # helpers |