diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
| -rw-r--r-- | drivers/usb/host/ehci-pci.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 71ec3025686f..e87cf3a00fa4 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -297,6 +297,9 @@ static int ehci_pci_setup(struct usb_hcd *hcd)  	if (pdev->vendor == PCI_VENDOR_ID_STMICRO  	    && pdev->device == PCI_DEVICE_ID_STMICRO_USB_HOST)  		;	/* ConneXT has no sbrn register */ +	else if (pdev->vendor == PCI_VENDOR_ID_HUAWEI +			 && pdev->device == 0xa239) +		;	/* HUAWEI Kunpeng920 USB EHCI has no sbrn register */  	else  		pci_read_config_byte(pdev, 0x60, &ehci->sbrn); | 
