]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Fix reporting of USB supported languages array
authorMichael Brown <mcb30@ipxe.org>
Thu, 1 Oct 2020 17:41:37 +0000 (18:41 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 1 Oct 2020 22:27:53 +0000 (23:27 +0100)
commit02201417104c751545dda261eb33f0012703d1ff
treeee42eeb837abb133d62bcde1d9072144845c7013
parent02280dc642907b908f4b5c7e0d82d8ad1d51d574
[efi] Fix reporting of USB supported languages array

The length as returned by UsbGetSupportedLanguages() should not
include the length of the descriptor header itself.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_usb.h
src/interface/efi/efi_usb.c