Changeset fdaaad00 in mainline for uspace/drv/bus/usb/ehci/hc.c


Ignore:
Timestamp:
2014-01-24T20:49:26Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa9656b0
Parents:
296fcce
Message:

ehci: Make async schedule a loop.

Hw RR mechanism needs this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/hc.c

    r296fcce rfdaaad00  
    407407                return ret;
    408408        }
     409        /* Loop async list */
     410        endpoint_list_chain(&instance->async_list, &instance->async_list);
    409411
    410412        /* Take 1024 periodic list heads, we ignore low mem options */
Note: See TracChangeset for help on using the changeset viewer.