summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/usb_errno.h2
-rw-r--r--common/usb_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/common/usb_errno.h b/common/usb_errno.h
index 57f37c16..284020a2 100644
--- a/common/usb_errno.h
+++ b/common/usb_errno.h
@@ -15,7 +15,7 @@
#define USB_ERR_RANGE 7
#define USB_ERR_STALL 8
#define USB_ERR_BABBLE 9
-#define USB_ERR_NAK 10
+#define USB_ERR_NAK 10 /* only for dwc2 buffer dma mode */
#define USB_ERR_DT 11
#define USB_ERR_IO 12
#define USB_ERR_SHUTDOWN 13
diff --git a/common/usb_version.h b/common/usb_version.h
index 41cae0e7..2d70bb4c 100644
--- a/common/usb_version.h
+++ b/common/usb_version.h
@@ -15,7 +15,7 @@
#undef CHERRYUSB_VERSION_STR
#endif
-#define CHERRYUSB_VERSION 0x010501
-#define CHERRYUSB_VERSION_STR "v1.5.1"
+#define CHERRYUSB_VERSION 0x010502
+#define CHERRYUSB_VERSION_STR "v1.5.2"
#endif \ No newline at end of file