diff mbox

input.h: Add BTN_SIDE2 button code

Message ID 1422008690-920-1-git-send-email-hdegoede@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Hans de Goede Jan. 23, 2015, 10:24 a.m. UTC
Some mice report buttons with a MSC_SCAN of 589833 this maps to a button code
of 0x118, add a BTN_SIDE2 define for this to input.h

BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1184352
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 include/uapi/linux/input.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Dmitry Torokhov Jan. 30, 2015, 10:35 p.m. UTC | #1
Hi Hans,

On Fri, Jan 23, 2015 at 11:24:50AM +0100, Hans de Goede wrote:
> Some mice report buttons with a MSC_SCAN of 589833 this maps to a button code
> of 0x118, add a BTN_SIDE2 define for this to input.h
> 
> BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1184352
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Looking at Logitech website it seems that one of teh buttons is marked
"zoom", so why don't we use KEY_ZOOM for it?

> ---
>  include/uapi/linux/input.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h
> index a1d7e93..27b0f6a 100644
> --- a/include/uapi/linux/input.h
> +++ b/include/uapi/linux/input.h
> @@ -498,6 +498,7 @@ struct input_keymap_entry {
>  #define BTN_FORWARD		0x115
>  #define BTN_BACK		0x116
>  #define BTN_TASK		0x117
> +#define BTN_SIDE2		0x118
>  
>  #define BTN_JOYSTICK		0x120
>  #define BTN_TRIGGER		0x120
> -- 
> 2.1.0
> 

Thanks.
diff mbox

Patch

diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h
index a1d7e93..27b0f6a 100644
--- a/include/uapi/linux/input.h
+++ b/include/uapi/linux/input.h
@@ -498,6 +498,7 @@  struct input_keymap_entry {
 #define BTN_FORWARD		0x115
 #define BTN_BACK		0x116
 #define BTN_TASK		0x117
+#define BTN_SIDE2		0x118
 
 #define BTN_JOYSTICK		0x120
 #define BTN_TRIGGER		0x120