]> xenbits.xensource.com Git - seabios.git/commit
Replace USB encoded 'u32 endp' scheme with explicit struct fields.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 28 Feb 2010 07:17:28 +0000 (02:17 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 10 Mar 2010 00:59:10 +0000 (19:59 -0500)
commit4547eb904992b12771f040a8c1abc84892a64f98
tree559607191f559f01ec025b174902c49992520fc6
parent8ebcac023dad947a5229dce39e5864bbceeb18f3
Replace USB encoded 'u32 endp' scheme with explicit struct fields.

Expand 'struct usb_pipe' with all the fields that are needed from the
encoded 'u32 endp' field.
src/usb-hid.c
src/usb-hub.c
src/usb-msc.c
src/usb-ohci.c
src/usb-ohci.h
src/usb-uhci.c
src/usb-uhci.h
src/usb.c
src/usb.h