mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 20:30:12 +10:00
Implement Qualcomm Sahara VIP and fix a few bugs
* Qualcomm Sahara VIP * Project Cleanup * Allow unlocking an already unlocked phone
This commit is contained in:
@@ -804,7 +804,7 @@ namespace MadWizard.WinUSBNet
|
||||
/// no device with the given GUID could be found null is returned.</returns>
|
||||
public static USBDevice GetSingleDevice(string guidString)
|
||||
{
|
||||
return USBDevice.GetSingleDevice(new Guid(guidString));
|
||||
return GetSingleDevice(new Guid(guidString));
|
||||
}
|
||||
|
||||
private static USBDeviceDescriptor GetDeviceDescriptor(string devicePath)
|
||||
|
||||
Reference in New Issue
Block a user