public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH EDK2 v1 0/1] MdeModulePkg/XhciDxe: Decreasing stuck time
@ 2021-08-30 11:20 wenyi,xie
  2021-08-30 11:20 ` [PATCH EDK2 v1 1/1] " wenyi,xie
  0 siblings, 1 reply; 2+ messages in thread
From: wenyi,xie @ 2021-08-30 11:20 UTC (permalink / raw)
  To: devel, jian.j.wang, hao.a.wu, ray.ni, gaoliming
  Cc: songdongkuang, xiewenyi2, xuzehan

Main Changes :
1.add a new flag DisConnect to struct UsbDevContext to determine whether the device is connected or not
2.add new function XhcGetHubDevice to check port status

Wenyi Xie (1):
  MdeModulePkg/XhciDxe: Decreasing stuck time

 MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h      |  46 ++++
 MdeModulePkg/Bus/Pci/XhciDxe/XhciBus.h   | 229 ++++++++++++++++++++
 MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c      | 130 ++++++++---
 MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c | 111 ++++++++++
 4 files changed, 488 insertions(+), 28 deletions(-)
 create mode 100644 MdeModulePkg/Bus/Pci/XhciDxe/XhciBus.h

-- 
2.20.1.windows.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-30 11:20 [PATCH EDK2 v1 0/1] MdeModulePkg/XhciDxe: Decreasing stuck time wenyi,xie
2021-08-30 11:20 ` [PATCH EDK2 v1 1/1] " wenyi,xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox