From a67a911a93ff3c0b3d2e6f6fb20c0787b9d4d41d Mon Sep 17 00:00:00 2001 From: Zhenyu Wang Date: Thu, 19 Feb 2009 01:00:33 +0800 Subject: TV: sort input mode lines --- src/i830_tv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i830_tv.c b/src/i830_tv.c index b13abd44..267da3b2 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -1405,10 +1405,10 @@ static struct input_res { { {"640x480", 640, 480}, {"800x600", 800, 600}, - {"1024x768", 1024, 768}, - {"1280x1024", 1280, 1024}, {"848x480", 848, 480}, + {"1024x768", 1024, 768}, {"1280x720", 1280, 720}, + {"1280x1024", 1280, 1024}, {"1920x1080", 1920, 1080}, }; -- cgit v1.2.3