Prev: Windows Logo Kit Installation Issue?
Next: WLK 1.5: IO Cancellation with Direct IO on network storage (Previe
From: Jay on 15 Mar 2010 08:10 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 |