diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 10:24:13 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-25 10:24:13 +0000 |
commit | e84aac377e19262b37a6f2204b28d3aab86eafc5 (patch) | |
tree | a02d7899549d973b3a9dabbb79290f464d8ef6a5 /v4l | |
parent | 3eefa221e1aa627117abe32dd51729d075eca8e8 (diff) | |
download | mediapointer-dvb-s2-e84aac377e19262b37a6f2204b28d3aab86eafc5.tar.gz mediapointer-dvb-s2-e84aac377e19262b37a6f2204b28d3aab86eafc5.tar.bz2 |
Fixed eeprom handling for cx88 and added Nova-T PCI model 90003.
From: Steven Toth <stoth@hauppauge.com>
- Fixed code handling for eeprom on cx88 boards.
- Hauppauge released a new version of the Nova-T-PCI (9002) a few months
ago with a different (compatible) tuner (but lacking RF passthru). The
official model# is 90003. All features are working.
- Adding entry to the known model list after testing.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 33c7d01b5..a99606600 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,20 @@ +2005-11-25 10:21 mchehab + + * ../linux/drivers/media/video/tveeprom.c: + (tveeprom_hauppauge_analog): + + - Fixed code handling for eeprom on cx88 boards. + + * ../linux/drivers/media/video/cx88/cx88-cards.c: + (hauppauge_eeprom): + - Hauppauge released a new version of the Nova-T-PCI (9002) a few months + ago with a different (compatible) tuner (but lacking RF passthru). The + official model# is 90003. All features are working. + - Adding entry to the known model list after testing. + + Signed-off-by: Steven Toth <stoth@hauppauge.com> + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-24 21:57 nshmyrev * ../linux/drivers/media/video/bttv-driver.c: (bttv_common_ioctls), |