Changeset eb34d8e in mainline


Ignore:
Timestamp:
2015-07-04T03:59:27Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a1757e
Parents:
55346870
Message:

virtualusb: Rename device connection function to virtual to avoid conflict with libusbhost

this must have been broken for long time.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vuhid/main.c

    r55346870 reb34d8e  
    5353#include "stdreq.h"
    5454
    55 #define DEFAULT_CONTROLLER   "/virt/usbhc/ctl"
     55#define DEFAULT_CONTROLLER   "/virt/usbhc/virtual"
    5656
    5757static usbvirt_control_request_handler_t endpoint_zero_handlers[] = {
  • uspace/drv/bus/usb/vhc/main.c

    r55346870 reb34d8e  
    5555        assert(fun);
    5656
    57         *fun = ddf_fun_create(dev, fun_exposed, "ctl");
     57        *fun = ddf_fun_create(dev, fun_exposed, "virtual");
    5858        if (!*fun)
    5959                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.