Changeset 5203e256 in mainline for uspace/drv/bus/usb/uhci
- Timestamp:
- 2011-06-20T19:54:22Z (15 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/uhci
- Files:
-
- 22 moved
-
Makefile (moved) (moved from uspace/drv/uhci/Makefile ) (2 diffs)
-
batch.c (moved) (moved from uspace/drv/uhci/batch.c )
-
batch.h (moved) (moved from uspace/drv/uhci/batch.h )
-
hc.c (moved) (moved from uspace/drv/uhci/hc.c )
-
hc.h (moved) (moved from uspace/drv/uhci/hc.h )
-
hw_struct/link_pointer.h (moved) (moved from uspace/drv/uhci/hw_struct/link_pointer.h )
-
hw_struct/queue_head.h (moved) (moved from uspace/drv/uhci/hw_struct/queue_head.h )
-
hw_struct/transfer_descriptor.c (moved) (moved from uspace/drv/uhci/hw_struct/transfer_descriptor.c )
-
hw_struct/transfer_descriptor.h (moved) (moved from uspace/drv/uhci/hw_struct/transfer_descriptor.h )
-
iface.c (moved) (moved from uspace/drv/uhci/iface.c )
-
iface.h (moved) (moved from uspace/drv/uhci/iface.h )
-
main.c (moved) (moved from uspace/drv/uhci/main.c )
-
pci.c (moved) (moved from uspace/drv/uhci/pci.c )
-
pci.h (moved) (moved from uspace/drv/uhci/pci.h )
-
root_hub.c (moved) (moved from uspace/drv/uhci/root_hub.c )
-
root_hub.h (moved) (moved from uspace/drv/uhci/root_hub.h )
-
transfer_list.c (moved) (moved from uspace/drv/uhci/transfer_list.c )
-
transfer_list.h (moved) (moved from uspace/drv/uhci/transfer_list.h )
-
uhci.c (moved) (moved from uspace/drv/uhci/uhci.c )
-
uhci.h (moved) (moved from uspace/drv/uhci/uhci.h )
-
uhci.ma (moved) (moved from uspace/drv/uhci/uhci.ma )
-
utils/malloc32.h (moved) (moved from uspace/drv/uhci/utils/malloc32.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../../.. 30 30 31 31 LIBS = \ … … 33 33 $(LIBUSB_PREFIX)/libusb.a \ 34 34 $(LIBDRV_PREFIX)/libdrv.a 35 35 36 EXTRA_CFLAGS += \ 36 37 -I$(LIBUSB_PREFIX)/include \
Note:
See TracChangeset
for help on using the changeset viewer.
