aboutsummaryrefslogtreecommitdiffstats
path: root/get-edid.h
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-01-08 18:14:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-01-08 18:14:54 +0000
commit74a5be42e7044ea7393204e174436d4764fd0b6a (patch)
treef0c129a1f55c86c1026c2cc3deff5882fea9ab5f /get-edid.h
parent957050b286bc1784110a881c93b0fe7e24e7dc18 (diff)
downloadmonitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.gz
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.bz2
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.tar.xz
monitor-edid-74a5be42e7044ea7393204e174436d4764fd0b6a.zip
- monitor-get-edid:
o minimal support for getting EDID from different DDC port (experimental, need testing before using it in monitor-edid) this is inspired from SuSE's hwinfo. note: - we may need to not redo vbe_check_vbe_info() for each vbe_get_edid_info() if we want to get many ports. It would need a little re-architecturing (since returning list in C is not great fun) - hwinfo is probing ports 0,1 by default, (hwinfo says: some BIOSes crash when you try more) and 0,1,2 on Dell and nvidia-based laptops
Diffstat (limited to 'get-edid.h')
-rw-r--r--get-edid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-edid.h b/get-edid.h
index eb45d11..9de1cd9 100644
--- a/get-edid.h
+++ b/get-edid.h
@@ -1,4 +1,4 @@
int verbose;
struct hd_data_struct;
-int get_edid(struct hd_data_struct *hd_data, char *edid);
+int get_edid(struct hd_data_struct *hd_data, char *edid, int port);