diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-14 16:48:26 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-14 16:48:26 +0000 |
commit | dc49b979bbf88fb36e888c8d04d22b3168885d80 (patch) | |
tree | 040545b578a1a1f37da29d779900faee35d62107 | |
parent | 1edf84238781769797aebeacf47dee473fbe6c2f (diff) | |
download | mediapointer-dvb-s2-dc49b979bbf88fb36e888c8d04d22b3168885d80.tar.gz mediapointer-dvb-s2-dc49b979bbf88fb36e888c8d04d22b3168885d80.tar.bz2 |
- Chip_id removed since it isn't required anymore.
- Scaler code for the em2820 does not seem to work for the em2800
chipset. Attached patch will disable all resolutions for the
em2800 that do not produce correct output.
Not sure if NTSC is working.
Signed-off-by: Sascha Sommer <saschasommer@freenet.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 27ef3074d..674c65bb7 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2005-10-14 16:41 mchehab + + * ../linux/drivers/usb/media/em2820-cards.c: + * ../linux/drivers/usb/media/em2820-core.c: (em2820_scaler_set): + * ../linux/drivers/usb/media/em2820-video.c: + (em2820_video_do_ioctl): + * ../linux/drivers/usb/media/em2820.h: + - Chip_id removed since it isn't required anymore. + - Scaler code for the em2820 does not seem to work for the em2800 + chipset. Attached patch will disable all resolutions for the + em2800 that do not produce correct output. + Not sure if NTSC is working. + + Signed-off-by: Sascha Sommer <saschasommer@freenet.de> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-10-14 16:04 mchehab * ../linux/drivers/media/video/ir-kbd-i2c.c: (get_key_haup), |