summaryrefslogtreecommitdiff
path: root/libusb/libusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/libusb.h')
-rw-r--r--libusb/libusb.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index aeab1a1..e44019d 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -521,8 +521,9 @@ enum libusb_error {
LIBUSB_ERROR_IO = -1,
LIBUSB_ERROR_INVALID_PARAM = -2,
LIBUSB_ERROR_ACCESS = -3,
- LIBUSB_ERROR_NOMEM = -4,
- LIBUSB_ERROR_OTHER = -5,
+ LIBUSB_ERROR_NOT_FOUND = -4,
+ LIBUSB_ERROR_NOMEM = -5,
+ LIBUSB_ERROR_OTHER = -6,
};
/** \ingroup asyncio