Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326140
b: refs/heads/master
c: 457a73d
h: refs/heads/master
v: v3
  • Loading branch information
Vivek Gautam authored and Sarah Sharp committed Sep 24, 2012
1 parent d7cb696 commit dfacd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a6e097dfdfd189b6929af6efa1d289af61858386
refs/heads/master: 457a73d346187c2cc5d599072f38676f18f130e0
2 changes: 2 additions & 0 deletions trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ static bool compliance_mode_recovery_timer_quirk_check(void)

dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME);
dmi_sys_vendor = dmi_get_system_info(DMI_SYS_VENDOR);
if (!dmi_product_name || !dmi_sys_vendor)
return false;

if (!(strstr(dmi_sys_vendor, "Hewlett-Packard")))
return false;
Expand Down

0 comments on commit dfacd2b

Please sign in to comment.