From 4282ab418914d508179a199a5bde0e0a0139fed2 Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Tue, 26 Sep 2017 08:08:46 +0200 Subject: [PATCH] USB3 fix in EEPROMUsbSwitch variable * Fixed a problem in the EEPROMUsbSwitch (at least in tested 8814AU) This solutions NEEDS to be tested further. --- os_dep/linux/usb_intf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index ff86d40..ef367ec 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -657,8 +657,8 @@ static int usb_reprobe_switch_usb_mode(PADAPTER Adapter) u8 ret = _FALSE; /* efuse not allow driver to switch usb mode */ - if (pHalData->EEPROMUsbSwitch == _FALSE) - goto exit; + //if (pHalData->EEPROMUsbSwitch == _FALSE) + // goto exit; /* registry not allow driver to switch usb mode */ if (registry_par->switch_usb_mode == 0)