summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-11-18 07:25:08 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-11-18 07:25:08 +0000
commit8ad5767c565d70f73a0cb6c65a9144b7196f9616 (patch)
tree0b726a3bdefe12c79384780faa109b7f25e3c3d6 /v4l
parent2723671270469dcf207cdcc6a7b6d74223ef64cd (diff)
downloadmediapointer-dvb-s2-8ad5767c565d70f73a0cb6c65a9144b7196f9616.tar.gz
mediapointer-dvb-s2-8ad5767c565d70f73a0cb6c65a9144b7196f9616.tar.bz2
tveeprom MAC address parsing/cleanup
From: Steven Toth <stoth@hauppauge.com> - added a mac address field to the tveeprom structure. - allow callers to query the MAC address. - removed some redundant eeprom parsing code in cx88-cards.c (specific to Hauppauge DVB products) Instead, placed calls directly to the single eeprom parsing function in tveeprom.c Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 4f5271e97..420663f97 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,23 @@
+2005-11-18 07:22 mchehab
+
+ * ../linux/drivers/media/video/cx88/cx88-cards.c:
+ (hauppauge_eeprom), (cx88_card_setup):
+
+ - removed some redundant eeprom parsing code in cx88-cards.c
+ (specific to Hauppauge DVB products) Instead, placed calls
+ directly to the single eeprom parsing function in tveeprom.c
+
+ * ../linux/drivers/media/video/tveeprom.c:
+ (tveeprom_hauppauge_analog):
+ * ../linux/include/media/tveeprom.h:
+
+ - added a mac address field to the tveeprom structure.
+ - allow callers to query the MAC address.
+
+ Signed-off-by: Steven Toth <stoth@hauppauge.com>
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-11-18 03:37 mkrufky
* ../v4l/Makefile: