Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227857
b: refs/heads/master
c: 72135d2
h: refs/heads/master
i:
  227855: 7f1d04e
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Matthew Garrett committed Jan 7, 2011
1 parent 6ee6206 commit 7f5ccea
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: 698e1641a37f833dd26ee2fde5eed426cd97880b
refs/heads/master: 72135d21b587debcbcc57e0dbcc8bcfa4dacb661
1 change: 1 addition & 0 deletions trunk/drivers/platform/x86/classmate-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,7 @@ static void cmpc_keys_handler(struct acpi_device *dev, u32 event)
code = cmpc_keys_codes[event & 0x0F];
inputdev = dev_get_drvdata(&dev->dev);
input_report_key(inputdev, code, !(event & 0x10));
input_sync(inputdev);
}

static void cmpc_keys_idev_init(struct input_dev *inputdev)
Expand Down

0 comments on commit 7f5ccea

Please sign in to comment.