diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-28 23:03:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-28 23:03:56 +0200 |
commit | a0a0c7f18c5d4f157f471b6b2824b8e0653491ab (patch) | |
tree | baa4a2f8a7219eee2b29e4c10145c845fba38d93 /src/logind.h | |
parent | 88bb8d215aa0f5576eb3f9c77c30cdc4b17783fe (diff) |
logind: retrigger devices when we reassign them
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/logind.h b/src/logind.h index 8702d1aed2..309541415d 100644 --- a/src/logind.h +++ b/src/logind.h @@ -39,6 +39,13 @@ * add configuration file * D-Bus method: AttachDevices(seat, devices[]); * use named pipes to detect when a session dies + * verify access to SetIdleHint + * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed + * properly escape/remove : and . from seat names in udev rules + * use device_has_tag() as soon as it is available + * trigger based on libudev if available + * enumerate recursively with libudev when triggering + * make sure IMPORT{parent}="ID_SEAT" works between usb hub and sound card * * non-local X11 server * reboot/shutdown halt management |