input/ff: modify FF_MAX to support 64-bit machine
Signed-off-by: fangpeina <fangpeina@xiaomi.com>
This commit is contained in:
parent
981bda5cf0
commit
401a06fb17
@ -69,7 +69,7 @@
|
||||
|
||||
#define FF_MAX_EFFECTS FF_GAIN
|
||||
|
||||
#define FF_MAX 0x1f
|
||||
#define FF_MAX 0x7f
|
||||
#define FF_CNT (FF_MAX + 1)
|
||||
|
||||
/* Values describing the status of a force-feedback effect. */
|
||||
|
Loading…
Reference in New Issue
Block a user