From: John Hodge Date: Sat, 22 Oct 2011 09:45:51 +0000 (+0800) Subject: Kernel/APIs - Commenting fix in Joystick X-Git-Tag: rel0.13~1 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=b026426ea04f327826b83b668c0ac648a6c47e55;p=tpg%2Facess2.git Kernel/APIs - Commenting fix in Joystick --- diff --git a/Kernel/include/api_drv_joystick.h b/Kernel/include/api_drv_joystick.h index 43190218..3ec8597b 100644 --- a/Kernel/include/api_drv_joystick.h +++ b/Kernel/include/api_drv_joystick.h @@ -51,14 +51,14 @@ enum eTplJoystick_IOCtl { /** * ioctl(..., tJoystickNumValue *) - * \brief Set maximum value for sJoystick_Axis.CurState + * \brief Set maximum value for sJoystick_Axis.CursorPos * \note If \a Value is equal to -1 (all bits set), the value is not changed */ JOY_IOCTL_GETSETAXISLIMIT, /** * ioctl(..., tJoystickNumValue *) - * \brief Set the value of sJoystick_Axis.CurState + * \brief Set the value of sJoystick_Axis.CursorPos * \note If \a Value is equal to -1 (all bits set), the value is not changed */ JOY_IOCTL_GETSETAXISPOSITION,