Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidreq.c

    ra76b01b4 r2155955  
    4545#include <usb/hid/request.h>
    4646
    47 
     47/*----------------------------------------------------------------------------*/
    4848/**
    4949 * Send Set Report request to the HID device.
     
    9797}
    9898
    99 
     99/*----------------------------------------------------------------------------*/
    100100/**
    101101 * Send Set Protocol request to the HID device.
     
    145145}
    146146
    147 
     147/*----------------------------------------------------------------------------*/
    148148/**
    149149 * Send Set Idle request to the HID device.
     
    195195}
    196196
    197 
     197/*----------------------------------------------------------------------------*/
    198198/**
    199199 * Send Get Report request to the HID device.
     
    251251}
    252252
    253 
     253/*----------------------------------------------------------------------------*/
    254254/**
    255255 * Send Get Protocol request to the HID device.
     
    310310}
    311311
    312 
     312/*----------------------------------------------------------------------------*/
    313313/**
    314314 * Send Get Idle request to the HID device.
     
    373373}
    374374
    375 
     375/*----------------------------------------------------------------------------*/
    376376
    377377/**
Note: See TracChangeset for help on using the changeset viewer.