acrn-hypervisor/devicemodel/hw
Long Liu 03fdb297d6 DM: xHCI: Implement reset/stop endpiont error handler
Add Null pointer check in reset and stop endpoint command handle
function to avoid Null pointer exception. Fllow xHCI spec 4.6.8 and
4.6.9, for stop and reset endpoint command, when the slot state is
Disabled the error code should be Slot Not Enabled Error, when the
slot have been enabled by an Enable Slot Command the error code should
be Context State Error.

Tracked-On: #5066
Signed-off-by: Long Liu <long.liu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>

Signed-off-by: Long Liu <long.liu@intel.com>
2020-07-23 21:55:21 +08:00
..
mmio dm: mmio_dev: add mmio device pass through support 2020-07-23 20:13:20 +08:00
pci DM: xHCI: Implement reset/stop endpiont error handler 2020-07-23 21:55:21 +08:00
platform dm: mmio_dev: add mmio device pass through support 2020-07-23 20:13:20 +08:00
block_if.c dm:replace perror with pr_err 2020-01-08 13:37:57 +08:00
uart_core.c dm: refine assert usage 2019-06-24 11:57:05 +08:00
usb_core.c DM USB: modify disconnecting logic to support Windows 10 2019-09-26 11:29:22 +08:00