X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fapi_drv_joystick.h;h=3ec8597bd55120479d0b3348819f599f4bb1f570;hb=dd2491a82880ed9b01b5d66b1814d271921797a4;hp=431902185b15e2fc83b5b5c1716177e3bfa93a07;hpb=a173ab5b104f596bfe2f4df85de541c2c4583ba7;p=tpg%2Facess2.git 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,