[systemd-commits] 3 commits - hwdb/60-keyboard.hwdb man/systemctl.xml
Zbigniew JÄdrzejewski-Szmek
zbyszek at kemper.freedesktop.org
Fri Aug 23 12:18:07 PDT 2013
hwdb/60-keyboard.hwdb | 18 ++++++++++++++++++
man/systemctl.xml | 6 +++---
2 files changed, 21 insertions(+), 3 deletions(-)
New commits:
commit 93a279e34a8d2c38b1c6bcf750548e730f5309d8
Author: Herczeg Zsolt <zsolt94 at gmail.com>
Date: Fri Aug 23 16:18:36 2013 +0200
Keyboard map for Samsung NP700Z3C
I'm using Ubuntu 13.04 on a Samsung Series 5 computer and found that that
Fn hotkeys does not work.
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
index 5a361b6..4431edc 100644
--- a/hwdb/60-keyboard.hwdb
+++ b/hwdb/60-keyboard.hwdb
@@ -868,6 +868,23 @@ keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*200E[45]*:pvr*
KEYBOARD_KEY_ce=! # Fn+F1 launch control setting
KEYBOARD_KEY_d5=! # Fn+F12 Wi-Fi toggle
+# Series 5
+keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*700Z*:pvr*
+ KEYBOARD_KEY_ce=!prog1 # Fn+F1 launch settings
+#KEYBOARD_KEY_89=!brightnessdown # Fn+F2
+#KEYBOARD_KEY_88=!brightnessup # Fn+F3
+#KEYBOARD_KEY_82=!switchvideomode # Fn+F4 video output
+#KEYBOARD_KEY_f9=!f23 # Fn+F5 touchpad turn OFF
+#KEYBOARD_KEY_f7=!f22 # Fn+F5 touchpad turn ON
+ KEYBOARD_KEY_a0=!mute # Fn+F6 mute
+ KEYBOARD_KEY_ae=!volumedown # Fn+F7
+ KEYBOARD_KEY_b0=!volumeup # Fn+F8
+ KEYBOARD_KEY_97=!kbdillumdown # Fn+F9 keyboard backlight down
+ KEYBOARD_KEY_96=!kbdillumup # Fn+F10 keyboard backlight up
+ KEYBOARD_KEY_b3=!prog3 # Fn+F11 fan/cooling mode changer
+ KEYBOARD_KEY_d5=!wlan # Fn+F12 wlan/airplane switch
+# KEYBOARD_KEY_ba=!ejectcd # Fn+DEL eject cd
+
# Series 9
keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*90X3A*:pvr*
keyboard:dmi:bvn*:bvr*:bd*:svn[sS][aA][mM][sS][uU][nN][gG]*:pn*900X[34]*:pvr*
commit 0f85cbe105b7c4bde19fc7f12bf79429349182dd
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Fri Aug 23 13:13:12 2013 -0400
man: Small grammar fix
Use Oxford comma.
diff --git a/man/systemctl.xml b/man/systemctl.xml
index fc1c7f2..49f22ca 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -111,9 +111,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>--state=</option></term>
<listitem>
- <para>The argument should be a comma-separated list of unit LOAD
- or SUB or ACTIVE states. When listing units, show only those
- with specified LOAD or SUB or ACTIVE state.</para>
+ <para>The argument should be a comma-separated list of unit LOAD,
+ SUB, or ACTIVE states. When listing units, show only those
+ in specified states.</para>
</listitem>
</varlistentry>
commit f1a5d37e08f89bf64ac73cec2daf7caec4fc6f1e
Author: Zbigniew JÄdrzejewski-Szmek <zbyszek at in.waw.pl>
Date: Fri Aug 23 13:00:43 2013 -0400
keyboard: add eMachines E725
Information supplied by Ludvig <enthymeme at lavabit.com>.
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
index 4e7c1a2..5a361b6 100644
--- a/hwdb/60-keyboard.hwdb
+++ b/hwdb/60-keyboard.hwdb
@@ -94,6 +94,7 @@ keyboard:dmi:bvn*:bvr*:bd*:svnAcer*:pnTravelMate*C3[01]0*:pvr*
#
keyboard:dmi:bvn*:bvr*:bd*:svnAcer*:pn*
keyboard:dmi:bvn*:bvr*:bd*:svnGateway*:pnA0A1*:pvr*
+keyboard:dmi:bvn*:bvr*:bd*:svneMachines:pneMachines E725:pvr*
KEYBOARD_KEY_a5=help # Fn+F1
KEYBOARD_KEY_a6=setup # Fn+F2 Acer eSettings
KEYBOARD_KEY_a7=battery # Fn+F3 Power Management
More information about the systemd-commits
mailing list