adbd: Update DeviceInterfaceGUID for WinUSB
The MS OS extended property descriptor is used to convey additional information to Windows hosts, in this case the DeviceInterfaceGUID which allows the inbox WinUSB driver to get automatically installed. However, the ADB windows client looks for USB devices by enumerating devices with a specific GUID {F72FE0D4-CBCB-407D-8814-9ED673D0DD6B}, and as a result fails to find the device since it was installed with a different DeviceInterfaceGUID. Update the OS descriptor to pass back the same GUID the client already uses. Change-Id: If664cdd9be821c502e8c2048ff79e79e311936f5
Loading
Please register or sign in to comment