expedite: add Samsung Serie 9 resolution.

This commit is contained in:
Cedric Bail 2014-02-28 12:59:54 -03:00
parent 5aa277e4d8
commit 21d03f8a61
1 changed files with 1 additions and 0 deletions

View File

@ -1220,6 +1220,7 @@ static const Expedite_Resolution resolutions[] = {
{ "1080p", 1920, 1080},
{ "wsvga", 1024, 600 },
{ "wsvga-p", 600 , 1024},
{ "s9", 1600, 900 },
{ NULL, 0, 0 }
};