tizen 2.3 release
[framework/system/deviced.git] / src / haptic / README.standard
1 Standard Force Feedback Information
2
3 1. Max effect id is 16.
4    It depends on force feedback driver.
5
6 2. Do not increase effect id in case of repeated requests before previous effect finishs.
7    Standard Force Feedback does not reset the effect id on ff_set_effect function.
8    If the effect id is reseted as -1,
9    effect id will be increased until removing the effect from device by ioctl(EVIOCRMFF).
10    In this case Standard Force Feedback can not remove the previous effect id.
11
12 3. Do not support to mix each effect.
13    If the request is occurred on the same time, it plays effect as per the last request.