diff options
Diffstat (limited to 'audio/control.c')
| -rw-r--r-- | audio/control.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/audio/control.c b/audio/control.c index bd100331..3f512672 100644 --- a/audio/control.c +++ b/audio/control.c @@ -443,6 +443,7 @@ static int uinput_create(char *name)  	ioctl(fd, UI_SET_EVBIT, EV_KEY);  	ioctl(fd, UI_SET_EVBIT, EV_REL);  	ioctl(fd, UI_SET_EVBIT, EV_REP); +	ioctl(fd, UI_SET_EVBIT, EV_SYN);  	ioctl(fd, UI_SET_KEYBIT, KEY_PLAYPAUSE);  	ioctl(fd, UI_SET_KEYBIT, KEY_STOP); | 
