Changeset 5203e256 in mainline for uspace/drv/bus/usb/ohci
- Timestamp:
- 2011-06-20T19:54:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a40dea3
- Parents:
- 73d288c
- Location:
- uspace/drv/bus/usb/ohci
- Files:
-
- 28 moved
-
Makefile (moved) (moved from uspace/drv/ohci/Makefile ) (3 diffs)
-
batch.c (moved) (moved from uspace/drv/ohci/batch.c )
-
batch.h (moved) (moved from uspace/drv/ohci/batch.h )
-
endpoint_list.c (moved) (moved from uspace/drv/ohci/endpoint_list.c )
-
endpoint_list.h (moved) (moved from uspace/drv/ohci/endpoint_list.h )
-
hc.c (moved) (moved from uspace/drv/ohci/hc.c )
-
hc.h (moved) (moved from uspace/drv/ohci/hc.h )
-
hcd_endpoint.c (moved) (moved from uspace/drv/ohci/hcd_endpoint.c )
-
hcd_endpoint.h (moved) (moved from uspace/drv/ohci/hcd_endpoint.h )
-
hw_struct/completion_codes.h (moved) (moved from uspace/drv/ohci/hw_struct/completion_codes.h )
-
hw_struct/endpoint_descriptor.c (moved) (moved from uspace/drv/ohci/hw_struct/endpoint_descriptor.c )
-
hw_struct/endpoint_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/endpoint_descriptor.h )
-
hw_struct/hcca.h (moved) (moved from uspace/drv/ohci/hw_struct/hcca.h )
-
hw_struct/iso_transfer_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/iso_transfer_descriptor.h )
-
hw_struct/transfer_descriptor.c (moved) (moved from uspace/drv/ohci/hw_struct/transfer_descriptor.c )
-
hw_struct/transfer_descriptor.h (moved) (moved from uspace/drv/ohci/hw_struct/transfer_descriptor.h )
-
iface.c (moved) (moved from uspace/drv/ohci/iface.c )
-
iface.h (moved) (moved from uspace/drv/ohci/iface.h )
-
main.c (moved) (moved from uspace/drv/ohci/main.c )
-
ohci.c (moved) (moved from uspace/drv/ohci/ohci.c )
-
ohci.h (moved) (moved from uspace/drv/ohci/ohci.h )
-
ohci.ma (moved) (moved from uspace/drv/ohci/ohci.ma )
-
ohci_regs.h (moved) (moved from uspace/drv/ohci/ohci_regs.h )
-
pci.c (moved) (moved from uspace/drv/ohci/pci.c )
-
pci.h (moved) (moved from uspace/drv/ohci/pci.h )
-
root_hub.c (moved) (moved from uspace/drv/ohci/root_hub.c )
-
root_hub.h (moved) (moved from uspace/drv/ohci/root_hub.h )
-
utils/malloc32.h (moved) (moved from uspace/drv/ohci/utils/malloc32.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../../.. 30 30 31 31 LIBS = \ … … 34 34 $(LIBUSB_PREFIX)/libusb.a \ 35 35 $(LIBDRV_PREFIX)/libdrv.a 36 36 37 EXTRA_CFLAGS += \ 37 38 -I$(LIBUSB_PREFIX)/include \ … … 55 56 hw_struct/transfer_descriptor.c 56 57 57 58 58 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.
