Ignore:
Timestamp:
2010-10-10T17:01:40Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c1315b
Parents:
b371844
Message:

Virtual USB device in separate library

The `usbvirt' library is intended to be a framework for creating
virtual USB devices.

So far, only the skeleton is ready.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/usb/hcd/virtual/hc.c

    rb371844 rb8100da  
    4343#include <str_error.h>
    4444
    45 #include <usb/virtdev.h>
     45#include <usbvirt/hub.h>
    4646
    4747#include "vhcd.h"
     
    155155                       
    156156                        req = async_send_2(dev->phone,
    157                             IPC_M_USB_VIRTDEV_DATA_TO_DEVICE,
     157                            IPC_M_USBVIRT_DATA_TO_DEVICE,
    158158                            transaction->target.endpoint,
    159159                            transaction->type,
Note: See TracChangeset for help on using the changeset viewer.