mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-06-13 11:48:30 +02:00
doc: remove ID_INPUT from lua plugin udev properties list
The code in libinput-plugin-lua.c filters udev properties with strstartswith(key, "ID_INPUT_") which requires a trailing underscore. The bare 'ID_INPUT' property does not match this filter and is never included in the properties table provided to plugins. Co-authored-by: Claude <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1469>
This commit is contained in:
parent
37e1dfd2d1
commit
2da19a8802
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ methods will be noops.
|
|||
|
||||
Version 1 of the plugin API supports the following udev properties:
|
||||
|
||||
- ``ID_INPUT`` and all of ``ID_INPUT_*`` that denote the device type as assigned
|
||||
- All of ``ID_INPUT_*`` that denote the device type as assigned
|
||||
by udev. This information is usually used by libinput to determine a
|
||||
device type. Note that for historical reasons these properties have
|
||||
varying rules - some properties may be mutually exclusive, others are
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue