[systemd-commits] 3 commits - TODO hwdb/60-keyboard.hwdb src/systemctl
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Aug 9 10:08:00 PDT 2013
TODO | 10 +++++++---
hwdb/60-keyboard.hwdb | 6 ++++++
src/systemctl/systemctl.c | 2 +-
3 files changed, 14 insertions(+), 4 deletions(-)
New commits:
commit f535088ef72a92533f2c4270d06289c89737fa2a
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Aug 8 21:12:03 2013 +0200
systemctl: add missing newline to --help output
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 8ec1824..3dd74c2 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4650,7 +4650,7 @@ static int systemctl_help(void) {
" link [PATH...] Link one or more units files into\n"
" the search path\n"
" get-default Get the name of the default target\n"
- " set-default NAME Set the default target\n"
+ " set-default NAME Set the default target\n\n"
"Job Commands:\n"
" list-jobs List jobs\n"
" cancel [JOB...] Cancel all, one, or more jobs\n\n"
commit 19c98efe17155734698c12482cd40834a89f0e48
Author: Lennart Poettering <lennart at poettering.net>
Date: Thu Aug 8 21:10:52 2013 +0200
hwdb: map logitech R400 presenter keys from powerpoint hotkeys to sensible KEY_ definitions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
index c58b72c..0c6f293 100644
--- a/hwdb/60-keyboard.hwdb
+++ b/hwdb/60-keyboard.hwdb
@@ -642,6 +642,12 @@ keyboard:usb:v046DpC52[9B]*
KEYBOARD_KEY_0c022d=zoomin
KEYBOARD_KEY_0c022e=zoomout
+# Logitech Presenter R400
+keyboard:usb:v046DpC52Dd*dc*dsc*dp*ic*isc*ip*in00*
+ KEYBOARD_KEY_070029=presentation
+ KEYBOARD_KEY_07003e=presentation
+ KEYBOARD_KEY_070037=displaytoggle
+
###########################################################
# Maxdata
###########################################################
commit 94bbc9915a4272a20feda86c5f97b8a587482aa1
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Aug 7 12:36:59 2013 +0200
update TODO
diff --git a/TODO b/TODO
index 60622f7..438b644 100644
--- a/TODO
+++ b/TODO
@@ -31,7 +31,7 @@ Fedora 20:
CGroup Rework Completion:
-* introduce "mainpid" for scopes
+* introduce "mainpid" for scopes (or maybe not?)
* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
@@ -39,8 +39,6 @@ CGroup Rework Completion:
* handle jointly mounted controllers correctly
-* logind: implement session kill exceptions
-
* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
* introduce high-level settings for RT budget, swappiness
@@ -49,6 +47,12 @@ CGroup Rework Completion:
Features:
+* unlink PID files of units after exit
+
+* tiny tool that saves/restores backlight
+
+* systemctl status output should should include list of triggering units and their status
+
* for transient units, instead of writing out drop-ins for all properties consider serializing them in the normal serialization stream
* logind: when logging out, remove user-owned sysv and posix IPC objects
More information about the systemd-commits
mailing list