From: svenhoefer Date: Tue, 3 May 2016 10:30:34 +0000 (+0200) Subject: - spf: don't use suffixes like 'new' and 'old' anymore X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=07152634dcf1d7acb5e315f865d8f58e237a9f98;p=lcd4linux.git - spf: don't use suffixes like 'new' and 'old' anymore --- diff --git a/drv_SamsungSPF.c b/drv_SamsungSPF.c index a0bf4fb..9148435 100644 --- a/drv_SamsungSPF.c +++ b/drv_SamsungSPF.c @@ -129,14 +129,14 @@ static struct SPFdev spfDevices[] = { .yRes = 600, }, { - .type = "SPF-87H-old", + .type = "SPF-87H", .vendorID = 0x04e8, .productID = {0x2025, 0x2026}, .xRes = 800, .yRes = 480, }, { - .type = "SPF-87H", + .type = "SPF-87H-v2", .vendorID = 0x04e8, .productID = {0x2033, 0x2034}, .xRes = 800, @@ -157,7 +157,7 @@ static struct SPFdev spfDevices[] = { .yRes = 600, }, { - .type = "SPF-107H-new", + .type = "SPF-107H-v2", .vendorID = 0x04e8, .productID = {0x2035, 0x2036}, .xRes = 1024,