Andreas Boll pushed to branch debian-unstable at X Strike Force / data / xkb-data
Commits:
-
aaf54775
by Andreas Boll at 2019-02-11T13:16:10Z
3 changed files:
- debian/changelog
- + debian/patches/revert-Map-evdev-keycode-KEY_BRIGHTNESS_CYCLE.diff
- debian/patches/series
Changes:
1 |
+xkeyboard-config (2.26-2) UNRELEASED; urgency=medium
|
|
2 |
+ |
|
3 |
+ * Revert ed67b29e (Map evdev keycode KEY_BRIGHTNESS_CYCLE to
|
|
4 |
+ XF86MonBrightnessCycle) (Closes: #921867, #921940, #922020).
|
|
5 |
+ |
|
6 |
+ -- Andreas Boll <aboll@debian.org> Mon, 11 Feb 2019 14:14:53 +0100
|
|
7 |
+ |
|
1 | 8 |
xkeyboard-config (2.26-1) unstable; urgency=medium
|
2 | 9 |
|
3 | 10 |
* New upstream release.
|
1 |
+commit a77adbe8d56dcaf4a138aa4026134e2869aa61cb
|
|
2 |
+Author: Andreas Boll <aboll@debian.org>
|
|
3 |
+Date: Mon Feb 11 14:00:49 2019 +0100
|
|
4 |
+ |
|
5 |
+ Revert "Map evdev keycode KEY_BRIGHTNESS_CYCLE to XF86MonBrightnessCycle"
|
|
6 |
+
|
|
7 |
+ This reverts commit ed67b29ecc639f1bafa9530cb9307fee57241458.
|
|
8 |
+
|
|
9 |
+ XF86MonBrightnessCycle currently depends on an unreleased xorgproto.
|
|
10 |
+
|
|
11 |
+ See also
|
|
12 |
+ https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/issues/123
|
|
13 |
+ https://gitlab.freedesktop.org/xorg/proto/xorgproto/commit/4e9f4e6136a7c35b0b3d341424eb4e0585f2f0a7
|
|
14 |
+
|
|
15 |
+ Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921867
|
|
16 |
+ Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921940
|
|
17 |
+ Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922020
|
|
18 |
+ |
|
19 |
+diff --git a/symbols/inet b/symbols/inet
|
|
20 |
+index 8e65c5e5..4d774fac 100644
|
|
21 |
+--- a/symbols/inet
|
|
22 |
++++ b/symbols/inet
|
|
23 |
+@@ -212,7 +212,7 @@ xkb_symbols "evdev" {
|
|
24 |
+ key <I246> { [ XF86WLAN ] };
|
|
25 |
+ // key <I249> { [ ] }; // KEY_VIDEO_NEXT -- drive next video source
|
|
26 |
+ // key <I250> { [ ] }; // KEY_VIDEO_PREV -- drive previous video source
|
|
27 |
+- key <I251> { [ XF86MonBrightnessCycle ] }; // KEY_BRIGHTNESS_CYCLE -- bright up, max++ == min
|
|
28 |
++// key <I251> { [ ] }; // KEY_BRIGHTNESS_CYCLE -- bright up, max++ == min
|
|
29 |
+ // key <I252> { [ ] }; // KEY_BRIGHTNESS_ZERO -- brightness off
|
|
30 |
+ // key <I253> { [ ] }; // KEY_DISPLAY_OFF -- turn off display
|
|
31 |
+ key <I254> { [ XF86WWAN ] }; // KEY_WWAN
|
1 | 1 |
docs.diff
|
2 | 2 |
revert-goodmap-badmap-for-apple.diff
|
3 |
+revert-Map-evdev-keycode-KEY_BRIGHTNESS_CYCLE.diff
|