Changes in uspace/lib/usbhid/src/hidreq.c [a76b01b4:2155955] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidreq.c
ra76b01b4 r2155955 45 45 #include <usb/hid/request.h> 46 46 47 47 /*----------------------------------------------------------------------------*/ 48 48 /** 49 49 * Send Set Report request to the HID device. … … 97 97 } 98 98 99 99 /*----------------------------------------------------------------------------*/ 100 100 /** 101 101 * Send Set Protocol request to the HID device. … … 145 145 } 146 146 147 147 /*----------------------------------------------------------------------------*/ 148 148 /** 149 149 * Send Set Idle request to the HID device. … … 195 195 } 196 196 197 197 /*----------------------------------------------------------------------------*/ 198 198 /** 199 199 * Send Get Report request to the HID device. … … 251 251 } 252 252 253 253 /*----------------------------------------------------------------------------*/ 254 254 /** 255 255 * Send Get Protocol request to the HID device. … … 310 310 } 311 311 312 312 /*----------------------------------------------------------------------------*/ 313 313 /** 314 314 * Send Get Idle request to the HID device. … … 373 373 } 374 374 375 375 /*----------------------------------------------------------------------------*/ 376 376 377 377 /**
Note:
See TracChangeset
for help on using the changeset viewer.