Kernel/APIs - Commenting fix in Joystick
authorJohn Hodge <[email protected]>
Sat, 22 Oct 2011 09:45:51 +0000 (17:45 +0800)
committerJohn Hodge <[email protected]>
Sat, 22 Oct 2011 09:45:51 +0000 (17:45 +0800)
Kernel/include/api_drv_joystick.h

index 4319021..3ec8597 100644 (file)
@@ -51,14 +51,14 @@ enum eTplJoystick_IOCtl {
 \r
        /**\r
         * ioctl(..., tJoystickNumValue *)\r
-        * \brief Set maximum value for sJoystick_Axis.CurState\r
+        * \brief Set maximum value for sJoystick_Axis.CursorPos\r
         * \note If \a Value is equal to -1 (all bits set), the value is not changed\r
         */\r
        JOY_IOCTL_GETSETAXISLIMIT,\r
 \r
        /**\r
         * ioctl(..., tJoystickNumValue *)\r
-        * \brief Set the value of sJoystick_Axis.CurState\r
+        * \brief Set the value of sJoystick_Axis.CursorPos\r
         * \note If \a Value is equal to -1 (all bits set), the value is not changed\r
         */\r
        JOY_IOCTL_GETSETAXISPOSITION,\r

UCC git Repository :: git.ucc.asn.au