Changeset 01eeaaf in mainline for uspace/app/vuhid/main.c
- Timestamp:
- 2012-12-22T15:07:29Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f6577d9
- Parents:
- 94c40ce2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/main.c
r94c40ce2 r01eeaaf 181 181 } 182 182 183 rc = usbvirt_device_plug(&hid_dev, "/virt/usbhc/ hc");183 rc = usbvirt_device_plug(&hid_dev, "/virt/usbhc/ctl"); 184 184 if (rc != EOK) { 185 185 printf("Unable to start communication with VHCD: %s.\n",
Note:
See TracChangeset
for help on using the changeset viewer.