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/hcd.c

    r08af5a6 rb8507a1  
    4848#include "hc.h"
    4949#include "devices.h"
     50#include "hub.h"
    5051#include "conn.h"
    5152
     
    135136        }
    136137       
     138        hub_init();
     139       
    137140        printf("%s: accepting connections.\n", NAME);
    138141        hc_manager();
Note: See TracChangeset for help on using the changeset viewer.