Pārlūkot izejas kodu

package/broadcom-diag: fix USB led polarity on Asus WL-HDD (closes: #7055)

SVN-Revision: 20869
Nicolas Thill 15 gadi atpakaļ
vecāks
revīzija
138a5b8b4f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package/broadcom-diag/src/diag.c

+ 1 - 1
package/broadcom-diag/src/diag.c

@@ -377,7 +377,7 @@ static struct platform_t __initdata platforms[] = {
 		},
 		.leds		= {
 			{ .name = "power",	.gpio = 1 << 0, .polarity = REVERSE },
-			{ .name = "usb",	.gpio = 1 << 2, .polarity = NORMAL },
+			{ .name = "usb",	.gpio = 1 << 2, .polarity = REVERSE },
 		},
 	},
 	[WL300G] = {