CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/11/29 09:16:35
Modified files: sys/dev/usb : uhub.c Log message: Clear the UPS_C_PORT_RESET feature when exploring. Apparently xhci(4) super speed ports may have the XHCI_PS_PRC bit set after xhci(4) attaches. Just clearing this bit isn't enough though, since the device is already connected and no further connection status change is signalled. So fake one. This makes the integrated SD card reader in the MacBookPro12,1 attach. ok mpi@