Changeset 8565a42 in mainline for uspace/drv/bus/usb/xhci
- Timestamp:
- 2018-03-02T20:34:50Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1a81f69, d5e5fd1
- Parents:
- 3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
- git-committer:
- GitHub <noreply@…> (2018-03-02 20:34:50)
- Location:
- uspace/drv/bus/usb/xhci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/debug.c
r3061bc1 r8565a42 301 301 static const char speed_exp [] = " KMG"; 302 302 static const char *psi_types [] = { "", " rsvd", " RX", " TX" }; 303 303 304 304 usb_log_debug("Speed %u%s: %5u %cb/s, %s", 305 305 XHCI_REG_RD(psi, XHCI_PSI_PSIV), -
uspace/drv/bus/usb/xhci/rh.c
r3061bc1 r8565a42 273 273 if (status != 0) 274 274 usb_log_debug("RH port %u change not handled: 0x%x", port_id, status); 275 275 276 276 /* Make sure that PSCEG is 0 before exiting the loop. */ 277 277 status = XHCI_REG_RD_FIELD(&port->regs->portsc, 32);
Note:
See TracChangeset
for help on using the changeset viewer.
