!usb3kd.device_info
!usb3kd.device_info 命令會顯示USB 3.0 樹狀目錄中USB裝置的相關信息。
!usb3kd.device_info DeviceContext
參數
DeviceContext
代表裝置之_DEVICE_CONTEXT結構的位址。
DLL
Usb3kd.dll
備註
!device_info 和 !ucx_device 兩者都顯示裝置的相關信息,但顯示的資訊不同。 !device_info的輸出是從 USB 3.0 中樞驅動程序的觀點來看,而 !ucx_device 的輸出則來自 USB 主機控制器擴充驅動程序的觀點。 例如, !device_info 輸出包含組態和介面描述元的相關信息,而 !ucx_device 輸出包含端點的相關信息。
範例
您可以查看 !usb_tree 命令的輸出,以取得裝置內容結構的位址。 在下列範例中,裝置內容結構的位址0xfffffa8005abd0c0。
3: kd> !usb_tree
## Dumping HUB Tree - !drvObj 0xfffffa800597f770
--------------------------------------------
Topology
--------
1) !xhci_info 0xfffffa80051d1940 ... - PCI: VendorId ...
!hub_info 0xfffffa8005ad92d0 (ROOT)
...
## Enumerated Device List
----------------------
...
2) !device_info 0xfffffa8005abd0c0, !devstack fffffa80059c3800
Current Device State: ConfiguredInD0
Desc: ... USB Flash Drive
...
現在您可以將裝置內容的位址傳遞至 !device_info 命令。
3: kd> !device_info 0xfffffa8005abd0c0
## Dumping Device Information fffffa8005abd0c0
-------------------------------------------
dt USBHUB3!_DEVICE_CONTEXT 0xfffffa8005abd0c0
dt USBHUB3!_HUB_PDO_CONTEXT 0xfffffa8005b118d0
!idle_info 0xfffffa8005b11920 (dt USBHUB3!_ISM_CONTEXT 0xfffffa8005b11920)
Parent !hub_info 0xfffffa8005ad92d0 (dt USBHUB3!_HUB_FDO_CONTEXT 0xfffffa8005ad92d0)
!port_info 0xfffffa8005abe0c0 (dt USBHUB3!_PORT_CONTEXT 0xfffffa8005abe0c0)
!ucx_device 0xfffffa8005992840 !xhci_deviceslots 0xfffffa80051d1940 1
LPMState: U1IsEnabledForUpStreamPort U2IsEnabledForUpStreamPort U1Timeout: 38, U2Timeout: 3
DeviceFlags: HasContainerId NoBOSContainerId Removable HasSerialNumber MsOsDescriptorNotSupported NoWakeUpSupport DeviceIsSuperSpeedCapable
DeviceHackFlags: WillDisableOnSoftRemove SkipSetIsochDelay WillResetOnResumeS0 DisableOnSoftRemove
Descriptors:
dt _USB_CONFIGURATION_DESCRIPTOR 0xfffffa80053f9250
dt _USB_INTERFACE_DESCRIPTOR 0xfffffa80053f9259
ProductId: ... Flash Drive
DeviceDescriptor: VID ... PID ... REV 0a00, Class: (0)(0) BcdUsb: 0300
UcxRequest: !wdfrequest 0x57ffa662948,
ControlRequest: !wdfrequest 0x57ffa667798, !irp 0xfffffa8005997650 !urb 0xfffffa8005abd1c0, NumberOfBytes 0
Device working at SuperSpeed
Current Device State: ConfiguredInD0
Device State History: <Event> NewState (<Operation>(),..) :
[16] <Yes> ConfiguredInD0
...
Device Event History:
[10] TransferSuccess
...