https://github.com/mithro/libedid-linux
The EDID code extracted the Linux Kernel into it's own library (in a way its easy to keep merging from upstream).
https://github.com/mithro/libedid-linux
Last synced: 11 months ago
JSON representation
The EDID code extracted the Linux Kernel into it's own library (in a way its easy to keep merging from upstream).
- Host: GitHub
- URL: https://github.com/mithro/libedid-linux
- Owner: mithro
- License: gpl-2.0
- Created: 2016-02-04T00:04:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T00:06:14.000Z (over 10 years ago)
- Last Synced: 2025-07-02T16:13:02.018Z (11 months ago)
- Language: C
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libedid
This repository has a modified version of the `drm_edid.c` code from the Linux
kernel to make them easy to use as part of the
[HDMI2USB firmware](http://hdmi2usb.tv).
## License
The contents of the repository are under the GPLv2, a copy of the license can
should be found in the LICENSE file which accompanied this repository. It can
also be found at https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
## Authors
* Tim 'mithro' Ansell