Changeset f98f4b7 in mainline
- Timestamp:
- 2017-12-20T14:49:10Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd312d5
- Parents:
- 15f8079
- git-author:
- Ondřej Hlavatý <aearsis@…> (2017-12-20 14:48:29)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2017-12-20 14:49:10)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/hcd.c
r15f8079 rf98f4b7 103 103 static int interrupt_polling(void *arg) 104 104 { 105 hc_device_t *hcd = arg; 106 assert(hcd); 107 bus_t *bus = hcd->bus; 105 bus_t *bus = arg; 106 assert(bus); 108 107 109 108 const bus_ops_t *interrupt_ops = BUS_OPS_LOOKUP(bus->ops, interrupt);
Note:
See TracChangeset
for help on using the changeset viewer.