diff options
author | Manu Abraham <manu@linuxtv.org> | 2005-09-09 16:03:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:43 -0400 |
commit | 62121b1f9e25377ff50121f8c34a4aa92c47f465 (patch) | |
tree | 8205e4e05bc27e61e41a6985e721aa10740f9677 /drivers/media/dvb/bt8xx/dst_common.h | |
parent | a427de6f72bc0d83ebb1d87f9003c5e1009f21cd (diff) |
[PATCH] dvb: dst: identify boards
Identify board properly: Add functions to retrieve MAC Address, FW details,
Card type and Vendor Information.
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/bt8xx/dst_common.h')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/bt8xx/dst_common.h b/drivers/media/dvb/bt8xx/dst_common.h index c0ee0b197bb8..3281a6ca3685 100644 --- a/drivers/media/dvb/bt8xx/dst_common.h +++ b/drivers/media/dvb/bt8xx/dst_common.h | |||
@@ -113,6 +113,10 @@ struct dst_state { | |||
113 | fe_sec_mini_cmd_t minicmd; | 113 | fe_sec_mini_cmd_t minicmd; |
114 | fe_modulation_t modulation; | 114 | fe_modulation_t modulation; |
115 | u8 messages[256]; | 115 | u8 messages[256]; |
116 | u8 mac_address[8]; | ||
117 | u8 fw_version[8]; | ||
118 | u8 card_info[8]; | ||
119 | u8 vendor[8]; | ||
116 | }; | 120 | }; |
117 | 121 | ||
118 | struct dst_types { | 122 | struct dst_types { |