GitXplorerGitXplorer
c

eds

public
24 stars
14 forks
0 issues

Commits

List of commits on branch master.
Unverified
d239028cf9152e1165f816bcc29c6de12b989258

build: migrate build to CMake

ccompnerd committed 6 years ago
Unverified
032e85719e34345e5371c7a3be3a520bc96f30c4

eds: move general macro definition out of edid.h

ccompnerd committed 14 years ago
Unverified
29d73f13e016ebda2507058961b02b5b9e121f77

build: slightly cleaner header installation

ccompnerd committed 14 years ago
Unverified
111c7c207278641e56c087578271c318455a6ed1

parse-edid: add a HZ_2_MHZ macro

ccompnerd committed 14 years ago
Unverified
411c42048ea00a22ea10938fb5c9f4d04fa496bd

parse-edid: tweak main

ccompnerd committed 14 years ago
Unverified
86ef82d0eb88eba50ebb414974e2f1cc86657d1f

parse-edid: ext_dump -> inf(o)_dump

ccompnerd committed 14 years ago

README

The README file for this repository.

eds is a library of EDID data structure definitions as well as a small set of utility functions. It is designed to be used in userspace and kernelspace application and thus relies on as few library methods as possible for the utility functions.

Patches to fix bugs or TODO items are more than welcome.