lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211202110807.6783-1-jose.exposito89@gmail.com>
Date:   Thu,  2 Dec 2021 12:08:05 +0100
From:   José Expósito <jose.exposito89@...il.com>
To:     jikos@...nel.org
Cc:     benjamin.tissoires@...hat.com, peter.hutterer@...-t.net,
        roderick.colenbrander@...y.com, dmitry.torokhov@...il.com,
        pali@...nel.org, rydberg@...math.org, nick@...anahar.org,
        linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
        José Expósito <jose.exposito89@...il.com>
Subject: [PATCH v2 0/2] Do not map BTN_RIGHT/MIDDLE on buttonpads

Hi all,

This patchset implements the changes to buttonpads discussed in v1:

https://lore.kernel.org/linux-input/YacOmYorwAIB4Q3c@quokka/T/#t

I'd be great to know if maintainers are interested in migrating the
other properties to use the new function (input_set_property).
If so, I can send the patches :)

Thanks,
Jose

José Expósito (2):
  Input: add input_set_property()
  Input: set INPUT_PROP_BUTTONPAD using input_set_property()

 drivers/hid/hid-alps.c                   |  2 +-
 drivers/hid/hid-asus.c                   |  3 +-
 drivers/hid/hid-elan.c                   |  3 +-
 drivers/hid/hid-logitech-hidpp.c         |  2 +-
 drivers/hid/hid-magicmouse.c             |  8 ++----
 drivers/hid/hid-multitouch.c             |  2 +-
 drivers/hid/hid-playstation.c            |  3 +-
 drivers/hid/hid-sony.c                   |  4 +--
 drivers/input/input.c                    | 35 ++++++++++++++++++++++++
 drivers/input/keyboard/applespi.c        |  2 +-
 drivers/input/mouse/alps.c               |  3 +-
 drivers/input/mouse/bcm5974.c            |  2 +-
 drivers/input/mouse/cyapa.c              |  2 +-
 drivers/input/mouse/elan_i2c_core.c      |  2 +-
 drivers/input/mouse/elantech.c           |  6 ++--
 drivers/input/mouse/focaltech.c          |  4 +--
 drivers/input/mouse/synaptics.c          |  2 +-
 drivers/input/rmi4/rmi_f30.c             |  2 +-
 drivers/input/rmi4/rmi_f3a.c             |  2 +-
 drivers/input/touchscreen/atmel_mxt_ts.c |  2 +-
 include/linux/input.h                    |  1 +
 21 files changed, 57 insertions(+), 35 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ