Signed-off-by: Nathan Hjelm <hjelmn@google.com>
} else {
usbi_info (ctx, "no capture entitlements. may not be able to detach the kernel driver for this device");
if (0 != geteuid()) {
} else {
usbi_info (ctx, "no capture entitlements. may not be able to detach the kernel driver for this device");
if (0 != geteuid()) {
- usbi_warn (ctx, "USB device capture requires either an entitlement (com.apple.vm.device-access) or root privelege");
+ usbi_warn (ctx, "USB device capture requires either an entitlement (com.apple.vm.device-access) or root privilege");
return LIBUSB_ERROR_ACCESS;
}
}
return LIBUSB_ERROR_ACCESS;
}
}
-#define LIBUSB_NANO 11649
+#define LIBUSB_NANO 11650