Skip to content

Commit

Permalink
edid.c: manufacture year is calculated from 1990
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansa89 committed May 7, 2016
1 parent c50d777 commit cdafdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edid.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int edid_from_monitor_range(MonitorMode *range, ModeLine *mode, char *edid)
edid[16] = 5;

// Year of manufacture
edid[17] = 2014 - 1999;
edid[17] = 2014 - 1990;

// EDID version and revision
edid[18] = 1;
Expand Down

0 comments on commit cdafdab

Please sign in to comment.