[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SS4000E LEDS and Power/Reset Buttons



"Chris Wilkinson" <kinsham@verizon.net> writes:

Hi,

[...]

>
> static struct gpio_keys_platform_data em7210_button_data = {
> 	.buttons	= em7210_buttons,
> 	.nbuttons	= ARRAY_SIZE(em7210_buttons),
> };


hm. right. I forgot that. The previous driver I was using had some
default polling interval but not the in-kernel driver. This means that
it's missing a line like this:

     .poll_interval = 100,

in em7210_button_data. With this, it should work (I hope).


Arnaud
 


Reply to: