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


Ignore:
Timestamp:
2014-01-24T20:44:51Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fdaaad00
Parents:
0a751aa
Message:

ehci: Don't use prepend in async list.

Hw uses RR anyway.

File:
1 edited

Legend:

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

    r0a751aa r296fcce  
    215215        {
    216216        case USB_TRANSFER_CONTROL:
    217                 endpoint_list_prepend_ep(&instance->async_list, ehci_ep);
    218                 break;
    219217        case USB_TRANSFER_BULK:
    220218                endpoint_list_append_ep(&instance->async_list, ehci_ep);
Note: See TracChangeset for help on using the changeset viewer.