Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | backend/libinput: remove wlr_input_device_impl | Simon Zeni | |
2022-02-21 | types/wlr_switch: add base wlr_input_device | Simon Zeni | |
wlr_switch owns its wlr_input_device. It will be initialized when the switch is initialized, and finished when the switch is destroyed. | |||
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin | |
Rename lid_switch to switch_device to disambiguate lid and tablet mode switches. | |||
2018-12-15 | [WIP][DONTMERGE]Add support for libinput_switch input devices | Ryan Walklin | |
These are used primarily by laptops to signal the state of the lid (open/closed) and tablet mode if supported, based on ACPI events. |