summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libirecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery.c b/src/libirecovery.c
index b0cb0d4..7b50ff2 100644
--- a/src/libirecovery.c
+++ b/src/libirecovery.c
@@ -1961,7 +1961,7 @@ static void iokit_device_added(void *refcon, io_iterator_t iterator)
1961 kr = IOObjectRelease(device); 1961 kr = IOObjectRelease(device);
1962 continue; 1962 continue;
1963 } 1963 }
1964 result = (*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(kIOUSBDeviceInterfaceID), (LPVOID *)&dev); 1964 result = (*plugInInterface)->QueryInterface(plugInInterface, CFUUIDGetUUIDBytes(kIOUSBDeviceInterfaceID320), (LPVOID *)&dev);
1965 (*plugInInterface)->Release(plugInInterface); 1965 (*plugInInterface)->Release(plugInInterface);
1966 1966
1967 if (result || !dev) { 1967 if (result || !dev) {