Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109495
b: refs/heads/master
c: d8196a9
h: refs/heads/master
i:
  109493: 8920516
  109491: 4336790
  109487: d182dfc
v: v3
  • Loading branch information
Jonathan Woithe authored and Andi Kleen committed Sep 4, 2008
1 parent a128b0a commit 711f64f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: 266feefeb9ea2d846ac82eb6db1a54b230364ba4
refs/heads/master: d8196a93b1ce9a5abb410f39f9375912c9e53675
7 changes: 0 additions & 7 deletions trunk/drivers/acpi/sbshc.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ static int wait_transaction_complete(struct acpi_smb_hc *hc, int timeout)
if (wait_event_timeout(hc->wait, smb_check_done(hc),
msecs_to_jiffies(timeout)))
return 0;
/*
* After the timeout happens, OS will try to check the status of SMbus.
* If the status is what OS expected, it will be regarded as the bogus
* timeout.
*/
if (smb_check_done(hc))
return 0;
else
return -ETIME;
}
Expand Down
7 changes: 7 additions & 0 deletions trunk/drivers/misc/fujitsu-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,13 @@ static struct dmi_system_id __initdata fujitsu_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK S6410"),
},
.callback = dmi_check_cb_s6410},
{
.ident = "FUJITSU LifeBook P8010",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook P8010"),
},
.callback = dmi_check_cb_s6410},
{}
};

Expand Down

0 comments on commit 711f64f

Please sign in to comment.