Skip to content

Commit 5c9a93e

Browse files
authored
Merge pull request gvalkov#169 from daveriedstra/patch-1
Note that UInput capabilities can't include EV_SYN
2 parents 92c009a + 1bf0999 commit 5c9a93e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ Create ``uinput`` device with capabilities of another device
380380
Create ``uinput`` device capable of receiving FF-effects
381381
========================================================
382382

383+
Note that ``ecodes.EV_SYN`` cannot be in the ``cap`` dictionary or the device will not be created.
384+
383385
::
384386

385387
import asyncio

0 commit comments

Comments
 (0)