Searched hist:"7 bd42fb95eb4f98495ccadf467ad15124208ec49" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | tegra-xudc.c | diff 7bd42fb95eb4f98495ccadf467ad15124208ec49 Fri Jan 07 03:13:49 CST 2022 Wayne Chang <waynec@nvidia.com> usb: gadget: tegra-xudc: Fix control endpoint's definitions
According to the Tegra Technical Reference Manual, the seq_num field of control endpoint is not [31:24] but [31:27]. Bit 24 is reserved and bit 26 is splitxstate.
The change fixes the wrong control endpoint's definitions.
Signed-off-by: Wayne Chang <waynec@nvidia.com> Link: https://lore.kernel.org/r/20220107091349.149798-1-waynec@nvidia.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|