Add stubs for USB OHCI support.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 12 Oct 2009 14:09:15 +0000 (10:09 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 12 Oct 2009 14:09:15 +0000 (10:09 -0400)
commit59f02834f38c63be537f63a702c69b68af913bfa
tree86b5c59b50021ae851a8dffb60d3118d76269b94
parent91031edcb2a6adf2510478bc81a4df68c5e3daf2
Add stubs for USB OHCI support.

Enable USB wrapper functions to call either ohci or ehci helpers.
Implement pci_config_maskw in place of pci_set_bus_master.
Introduce 'struct usb_pipe' in place of 'void *' for pipes.
Makefile
src/config.h
src/pci.c
src/pci.h
src/usb-hid.c
src/usb-ohci.c [new file with mode: 0644]
src/usb-ohci.h [new file with mode: 0644]
src/usb-uhci.c
src/usb-uhci.h
src/usb.c
src/usb.h