mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +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
3
Makefile
3
Makefile
|
@ -162,6 +162,9 @@ install:
|
|||
mkdir -p /lib/firmware/rtlwifi
|
||||
cp rtl8188eufw.bin /lib/firmware/rtlwifi/.
|
||||
|
||||
modules_install:
|
||||
$(MAKE) -C $(KSRC) M=$(shell pwd) modules_install
|
||||
|
||||
uninstall:
|
||||
rm -f $(MODDESTDIR)/8188eu.ko
|
||||
/sbin/depmod -a ${KVER}
|
||||
|
|
|
@ -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…
Reference in a new issue