mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-19 09:53:01 +00:00
DM: xHCI: Extend the max Native Bus number
Extend the max native USB bus number to 5. After IceLake platform, there has 2 physical xHCI controllers in the SOC which involves 4 USB buses. Tracked-On: #5172 Signed-off-by: Long Liu <long.liu@intel.com> Acked-by: Yu Wang yu1.wang@intel.com
This commit is contained in:
parent
b5dfe369da
commit
ab522e7517
@ -221,7 +221,7 @@ enum USB_ERRCODE {
|
||||
#define NATIVE_USB2_SPEED "480"
|
||||
#define NATIVE_USB3_SPEED "5000"
|
||||
#define USB_NATIVE_NUM_PORT 20
|
||||
#define USB_NATIVE_NUM_BUS 4
|
||||
#define USB_NATIVE_NUM_BUS 5
|
||||
|
||||
#define USB_DROPPED_XFER_MAGIC 0xaaaaaaaa55555555
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user