Module Name: src Committed By: jmcneill Date: Mon Jul 30 00:17:28 UTC 2018
Modified Files: src/sys/dev/usb: if_urtwn.c Log Message: Skip urtwn_chip_stop for 88E family chips as we do for 92EU. Doing "ifconfig urtwn0 down" with an RTL8188EU on Pinebook causes the device to disappear from the built-in GL850G USB 2.0 hub. Since this happens at reboot, an unplug/replug cycle is the only way to make the device re-appear. Bypassing urtwn_chip_stop works around this issue. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/usb/if_urtwn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.