Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75448
b: refs/heads/master
c: 9f31c05
h: refs/heads/master
v: v3
  • Loading branch information
Andy Wingo authored and Linus Torvalds committed Jan 14, 2008
1 parent 58cb429 commit 2adbaf3
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 96990a4ae979df9e235d01097d6175759331e88c
refs/heads/master: 9f31c05ea0f5690d002ae30710fc0fbe0f0c201f
3 changes: 2 additions & 1 deletion trunk/drivers/macintosh/adbhid.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,9 @@ adbhid_input_keycode(int id, int scancode, int repeat)
input_sync(ahid->input);
input_report_key(ahid->input, KEY_CAPSLOCK, 0);
input_sync(ahid->input);
return;
}
return;
break;
#ifdef CONFIG_PPC_PMAC
case ADB_KEY_POWER_OLD: /* Power key on PBook 3400 needs remapping */
switch(pmac_call_feature(PMAC_FTR_GET_MB_INFO,
Expand Down

0 comments on commit 2adbaf3

Please sign in to comment.