Home
last modified time | relevance | path

Searched refs:dmi_product_name (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci.c507 const char *dmi_product_name, *dmi_sys_vendor; in xhci_compliance_mode_recovery_timer_quirk_check() local
509 dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME); in xhci_compliance_mode_recovery_timer_quirk_check()
511 if (!dmi_product_name || !dmi_sys_vendor) in xhci_compliance_mode_recovery_timer_quirk_check()
517 if (strstr(dmi_product_name, "Z420") || in xhci_compliance_mode_recovery_timer_quirk_check()
518 strstr(dmi_product_name, "Z620") || in xhci_compliance_mode_recovery_timer_quirk_check()
519 strstr(dmi_product_name, "Z820") || in xhci_compliance_mode_recovery_timer_quirk_check()
520 strstr(dmi_product_name, "Z1 Workstation")) in xhci_compliance_mode_recovery_timer_quirk_check()