Changeset 4ee5272 in mainline for uspace/lib/usbdev/src/request.c


Ignore:
Timestamp:
2014-01-19T04:45:39Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2be477d5
Parents:
615abda
Message:

libusb, usbhub: Add USB2 features and structures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/request.c

    r615abda r4ee5272  
    823823        return usb_request_clear_feature(pipe,
    824824            USB_REQUEST_TYPE_STANDARD, USB_REQUEST_RECIPIENT_ENDPOINT,
    825             uint16_host2usb(USB_FEATURE_SELECTOR_ENDPOINT_HALT),
     825            uint16_host2usb(USB_FEATURE_ENDPOINT_HALT),
    826826            uint16_host2usb(ep_index));
    827827}
Note: See TracChangeset for help on using the changeset viewer.