CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/08/15 11:17:06
Modified files: sys/dev/usb : xhci.c xhcivar.h Log message: Upon resume, restore the saved state. Newer Intel xHCI controller (e.g. those on Meteor Lake) need this, otherwise the ports are dead after resume. ok mglocker@, deraadt@