some xhci host display the company name, but our not

we found some host, such as Intel, ASMedia or Renesas could display the company name in the windows device manager, but our host could only display the name of
“USB xHCI Compliant Host Controller”

I found the USB xHCI Compliant Host Controller is from usbxhic.inf

our host is install by
%PCI\CC_0C0330.DeviceDesc%=Generic.Install,PCI\CC_0C0330

How can we display our company name in the device manager for our xhci host?

so do you have your own usb host driver? or just using the MSFT inbox xhci driver?

//dlcu


?H???: xxxxx@lists.osr.com ?N?? workingmailing@163.com
?H???: 2016?~10??13?? ?W?? 11:04
???: Windows System Software Devs Interest List
?D??: [ntdev] some xhci host display the company name, but our not

we found some host, such as Intel, ASMedia or Renesas could display the company name in the windows device manager, but our host could only display the name of
“USB xHCI Compliant Host Controller”

I found the USB xHCI Compliant Host Controller is from usbxhic.inf

our host is install by
%PCI\CC_0C0330.DeviceDesc%=Generic.Install,PCI\CC_0C0330

How can we display our company name in the device manager for our xhci host?


NTDEV is sponsored by OSR

Visit the list online at: http:
OSR Online NTDEV Listhttp:
www.osronline.com
OSR Online is the homepage for Windows driver writers. The NTDEV, NTFSD, and NTTALK lists are world-wide peer support forums administered by OSR.

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software drivers!
Details at http:

To unsubscribe, visit the List Server section of OSR Online at http:</http:></http:></http:></http:>

DL:

use MSFT’s native usb3 driver stack.

BTW, intel, asmedia, renesas, they are also use the MSFT native usb3 driver stack.