From 21d03f8a61933262599013394889f859fdc60f7c Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Fri, 28 Feb 2014 12:59:54 -0300 Subject: [PATCH] expedite: add Samsung Serie 9 resolution. --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index e819ed8..28753bd 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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 } };