summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2023-01-26 14:02:35 +0100
committerTormod Volden <debian.tormod@gmail.com>2023-01-28 11:53:06 +0100
commit2abb2a186e6c085396654851f7d18aa20ce2e753 (patch)
tree6a95cf7d4a4f54fa3c5aab7564149f123c1afa25 /libusb/version_nano.h
parent0dbe62bde3596ab83419462682e1c4409e25408c (diff)
downloadlibusb-2abb2a186e6c085396654851f7d18aa20ce2e753.tar.gz
xusb: Improve Max LUN retrieval stall handling
Do not show an uninitialized Max LUN value if the pipe stalled. As suggested by the code comment (but not the old code), set a default zero value only on pipe stall. On other errors simply error out. References #1181 Closes #1239 Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 4ac20f3..e443da4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11783
+#define LIBUSB_NANO 11784