summaryrefslogtreecommitdiff
path: root/include/user/usbserial.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename include guardsReiko Asakura2021-03-081-3/+4
|
* Add package workflowReiko Asakura2021-02-111-0/+4
|
* Fix includes: variousReiko Asakura2021-02-111-2/+0
|
* Manually revert #179 changesSunguk Lee2017-06-211-4/+4
| | | | | | | | | - revert bit size of the structs; this change have issue for build vita2d - revert ErrorCode of SceMsgDialogErrorCodeParam; I don't know reason of why change to TitleCase - remove some whitespaces - add some spaces
* Fix usbserial function names (#84)Tim Keller2016-11-121-1/+1
| | | | | | | | | * Changed functions to ForKernel * missed one! * Modify sceUsbSerialGetLen to sceUsbSerialGetRecvBufferSize Modify sceUsbSerialGetLenForKernel to sceUsbSerialGetRecvBufferSizeForKernel
* Add DB defines and Header for SceUsbSerial (#81)Tim Keller2016-11-111-0/+83
* Added DB defines for SceUsbSerial Added in header for SceUsbSerial * Changed to usbserial.h updated db.json to camelCase Fixed spelling errors in usbserial.h added documentation from wiki to usbserial.h * sceUsbSerialget_len -> sceUsbSerialGetLen sceUsbSerialget_lenForKernel -> sceUsbSerialGetLenForKernel * Dangit missed some information on the wiki! * fix camelCase. * fix some formatting issues * Split usbserial.h to psp2kern/kernel/usbserial.h fix some documentation. * Moved kernel defines for usbserial.h to appropriate folder Fix preprocessor macros update copyright * Git decided my changes were not important and chose to ignore them