Changeset 4ee5272 in mainline for uspace/lib/usb/src/usb.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/usb/src/usb.c

    r615abda r4ee5272  
    135135                /* 0x2 ( HOST to device | STANDART | TO ENPOINT) */
    136136                if ((request->request_type == 0x2) &&
    137                     (request->value == USB_FEATURE_SELECTOR_ENDPOINT_HALT))
     137                    (request->value == USB_FEATURE_ENDPOINT_HALT))
    138138                        return uint16_usb2host(request->index);
    139139                break;
Note: See TracChangeset for help on using the changeset viewer.