An open API service indexing awesome lists of open source software.

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).

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