summaryrefslogtreecommitdiff
path: root/include/user/usbserial.h
diff options
context:
space:
mode:
authorSunguk Lee2017-06-21 01:08:34 +0900
committerSunguk Lee2017-06-21 01:48:13 +0900
commit996762f2c74a492cfe873e3dc6e3bf902297e8bc (patch)
tree163550a893b2b946936d58abb6eef64bfa0e458d /include/user/usbserial.h
parentAdded new NIDs (diff)
downloadvds-libraries-996762f2c74a492cfe873e3dc6e3bf902297e8bc.tar.gz
Manually revert #179 changes
- 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
Diffstat (limited to 'include/user/usbserial.h')
-rw-r--r--include/user/usbserial.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/user/usbserial.h b/include/user/usbserial.h
index 00c9ba6..e510a63 100644
--- a/include/user/usbserial.h
+++ b/include/user/usbserial.h
@@ -12,7 +12,7 @@ extern "C" {
*
* @return 0 on success, < 0 on error
*
- * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device.
+ * @note The user is responsible for making sure no other UDC driver is active. This activates UDC as a "PS Vita" Type D device.
*
* @note Wrapper for kernel function sceUsbSerialStart()
*/
@@ -23,11 +23,11 @@ int sceUsbSerialStart(void);
*
* @return 0 on success, < 0 on error
*
- * @param unk Unknown
+ * @param unk Unknown
*
* @note Wrapper for kernel function sceUsbSerialSetup()
*/
-int sceUsbSerialSetup(int unk);
+int sceUsbSerialSetup(int unk);
/**
* Close USB serial device
@@ -57,7 +57,7 @@ unsigned int sceUsbSerialGetRecvBufferSize(void);
/**
* Send data
* @param[in] *buffer data to send over usb
- * @param len int len of serial buffer data
+ * @param len int len of serial buffer data
* @param unk1 Unknown
* @param unk2 Unknown
* @note max send length is 0x10000