diff options
author | Alex Woods <devnull@localhost> | 2005-12-09 21:53:00 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2005-12-09 21:53:00 +0000 |
commit | ac63d03ba48d965f169ed2595ecc2ad7b8694e95 (patch) | |
tree | 13e32670b9c21898e15bbe28f9d533755e7ec694 /v4l/ChangeLog | |
parent | 75204ec801abc780640cf7a9fccc690317b9a729 (diff) | |
download | mediapointer-dvb-s2-ac63d03ba48d965f169ed2595ecc2ad7b8694e95.tar.gz mediapointer-dvb-s2-ac63d03ba48d965f169ed2595ecc2ad7b8694e95.tar.bz2 |
TTUSB DEC driver patch roundup
From: Alex Woods <linux-dvb@giblets.org>
Collection of patches from Peter Beutner addressing:
- add symbolrates to the DVB-S frontend description
- fix capability flags in DVB-S frontend describtion
- remove some void casts
- disable zig-zag scanning as it makes no sense for DVB-T
- set sensible min_delay value
- return an error for requested filter types the driver can't handle
Signed-off-by: Peter Beutner <p.beutner@gmx.net>
Signed-off-by: Alex Woods <linux-dvb@giblets.org>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 34803a46c..a0132614d 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,17 @@ +2005-12-09 21:36 woods + + * linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c: + * linux/drivers/media/dvb/ttusb-dec/ttusbdecfe.c: + - add symbolrates to the DVB-S frontend description + - fix capability flags in DVB-S frontend describtion + - remove some void casts + - disable zig-zag scanning as it makes no sense for DVB-T + - set sensible min_delay value + - return an error for requested filter types the driver can't handle + + Signed-off-by: Peter Beutner <p.beutner@gmx.net> + Signed-off-by: Alex Woods <linux-dvb@giblets.org> + 2005-12-09 22:02 mchehab * linux/drivers/media/video/videodev.c: |