From 7f06ec2e19387424de34bae35320c2fe192cb69d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 9 Sep 2009 15:22:48 +0200 Subject: extras/keymap: Rename KEY_COFFEE to KEY_SCREENLOCK Unfortunately KEY_COFFEE is the canonical name in linux/input.h, and the more sensible KEY_SCREENLOCK is an alias. Manually override this particular case, since it's better to have "screenlock" in keymaps. However, we still keep the automatic filtering for the general case, to avoid introducing this problem again when input.h changes. --- extras/keymap/keymaps/toshiba-satellite_a110 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/keymap/keymaps/toshiba-satellite_a110') diff --git a/extras/keymap/keymaps/toshiba-satellite_a110 b/extras/keymap/keymaps/toshiba-satellite_a110 index 5561e4a3af..0f2aaec420 100644 --- a/extras/keymap/keymaps/toshiba-satellite_a110 +++ b/extras/keymap/keymaps/toshiba-satellite_a110 @@ -5,6 +5,6 @@ 0x9F f21 # FIXME: Touchpad off 0xB9 nextsong 0xD9 brightnessup -0xEE coffee +0xEE screenlock 0xF4 previoussong 0xF7 playpause -- cgit v1.2.3-54-g00ecf