Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227854
b: refs/heads/master
c: 3098064
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Matthew Garrett committed Jan 7, 2011
1 parent 3e34630 commit 239dbc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 5369c02d951afc72d68f5f85089160a63d31ca37
refs/heads/master: 3098064d3b4a9bf9d2855b2a89599ad77695e324
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/classmate-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ static void cmpc_keys_handler(struct acpi_device *dev, u32 event)

if ((event & 0x0F) < ARRAY_SIZE(cmpc_keys_codes))
code = cmpc_keys_codes[event & 0x0F];
inputdev = dev_get_drvdata(&dev->dev);;
inputdev = dev_get_drvdata(&dev->dev);
input_report_key(inputdev, code, !(event & 0x10));
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/thinkpad_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -6345,7 +6345,7 @@ static int __init brightness_init(struct ibm_init_struct *iibm)
"as change notification\n");
tpacpi_hotkey_driver_mask_set(hotkey_driver_mask
| TP_ACPI_HKEY_BRGHTUP_MASK
| TP_ACPI_HKEY_BRGHTDWN_MASK);;
| TP_ACPI_HKEY_BRGHTDWN_MASK);
return 0;
}

Expand Down

0 comments on commit 239dbc9

Please sign in to comment.