| Age | Commit message (Collapse) | Author | 
|---|
|  | libinput guarantees that the name is non-NULL, and an empty string
if unset. However wlroots uses NULL to indicate that an input device
name is unset. | 
|  | This is more readable and consistent with the rest of wlroots. | 
|  |  | 
|  |  | 
|  | The destroy callback in wlr_switch_impl has been removed. The function
`wlr_switch_finish` has been introduced to clean up the resources owned by a
wlr_switch.
`wlr_input_device_destroy` no longer destroys the wlr_switch, attempting to
destroy a wlr_switch will result in a no-op.
The field `name` has been added to the wlr_switch_impl to be able to identify
a given wlr_switch device. | 
|  | The wlr_libinput_input_device now owns its wlr_switch, instead of creating
a new wlr_libinput_input_device for it. | 
|  |  | 
|  | wlr_switch owns its wlr_input_device. It will be initialized when the
switch is initialized, and finished when the switch is destroyed. | 
|  | Rename lid_switch to switch_device to disambiguate lid and tablet mode switches. | 
|  | These are used primarily by laptops to signal
the state of the lid (open/closed) and tablet
mode if supported, based on ACPI events. |