]> git.webhop.me Git - lcd4linux.git/commitdiff
- spf: don't use suffixes like 'new' and 'old' anymore
authorsvenhoefer <svenhoefer@svenhoefer.com>
Tue, 3 May 2016 10:30:34 +0000 (12:30 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Tue, 3 May 2016 10:30:34 +0000 (12:30 +0200)
drv_SamsungSPF.c

index a0bf4fb073d06736ea3de448a58c03dcfb832201..9148435be37a2d1f8c66ba3a90a6b8e37edf960f 100644 (file)
@@ -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,