Changeset 205261f in mainline for uspace/lib/drv/generic/remote_usb.c
- Timestamp:
- 2013-07-24T17:47:05Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e242fba
- Parents:
- 69b264a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_usb.c
r69b264a9 r205261f 87 87 int usb_get_my_address(async_exch_t *exch, usb_address_t *address) 88 88 { 89 if (!exch)90 return EBADMEM;91 89 sysarg_t addr; 92 90 const int ret = async_req_1_1(exch, DEV_IFACE_ID(USB_DEV_IFACE),
Note:
See TracChangeset
for help on using the changeset viewer.