Changeset b8100da in mainline for uspace/srv/hw/bus/usb/hcd/virtual/conndev.c
- Timestamp:
- 2010-10-10T17:01:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c1315b
- Parents:
- b371844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/usb/hcd/virtual/conndev.c
rb371844 rb8100da 36 36 #include <assert.h> 37 37 #include <errno.h> 38 #include <usb /virtdev.h>38 #include <usbvirt/hub.h> 39 39 40 40 #include "conn.h" … … 101 101 break; 102 102 103 case IPC_M_USB _VIRTDEV_DATA_FROM_DEVICE:103 case IPC_M_USBVIRT_DATA_FROM_DEVICE: 104 104 handle_data_from_device(callid, call, dev); 105 105 break;
Note:
See TracChangeset
for help on using the changeset viewer.