Changeset 338729c in mainline
- Timestamp:
- 2018-01-16T23:29:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4e44f5d
- Parents:
- 1d218bf
- Location:
- uspace/lib/usbdev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/include/usb/dev/poll.h
r1d218bf r338729c 1 1 /* 2 2 * Copyright (c) 2011 Vojtech Horky 3 * Copyright (c) 2017 Petr Manek 3 4 * All rights reserved. 4 5 * -
uspace/lib/usbdev/src/devpoll.c
r1d218bf r338729c 1 1 /* 2 2 * Copyright (c) 2011 Vojtech Horky 3 * Copyright (c) 2017 Petr Manek 3 4 * All rights reserved. 4 5 * … … 281 282 282 283 /* Unregister the pipe. */ 283 if ((rc = usb_device_unmap_ep(polling->ep_mapping))) 284 rc = usb_device_unmap_ep(polling->ep_mapping); 285 if (rc != EOK && rc != ENOENT) 284 286 return rc; 285 287
Note:
See TracChangeset
for help on using the changeset viewer.