summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2021-01-24 12:40:58 +0100
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>2021-01-24 12:40:58 +0100
commitdda0da44981b64d89a8e7b333387cf13e9649f16 (patch)
tree404fefa788bb54d9806b4e7db1b9b3043083b485
parentbc48602be0329c312ac5fd415c17b7f1b6dd3189 (diff)
downloadusbutils-dda0da44981b64d89a8e7b333387cf13e9649f16.tar.gz
lsusb: Fix spelling of bEndpointAddress in UVC
According to the USB Device Class Definition, Revision 1.5, it is spelled bEndpointAddress. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
-rw-r--r--lsusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsusb.c b/lsusb.c
index 1d7c105..c69f891 100644
--- a/lsusb.c
+++ b/lsusb.c
@@ -1756,7 +1756,7 @@ static void dump_videostreaming_interface(const unsigned char *buf)
printf(" Warning: Descriptor too short\n");
printf(" bNumFormats %5u\n"
" wTotalLength 0x%04x\n"
- " bEndPointAddress %5u\n"
+ " bEndpointAddress %5u\n"
" bmInfo %5u\n"
" bTerminalLink %5u\n"
" bStillCaptureMethod %5u\n"