Hi Greg A few xhci fixes resolving an issue entering runtime suspend PCI D3 for some Intel hosts, fixing a memory leak, and forcing max packet size to valid values allowing some older FS devices to function with xhci. -Mathias Mathias Nyman (4): xhci: Force Maximum Packet size for Full-speed bulk devices to valid range. xhci: Fix memory leak when caching protocol extended capability PSI tables xhci: fix runtime pm enabling for quirky Intel hosts xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms drivers/usb/host/xhci-hub.c | 25 ++++++++----- drivers/usb/host/xhci-mem.c | 70 ++++++++++++++++++++++++------------- drivers/usb/host/xhci-pci.c | 10 +++--- drivers/usb/host/xhci.h | 14 ++++++-- 4 files changed, 79 insertions(+), 40 deletions(-) -- 2.17.1