USBPORTSC_CSC
(status & USBPORTSC_CSC) ? " ConnectChange" : "",
if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC)
CLR_RH_PORTSTAT(USBPORTSC_CSC | USBPORTSC_PEC);
if (status & USBPORTSC_CSC)
#define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC)
CLR_RH_PORTSTAT(USBPORTSC_CSC);