diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 03:28:30 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2006-01-19 03:28:30 +0000 |
commit | b77c4714f7ff6e981f9150d0c9c5fa5d80972da0 (patch) | |
tree | 7a1a9e197424fa714e0e891730eddfaea1a50725 /v4l | |
parent | ccd19a5d4a54c88fc10196b70d9cc0d55c67ed35 (diff) | |
download | mediapointer-dvb-s2-b77c4714f7ff6e981f9150d0c9c5fa5d80972da0.tar.gz mediapointer-dvb-s2-b77c4714f7ff6e981f9150d0c9c5fa5d80972da0.tar.bz2 |
Fixes tvp5150a/am1 detection.
From: Mauro Carvalho Chehab <mchehab@infradead.org>
- tvp5150 type were determined by a secondary register instead of
using ROM code.
- tvp5150am1 have ROM=4.0, while tvp5150a have ROM=3.33 (decimal).
All other ROM versions are reported as unknown tvp5150.
- Except for reporting, current code doesn't enable any special feature
for tvp5150am1 or tvp5150a. Code should work for both models (but were
tested only for tvp5150am1).
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 6c5b1433b..795e6f9a5 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,9 @@ +2006-01-19 02:52 mchehab + * linux/drivers/media/video/tvp5150.c: (tvp5150_reset): + - Fixes tvp5150a/am1 detection. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> + 2006-01-19 02:45 mkrufky * linux/drivers/media/video/cx88/Kconfig: |