Ignore:
Timestamp:
2010-10-20T21:17:32Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c741e1d
Parents:
08af5a6
Message:

Virtual USB HC has a hub

So far, the hub does not respond to requests and automatically enables
any port device connects to. Will be completed in next revisions (hope
very soon).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/usb/hcd/virtual/Makefile

    r08af5a6 rb8507a1  
    2828
    2929USPACE_PREFIX = ../../../../../..
    30 LIBS = $(LIBUSB_PREFIX)/libusb.a
     30LIBS = $(LIBUSB_PREFIX)/libusb.a $(LIBUSBVIRT_PREFIX)/libusbvirt.a
    3131EXTRA_CFLAGS = -I$(LIB_PREFIX)
    3232BINARY = vhcd
     
    3737        devices.c \
    3838        hc.c \
    39         hcd.c
     39        hcd.c \
     40        hub.c \
     41        hubops.c
    4042
    4143include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.