[BACK]Return to xhci.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / usb

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/usb/xhci.c between version 1.142 and 1.143

version 1.142, 2021/05/27 11:09:15 version 1.143, 2021/05/29 16:49:30
Line 1027  xhci_resume(device_t self, const pmf_qua
Line 1027  xhci_resume(device_t self, const pmf_qua
                                 v |= XHCI_PS_LWS;                                  v |= XHCI_PS_LWS;
                                 v |= XHCI_PS_PLS_SET(XHCI_PS_PLS_SETRESUME);                                  v |= XHCI_PS_PLS_SET(XHCI_PS_PLS_SETRESUME);
                                 xhci_op_write_4(sc, port, v);                                  xhci_op_write_4(sc, port, v);
                                 usb_delay_ms(&sc->sc_bus, 20);                                  usb_delay_ms(&sc->sc_bus, USB_RESUME_WAIT);
                         } else {                          } else {
                                 KASSERT(sc->sc_bus.ub_revision > USBREV_2_0);                                  KASSERT(sc->sc_bus.ub_revision > USBREV_2_0);
                         }                          }

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143

CVSweb <webmaster@jp.NetBSD.org>