| commit | 62fc6a9ffbd48786a0ce3688772de8f5c0ab32be | [log] [tgz] |
|---|---|---|
| author | Harry Cutts <hcutts@google.com> | Tue Oct 01 17:19:42 2024 +0000 |
| committer | Harry Cutts <hcutts@google.com> | Tue Oct 01 17:19:42 2024 +0000 |
| tree | 9927dbaca8ec62f884e9597bb0bd38903c4b416c | |
| parent | 86f10baf008d0a59cfba4064601219c2931ea49f [diff] |
uinput: note that UI_SET_EVBIT configuration is always needed If you don't add a UI_SET_EVBIT configuration entry to a register command, the other configuration entries will just be silently ignored. This isn't very obvious to someone not familiar with the uinput Kernel API, so let's add a note about it in the README. Bug: 245989146 Test: check rendering in Gitiles Flag: DOCS_ONLY Change-Id: I290bafb276a8caf0639f062eff16aeff32bac8d0