Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260780
b: refs/heads/master
c: c388b2c
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jul 13, 2011
1 parent 2ca77eb commit c8bf071
Show file tree
Hide file tree
Showing 2 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: bdda82162837a20e591ac01b306dc8f052270510
refs/heads/master: c388b2c67e64d20cc0ad0d48d0e3e819d489bfed
4 changes: 2 additions & 2 deletions trunk/drivers/input/keyboard/atkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1578,14 +1578,14 @@ static int __init atkbd_setup_forced_release(const struct dmi_system_id *id)
atkbd_platform_fixup = atkbd_apply_forced_release_keylist;
atkbd_platform_fixup_data = id->driver_data;

return 0;
return 1;
}

static int __init atkbd_setup_scancode_fixup(const struct dmi_system_id *id)
{
atkbd_platform_scancode_fixup = id->driver_data;

return 0;
return 1;
}

static const struct dmi_system_id atkbd_dmi_quirk_table[] __initconst = {
Expand Down

0 comments on commit c8bf071

Please sign in to comment.