summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/edid
Commit message (Collapse)AuthorAgeFilesLines
* Add We mean it warning to the EDID tableLaszlo Agocs2017-09-081-0/+9
| | | | | Change-Id: I3183a2eae372e37bbed9e96b953e3ead4246a543 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io>
* EDID parser libraryPier Luigi Fiorini2017-05-024-0/+2564
Add a support library to parse EDID that will be used by platform plugins. In order to tell the screen manufacturer from the identifier, the parsers reads /usr/share/hwdata/pnp.ids or, if it's missing, uses a lookup table previously generated from that file with a Python script. Change-Id: Ie021eb68be91f06dc0da54445f88e3533f78d23e Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>