Changeset 01eeaaf in mainline for uspace/app/vuhid/main.c


Ignore:
Timestamp:
2012-12-22T15:07:29Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f6577d9
Parents:
94c40ce2
Message:

vhc: Port to libusbhost.

Device removal works OK.
Tested on vuh boot and vuh lw1.

File:
1 edited

Legend:

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

    r94c40ce2 r01eeaaf  
    181181        }
    182182
    183         rc = usbvirt_device_plug(&hid_dev, "/virt/usbhc/hc");
     183        rc = usbvirt_device_plug(&hid_dev, "/virt/usbhc/ctl");
    184184        if (rc != EOK) {
    185185                printf("Unable to start communication with VHCD: %s.\n",
Note: See TracChangeset for help on using the changeset viewer.