titan board also have CYWL as a product id
authorFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jun 2010 19:16:49 +0000 (19:16 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 6 Jun 2010 19:16:49 +0000 (19:16 +0000)
SVN-Revision: 21690

target/linux/ar7/patches-2.6.32/930-titan-platform.patch

index 484ce2d1937abb38726eba79eced5fe7cc96ce94..cf6966dd109eedf5869174ba99326744944c2e16 100644 (file)
        } else if (strstr(prid, "DG834")) {
                ar7_led_data.num_leds = ARRAY_SIZE(dg834g_leds);
                ar7_led_data.leds = dg834g_leds;
-+      } else if (strstr(prid, "CYWM")) {
++      } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) {
 +              ar7_led_data.num_leds = ARRAY_SIZE(titan_leds);
 +              ar7_led_data.leds = titan_leds;
        }