Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260781
b: refs/heads/master
c: fea2021
h: refs/heads/master
i:
  260779: 2ca77eb
v: v3
  • Loading branch information
Axel Lin authored and Dmitry Torokhov committed Jul 13, 2011
1 parent c8bf071 commit e7abb37
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: c388b2c67e64d20cc0ad0d48d0e3e819d489bfed
refs/heads/master: fea2021c76a414b71204cc2aea623bb037fa913b
4 changes: 2 additions & 2 deletions trunk/drivers/input/mouse/lifebook.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ static const char *desired_serio_phys;
static int lifebook_limit_serio3(const struct dmi_system_id *d)
{
desired_serio_phys = "isa0060/serio3";
return 0;
return 1;
}

static bool lifebook_use_6byte_proto;

static int lifebook_set_6byte_proto(const struct dmi_system_id *d)
{
lifebook_use_6byte_proto = true;
return 0;
return 1;
}

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

0 comments on commit e7abb37

Please sign in to comment.