Advertisement
vrangan

Cypress enumeration failure

Jun 13th, 2023
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1.  
  2. =========================== USB Port5 ===========================
  3.  
  4. Connection Status : 0x02 (Device failed enumeration)
  5. Port Chain : 1-13-2-5
  6.  
  7. ========================== Summary =========================
  8. Vendor ID : 0x04B4 (Cypress Semiconductor)
  9. Product ID : 0x4722
  10. USB Version : 2.10
  11. Port maximum Speed : High-Speed
  12. Device maximum Speed : SuperSpeed
  13. Device Connection Speed : High-Speed
  14. Device Manager Problem : 43 (CM_PROB_FAILED_POST_START)
  15. Used Endpoints : 1
  16.  
  17. ======================== USB Device ========================
  18.  
  19. +++++++++++++++++ Device Information ++++++++++++++++++
  20. Device Description : Unknown USB Device (Invalid Configuration Descriptor)
  21. Device ID : USB\VID_0000&PID_0006\8&1D29F610&0&5
  22. Hardware IDs : USB\CONFIGURATION_DESCRIPTOR_VALIDATION_FAILURE
  23. Driver KeyName : {36fc9e60-c465-11cf-8056-444553540000}\0250 (GUID_DEVCLASS_USB)
  24. Driver Inf : C:\WINDOWS\inf\usb.inf
  25. Legacy BusType : PNPBus
  26. Class : USB
  27. Class GUID : {36fc9e60-c465-11cf-8056-444553540000} (GUID_DEVCLASS_USB)
  28. Enumerator : USB
  29. PDO : \Device\USBPDO-16
  30. Location Info : Port_#0005.Hub_#0007
  31. Manufacturer Info : (Standard USB Host Controller)
  32. Capabilities : 0x64 (Removable, SilentInstall, RawDeviceOK)
  33. Status : 0x01806400 (DN_HAS_PROBLEM, DN_DISABLEABLE, DN_REMOVABLE, DN_NT_ENUMERATOR, DN_NT_DRIVER)
  34. Problem Code : 43 (CM_PROB_FAILED_POST_START)
  35. Address : 5
  36. HcDisableSelectiveSuspend: 0
  37. EnableSelectiveSuspend : 0
  38. SelectiveSuspendEnabled : 0
  39. EnhancedPowerMgmtEnabled : 0
  40. IdleInWorkingState : 0
  41. WakeFromSleepState : 0
  42. Power State : D3 (supported: D0, D2, D3, wake from D0, wake from D2)
  43.  
  44. ---------------- Connection Information ---------------
  45. Connection Index : 0x05 (Port 5)
  46. Connection Status : 0x02 (DeviceFailedEnumeration)
  47. Current Config Value : 0x00 (Configuration 0)
  48. Device Address : 0x21 (33)
  49. Is Hub : 0x00 (no)
  50. Device Bus Speed : 0x02 (High-Speed)
  51. Number Of Open Pipes : 0x00 (0 pipes to data endpoints)
  52. Data (HexDump) : 05 00 00 00 12 01 10 02 EF 02 01 40 B4 04 22 47 ...........@.."G
  53. 00 00 01 02 00 01 00 02 00 21 00 00 00 00 00 02 .........!......
  54. 00 00 00 ...
  55.  
  56. --------------- Connection Information V2 -------------
  57. Connection Index : 0x05 (5)
  58. Length : 0x10 (16 bytes)
  59. SupportedUsbProtocols : 0x03
  60. Usb110 : 1 (yes, port supports USB 1.1)
  61. Usb200 : 1 (yes, port supports USB 2.0)
  62. Usb300 : 0 (no, port not supports USB 3.0)
  63. ReservedMBZ : 0x00
  64. Flags : 0x00
  65. DevIsOpAtSsOrHigher : 0 (Device is not operating at SuperSpeed or higher)
  66. DevIsSsCapOrHigher : 0 (Device is not SuperSpeed capable or higher)
  67. DevIsOpAtSsPlusOrHigher : 0 (Device is not operating at SuperSpeedPlus or higher)
  68. DevIsSsPlusCapOrHigher : 0 (Device is not SuperSpeedPlus capable or higher)
  69. ReservedMBZ : 0x00
  70. Data (HexDump) : 05 00 00 00 10 00 00 00 03 00 00 00 00 00 00 00 ................
  71.  
  72. ---------------------- Device Descriptor ----------------------
  73. bLength : 0x12 (18 bytes)
  74. bDescriptorType : 0x01 (Device Descriptor)
  75. bcdUSB : 0x210 (USB Version 2.10)
  76. bDeviceClass : 0xEF (Miscellaneous)
  77. bDeviceSubClass : 0x02
  78. bDeviceProtocol : 0x01 (IAD - Interface Association Descriptor)
  79. bMaxPacketSize0 : 0x40 (64 bytes)
  80. idVendor : 0x04B4 (Cypress Semiconductor)
  81. idProduct : 0x4722
  82. bcdDevice : 0x0000
  83. iManufacturer : 0x01 (String Descriptor 1)
  84. iProduct : 0x02 (String Descriptor 2)
  85. iSerialNumber : 0x00 (No String Descriptor)
  86. bNumConfigurations : 0x01 (1 Configuration)
  87. Data (HexDump) : 12 01 10 02 EF 02 01 40 B4 04 22 47 00 00 01 02 .......@.."G....
  88. 00 01 ..
  89.  
  90. ----------------- Device Qualifier Descriptor -----------------
  91. bLength : 0x0A (10 bytes)
  92. bDescriptorType : 0x06 (Device_qualifier Descriptor)
  93. bcdUSB : 0x200 (USB Version 2.00)
  94. bDeviceClass : 0x00 (defined by the interface descriptors)
  95. bDeviceSubClass : 0x00
  96. bDeviceProtocol : 0x00
  97. bMaxPacketSize0 : 0x40 (64 Bytes)
  98. bNumConfigurations : 0x01 (1 other-speed configuration)
  99. bReserved : 0x00
  100. Data (HexDump) : 0A 06 00 02 00 00 00 40 01 00 .......@..
  101.  
  102. -------------------- String Descriptors -------------------
  103. String descriptors are not available (because the device has problem code CM_PROB_FAILED_POST_START)
  104.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement