Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75463
b: refs/heads/master
c: 9fe4f2a
h: refs/heads/master
i:
  75461: de91dc4
  75459: d6a24c4
  75455: 0574f19
v: v3
  • Loading branch information
Richard Purdie authored and Dmitry Torokhov committed Jan 3, 2008
1 parent 8e047f3 commit 7c87377
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: f5ad58675149077b2046905d54fb831873288058
refs/heads/master: 9fe4f2aadc3067e36f211f9d8a01634bbc4f7eb4
1 change: 1 addition & 0 deletions trunk/drivers/input/keyboard/spitzkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ static int __init spitzkbd_probe(struct platform_device *dev)
for (i = 0; i < ARRAY_SIZE(spitzkbd_keycode); i++)
set_bit(spitzkbd->keycode[i], input_dev->keybit);
clear_bit(0, input_dev->keybit);
set_bit(KEY_SUSPEND, input_dev->keybit);
set_bit(SW_LID, input_dev->swbit);
set_bit(SW_TABLET_MODE, input_dev->swbit);
set_bit(SW_HEADPHONE_INSERT, input_dev->swbit);
Expand Down

0 comments on commit 7c87377

Please sign in to comment.