Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260790
b: refs/heads/master
c: 5599d2e
h: refs/heads/master
v: v3
  • Loading branch information
Rakesh Iyer authored and Dmitry Torokhov committed Jul 25, 2011
1 parent 61e2e7a commit 68e9326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6eab7ce65a4e6fae1d2cb5d866515ed288f2fdcc
refs/heads/master: 5599d2e60b1191520778def7c0658fbc6de6d8c1
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/tegra-kbc.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ static int __devinit tegra_kbc_probe(struct platform_device *pdev)

input_set_drvdata(input_dev, kbc);

input_dev->evbit[0] = BIT_MASK(EV_KEY);
input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REP);
input_set_capability(input_dev, EV_MSC, MSC_SCAN);

input_dev->keycode = kbc->keycode;
Expand Down

0 comments on commit 68e9326

Please sign in to comment.