diff options
-rw-r--r-- | package/changelog | 3 | ||||
-rw-r--r-- | package/pkginfo.manifest | 2 | ||||
-rw-r--r-- | vbetables-gen.c | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/package/changelog b/package/changelog index 4ad8a2c..950ef2e 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.4.3 +- support 320x320 resolution +== GiWoong Kim <giwoong.kim@samsung.com> 2013-11-18 * 1.4.2 - update version == Kitae Kim <kt920.kim@samsung.com> 2013-03-15 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 2aa992f..c411297 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Package: vgabios -Version: 1.4.2 +Version: 1.4.3 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os: ubuntu-32 Maintainer: Yeong-Kyoon Lee <yeongkyoon.lee@samsung.com> diff --git a/vbetables-gen.c b/vbetables-gen.c index 1a50c2a..dbb63c2 100644 --- a/vbetables-gen.c +++ b/vbetables-gen.c @@ -71,6 +71,7 @@ ModeInfo modes[] = { { 1080, 1920, 24 , 0x17f}, { 1080, 1920, 32 , 0x180}, { 540, 960, 32 , 0x181}, +{ 320, 320, 32 , 0x182}, // { 0, }, |