commit | 0f77c4255ff4ef039a6f665dfef28c5482bd08c5 | [log] [tgz] |
---|---|---|
author | Zeng Tao <prime.zeng@hisilicon.com> | Fri Jun 29 01:54:19 2018 +0800 |
committer | Marek Vasut <marex@denx.de> | Fri Jun 29 10:52:12 2018 +0200 |
tree | 7e4b259446a2519f3be70f987e0ed837c706dbe4 | |
parent | 68a61bc1bdf8176d88976642fab167b99a7a7701 [diff] |
usb: ohci: change the NUM_EDs from 8 to 32 For ohci, the maximam supported endpoint number is 32(in and out), and now we have used (usb_pipeendpoint(pipe) << 1) to index the specified endpoint descritor, usb_pipeendpoint(pipe) can reach 0xf, so we need change the NUM_EDs from 8 to 32. Signed-off-by: Zeng Tao <prime.zeng@hisilicon.com>