XHCI USB: Fixes.
* Add support for hubs in AllocateDevice(). * Prevent page fault in FinishTransfers(). * Set fCapabilityLength * Correct in BIOS ownership code * Fix context errors in _InsertEndpointForPipe(). * Update constants according to latest Specification (v1.1) * Fix SMI code (reference http://lkml.iu.edu/hypermail/linux/kernel/1204.2/02460.html). * Fix Memory/Device-Slot leaks. * Fix area allocation for TRBs. * Fix for Intel Lynx Point and Panther Point chipsets. Also move init of xhci before ehci, to switch USB 2.0 ports before the ehci module discovers them. Signed-off-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
8674959175
commit
17aa359b5d
@@ -64,6 +64,7 @@ typedef uint32_t in_addr_t;
|
||||
#define IPPROTO_NONE 59 /* 59, IPv6 no next header */
|
||||
#define IPPROTO_DSTOPTS 60 /* 60, IPv6 destination option */
|
||||
#define IPPROTO_ETHERIP 97 /* 97, Ethernet in IPv4 */
|
||||
#define IPPROTO_UDPLITE 136 /* 136, UDPLite */
|
||||
#define IPPROTO_RAW 255 /* 255 */
|
||||
|
||||
#define IPPROTO_MAX 256
|
||||
|
||||
Reference in New Issue
Block a user