Просмотр исходного кода

patches-2.6.32/33: Reset button on Comtrend routers is GPIO 33 not GPIO 32

SVN-Revision: 22464
Daniel Dickinson 15 лет назад
Родитель
Сommit
99d0f9ea05

+ 1 - 1
target/linux/brcm63xx/patches-2.6.32/100-reset_buttons.patch

@@ -16,7 +16,7 @@
 +	.buttons = {
 +		{
 +			.desc		= "reset",
-+			.gpio		= 32,
++			.gpio		= 33,
 +			.active_low	= 1,
 +			.type		= EV_KEY,
 +			.code		= KEY_RESTART,

+ 1 - 1
target/linux/brcm63xx/patches-2.6.33/100-reset_buttons.patch

@@ -16,7 +16,7 @@
 +	.buttons = {
 +		{
 +			.desc		= "reset",
-+			.gpio		= 32,
++			.gpio		= 33,
 +			.active_low	= 1,
 +			.type		= EV_KEY,
 +			.code		= KEY_RESTART,