Date:2010-07-23 02:48:26 (13 years 4 months ago)
Author:Maarten ter Huurne
Commit:fea3607d89d0496fccbfdf593b397bcfbc3b1bb5
Message:a320: Enable key repeat.

This is for compatibility with booboo's kernel.
I am not sure yet whether key repeats are a good idea or not, but when uncertain it's better to go for the smooth migration path.
Files: arch/mips/jz4740/board-a320.c (1 diff)

Change Details

arch/mips/jz4740/board-a320.c
268268static struct gpio_keys_platform_data a320_gpio_keys_pdata = {
269269    .buttons = a320_buttons,
270270    .nbuttons = ARRAY_SIZE(a320_buttons),
271    .rep = 1,
271272};
272273
273274static struct platform_device a320_gpio_keys_device = {

Archive Download the corresponding diff file



interactive