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


Ignore:
Timestamp:
2014-01-24T21:56:02Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ee3ce0
Parents:
ee6e50c
Message:

ehci: Fix INT endpoint removal.

File:
1 edited

Legend:

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

    ree6e50c rce735cc2  
    235235        {
    236236        case USB_TRANSFER_INTERRUPT:
    237                 endpoint_list_append_ep(&instance->int_list, ehci_ep);
     237                endpoint_list_remove_ep(&instance->int_list, ehci_ep);
    238238                /* Fall through */
    239239        case USB_TRANSFER_ISOCHRONOUS:
Note: See TracChangeset for help on using the changeset viewer.