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

    rb371844 rb8100da  
    3636#include <assert.h>
    3737#include <errno.h>
    38 #include <usb/virtdev.h>
     38#include <usbvirt/hub.h>
    3939
    4040#include "conn.h"
     
    101101                                break;
    102102                       
    103                         case IPC_M_USB_VIRTDEV_DATA_FROM_DEVICE:
     103                        case IPC_M_USBVIRT_DATA_FROM_DEVICE:
    104104                                handle_data_from_device(callid, call, dev);
    105105                                break;
Note: See TracChangeset for help on using the changeset viewer.