mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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|
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user