Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/utility.c

    re0a5d4c r013e5d32  
    159159                    | (USB_REQUEST_TYPE_CLASS << 5)
    160160                    | USB_REQUEST_RECIPIENT_DEVICE,
    161                 .request = USB_DEVREQ_GET_DESCRIPTOR, \
    162                 .value = uint16_host2usb(type << 8), \
     161                .request = USB_DEVREQ_GET_DESCRIPTOR,
     162                .value = uint16_host2usb(type << 8),
    163163                .length = sizeof(*desc),
    164164        };
Note: See TracChangeset for help on using the changeset viewer.