Changeset 37ac7bb in mainline for uspace/drv
- Timestamp:
- 2011-01-31T17:38:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1256a0a
- Parents:
- 72e19f50
- Location:
- uspace/drv/uhci-hcd
- Files:
-
- 26 moved
-
Makefile (moved) (moved from uspace/drv/uhci/Makefile ) (1 diff)
-
callback.c (moved) (moved from uspace/drv/uhci/callback.c )
-
callback.h (moved) (moved from uspace/drv/uhci/callback.h )
-
debug.h (moved) (moved from uspace/drv/uhci/debug.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 )
-
name.h (moved) (moved from uspace/drv/uhci/name.h ) (1 diff)
-
pci.c (moved) (moved from uspace/drv/uhci/pci.c )
-
root_hub/debug.h (moved) (moved from uspace/drv/uhci/root_hub/debug.h )
-
root_hub/port.c (moved) (moved from uspace/drv/uhci/root_hub/port.c )
-
root_hub/port.h (moved) (moved from uspace/drv/uhci/root_hub/port.h )
-
root_hub/port_status.c (moved) (moved from uspace/drv/uhci/root_hub/port_status.c )
-
root_hub/port_status.h (moved) (moved from uspace/drv/uhci/root_hub/port_status.h )
-
root_hub/root_hub.c (moved) (moved from uspace/drv/uhci/root_hub/root_hub.c )
-
root_hub/root_hub.h (moved) (moved from uspace/drv/uhci/root_hub/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-hcd.ma (moved) (moved from uspace/drv/uhci/uhci.ma )
-
uhci.c (moved) (moved from uspace/drv/uhci/uhci.c )
-
uhci.h (moved) (moved from uspace/drv/uhci/uhci.h )
-
uhci_struct/link_pointer.h (moved) (moved from uspace/drv/uhci/uhci_struct/link_pointer.h )
-
uhci_struct/queue_head.h (moved) (moved from uspace/drv/uhci/uhci_struct/queue_head.h )
-
uhci_struct/transfer_descriptor.c (moved) (moved from uspace/drv/uhci/uhci_struct/transfer_descriptor.c )
-
uhci_struct/transfer_descriptor.h (moved) (moved from uspace/drv/uhci/uhci_struct/transfer_descriptor.h )
-
utils/malloc32.h (moved) (moved from uspace/drv/uhci/utils/malloc32.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/Makefile
r72e19f50 r37ac7bb 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 BINARY = uhci 32 BINARY = uhci-hcd 33 33 34 34 SOURCES = \ -
uspace/drv/uhci-hcd/name.h
r72e19f50 r37ac7bb 35 35 #define DRV_UHCI_TD_NAME_H 36 36 37 #define NAME "uhci "37 #define NAME "uhci-hcd" 38 38 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
