Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328528
b: refs/heads/master
c: 8757145
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Pereira da Silva authored and Dmitry Torokhov committed Sep 13, 2012
1 parent 1efa2fc commit 7eb37b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: caaa357dc0582f0d4504c22f1ef2347ad940de1b
refs/heads/master: 8757145af0cc7d51dc4d491c9a2248ece50b9932
1 change: 1 addition & 0 deletions trunk/drivers/input/keyboard/gpio_keys_polled.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ gpio_keys_polled_get_devtree_pdata(struct device *dev)
}

pdata->buttons = (struct gpio_keys_button *)(pdata + 1);
pdata->nbuttons = nbuttons;

pdata->rep = !!of_get_property(node, "autorepeat", NULL);
of_property_read_u32(node, "poll-interval", &pdata->poll_interval);
Expand Down

0 comments on commit 7eb37b6

Please sign in to comment.