From: Len Brown <lenb@kernel.org> Date: 2007-08-23 01:14:27
Dmitry,
can you ACK these additional key-codes?
I need to push the 3rd patch in this series which depends on these.
thanks,
-Len
On Monday 20 August 2007 06:23, Zhang Rui wrote:
@@ -553,6 +553,13 @@ struct input_absinfo {#define KEY_BRL_DOT7 0x1f7#define KEY_BRL_DOT8 0x1f8+#define KEY_DISPLAY_CYCLE 0x1f9+#define KEY_VIDEO_NEXT 0x1fa+#define KEY_VIDEO_PREV 0x1fb+#define KEY_BRIGHTNESS_CYCLE 0x1fc+#define KEY_BRIGHTNESS_ZERO 0x1fd+#define KEY_DISPLAY_OFF 0x1fe+/* We avoid low common keys in module aliases so they don't get huge. */#define KEY_MIN_INTERESTING KEY_MUTE#define KEY_MAX 0x1ff-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Len Brown <lenb@kernel.org> Date: 2007-08-23 19:32:42
Thanks for the refreshed patch series, Rui.
I've added it to acpi-test.
Still waiting on an ACK from Dmitry on the input.h definitions.
-Len
On Monday 20 August 2007 06:23, Zhang Rui wrote:
@@ -553,6 +553,13 @@ struct input_absinfo {#define KEY_BRL_DOT7 0x1f7#define KEY_BRL_DOT8 0x1f8+#define KEY_DISPLAY_CYCLE 0x1f9+#define KEY_VIDEO_NEXT 0x1fa+#define KEY_VIDEO_PREV 0x1fb+#define KEY_BRIGHTNESS_CYCLE 0x1fc+#define KEY_BRIGHTNESS_ZERO 0x1fd+#define KEY_DISPLAY_OFF 0x1fe+/* We avoid low common keys in module aliases so they don't get huge. */#define KEY_MIN_INTERESTING KEY_MUTE#define KEY_MAX 0x1ff-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Thanks for the refreshed patch series, Rui.
I've added it to acpi-test.
Still waiting on an ACK from Dmitry on the input.h definitions.
Sorry, I am still trying to recover from a hard drive failure...
The keycodes conflict with a pending patch adding KEY_BRL_DOT9 and
KEY_BRL_DOT10 and so have to be moved somewhere else.
--
Dmitry
From: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Date: 2007-08-23 21:22:00
On Thu, 23 Aug 2007, Dmitry Torokhov wrote:
On 8/23/07, Len Brown [off-list ref] wrote:
quoted
Thanks for the refreshed patch series, Rui.
I've added it to acpi-test.
Still waiting on an ACK from Dmitry on the input.h definitions.
Sorry, I am still trying to recover from a hard drive failure...
The keycodes conflict with a pending patch adding KEY_BRL_DOT9 and
KEY_BRL_DOT10 and so have to be moved somewhere else.
Also, this one:
+#define KEY_DISPLAY_CYCLE 0x1f9
Should probably be
#define KEY_DISPLAY_CYCLE KEY_SWITCHVIDEOMODE
According to what was explained to us (thinkpad-acpi and the other laptop
hotkey drivers).
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
From: Len Brown <lenb@kernel.org> Date: 2007-08-24 01:49:08
On Thursday 23 August 2007 17:22, Henrique de Moraes Holschuh wrote:
On Thu, 23 Aug 2007, Dmitry Torokhov wrote:
quoted
On 8/23/07, Len Brown [off-list ref] wrote:
quoted
Thanks for the refreshed patch series, Rui.
I've added it to acpi-test.
Still waiting on an ACK from Dmitry on the input.h definitions.
Sorry, I am still trying to recover from a hard drive failure...
The keycodes conflict with a pending patch adding KEY_BRL_DOT9 and
KEY_BRL_DOT10 and so have to be moved somewhere else.
Also, this one:
+#define KEY_DISPLAY_CYCLE 0x1f9
Should probably be
#define KEY_DISPLAY_CYCLE KEY_SWITCHVIDEOMODE
According to what was explained to us (thinkpad-acpi and the other laptop
hotkey drivers).
I agree. I noticed this also
and I'll send a refreshed patch shortly.
thanks,
-Len
From: Len Brown <lenb@kernel.org> Date: 2007-08-24 04:10:50
On Thursday 23 August 2007 16:10, Dmitry Torokhov wrote:
On 8/23/07, Len Brown [off-list ref] wrote:
quoted
Thanks for the refreshed patch series, Rui.
I've added it to acpi-test.
Still waiting on an ACK from Dmitry on the input.h definitions.
Sorry, I am still trying to recover from a hard drive failure...
The keycodes conflict with a pending patch adding KEY_BRL_DOT9 and
KEY_BRL_DOT10 and so have to be moved somewhere else.
Okay, I moved them to lower numbers
(no clue why the 1st part of the list is decimal and the
later part is hex).
and I omitted KEY_DISPLAY_CYCLE in favor of re-using
the existing KEY_SWITCHVIDEOMODE.
thanks,
-Len
---
commit a7ecd1ea913346a72f41a002c365882dc05c9bd5
Author: Yu Luming [off-list ref]
Date: Thu Aug 23 23:05:55 2007 -0400
ACPI: video: Add keycode for ACPI video driver hotkey events.
Signed-off-by: Luming Yu [off-list ref]
Signed-off-by: Zhang Rui [off-list ref]
Signed-off-by: Len Brown [off-list ref]