Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334550
b: refs/heads/master
c: 4708097
h: refs/heads/master
v: v3
  • Loading branch information
Alexis R. Cortes authored and Greg Kroah-Hartman committed Oct 18, 2012
1 parent bd61cec commit 356bdc0
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: 5d8c61bc283826827e1f06816c146bfc507d3834
refs/heads/master: 470809741a28c3092279f4e1f3f432e534d46068
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,8 @@ static bool compliance_mode_recovery_timer_quirk_check(void)

if (strstr(dmi_product_name, "Z420") ||
strstr(dmi_product_name, "Z620") ||
strstr(dmi_product_name, "Z820"))
strstr(dmi_product_name, "Z820") ||
strstr(dmi_product_name, "Z1"))
return true;

return false;
Expand Down

0 comments on commit 356bdc0

Please sign in to comment.