[systemd-commits] src/udev
Kay Sievers
kay at kemper.freedesktop.org
Wed Apr 11 16:04:45 PDT 2012
src/udev/keymap/keymaps/samsung-90x3a | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 5e6f883dfcd2befce26102eba972d4c1d814dfdf
Author: Kay Sievers <kay at vrfy.org>
Date: Thu Apr 12 00:42:43 2012 +0200
udev: keymap - remove weird 'c2 a0' character sequences which break the check
$ hexdump -C src/udev/keymap/keymaps/samsung-90x3a
00000000 30 78 39 36 20 6b 62 64 69 6c 6c 75 6d 75 70 c2 |0x96 kbdillumup.|
00000010 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 c2 a0 20 |............... |
00000020 23 20 46 6e 2b 46 38 20 6b 65 79 62 6f 61 72 64 |# Fn+F8 keyboard|
diff --git a/src/udev/keymap/keymaps/samsung-90x3a b/src/udev/keymap/keymaps/samsung-90x3a
index 8b65eb6..3b65735 100644
--- a/src/udev/keymap/keymaps/samsung-90x3a
+++ b/src/udev/keymap/keymaps/samsung-90x3a
@@ -1,5 +1,5 @@
-0x96 kbdillumup        # Fn+F8 keyboard backlit up
-0x97 kbdillumdown      # Fn+F7 keyboard backlit down
-0xD5 wlan              # Fn+F12 wifi on/off
-0xCE prog1Â Â Â Â Â Â Â Â Â Â Â Â Â # Fn+F1 performance mode
-0x8D prog2Â Â Â Â Â Â Â Â Â Â Â Â Â # Fn+F6 battery life extender
+0x96 kbdillumup # Fn+F8 keyboard backlit up
+0x97 kbdillumdown # Fn+F7 keyboard backlit down
+0xD5 wlan # Fn+F12 wifi on/off
+0xCE prog1 # Fn+F1 performance mode
+0x8D prog2 # Fn+F6 battery life extender
More information about the systemd-commits
mailing list