mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-10 15:23:06 +00:00
Merge branch 'master' of http://github.com/lwfinger/rtl8188eu
This commit is contained in:
commit
ea8530e2b3
2 changed files with 4 additions and 0 deletions
|
@ -553,6 +553,7 @@ static void usb_read_port_complete(struct urb *purb, struct pt_regs *regs)
|
|||
case -ENODEV:
|
||||
case -ESHUTDOWN:
|
||||
RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("usb_read_port_complete:bSurpriseRemoved=true\n"));
|
||||
__attribute__((fallthrough));
|
||||
case -ENOENT:
|
||||
adapt->bDriverStopped = true;
|
||||
RT_TRACE(_module_hci_ops_os_c_, _drv_err_, ("usb_read_port_complete:bDriverStopped=true\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue