From: Jay on
Hi,

I have a virtual usb bus driver that returns manufacturer string in response
to IRP_MN_QUERY_DEVICE_TEXT and DeviceTextDescription. Similarly the bus
driver returns product string in response to IRP_MN_QUERY_DEVICE_TEXT and
DeviceTextLocationInformation.

On Windows 7, device properties and "Bus reported device description"
displays "manufacturer" string where as the actual microsoft bus display the
product string for the same hardware.

This is a new property introduced in Windows 7 and I want to know where does
this string come from? Am I missing something in my bus driver?

Thanks.
Jay