summaryrefslogtreecommitdiff
path: root/nids/360/SceUsbSerial.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove functions for old firmware versionsReiko Asakura2020-09-211-10/+0
|
* Fix some incorrect module and library NIDsdevnoname1202017-04-181-1/+1
| | | | Fix #7
* Fix usbserial function names (#84)Tim Keller2016-11-121-2/+2
| | | | | | | | | * 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/+24
* 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