mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: reduce button threshold values
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19116 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -28,14 +28,14 @@ static struct gpio_button pb42_gpio_buttons[] __initdata = {
|
||||
.desc = "sw4",
|
||||
.type = EV_KEY,
|
||||
.code = BTN_0,
|
||||
.threshold = 5,
|
||||
.threshold = 3,
|
||||
.gpio = PB42_GPIO_BTN_SW4,
|
||||
.active_low = 1,
|
||||
} , {
|
||||
.desc = "sw5",
|
||||
.type = EV_KEY,
|
||||
.code = BTN_1,
|
||||
.threshold = 5,
|
||||
.threshold = 3,
|
||||
.gpio = PB42_GPIO_BTN_SW5,
|
||||
.active_low = 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user