Changeset 09ab0a9a in mainline for uspace/lib/usbhid/src/hidreq.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidreq.c
rb2aaaa0 r09ab0a9a 45 45 #include <usb/hid/request.h> 46 46 47 48 47 /** 49 48 * Send Set Report request to the HID device. … … 97 96 } 98 97 99 100 98 /** 101 99 * Send Set Protocol request to the HID device. … … 144 142 return EOK; 145 143 } 146 147 144 148 145 /** … … 194 191 return EOK; 195 192 } 196 197 193 198 194 /** … … 251 247 } 252 248 253 254 249 /** 255 250 * Send Get Protocol request to the HID device. … … 310 305 } 311 306 312 313 307 /** 314 308 * Send Get Idle request to the HID device. … … 374 368 } 375 369 376 377 378 370 /** 379 371 * @}
Note:
See TracChangeset
for help on using the changeset viewer.