linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Do not map BTN_RIGHT/MIDDLE on buttonpads
@ 2021-12-02 11:08 José Expósito
  2021-12-02 11:08 ` [PATCH v2 1/2] Input: add input_set_property() José Expósito
  2021-12-02 11:08 ` [PATCH v2 2/2] Input: set INPUT_PROP_BUTTONPAD using input_set_property() José Expósito
  0 siblings, 2 replies; 9+ messages in thread
From: José Expósito @ 2021-12-02 11:08 UTC (permalink / raw)
  To: jikos
  Cc: benjamin.tissoires, peter.hutterer, roderick.colenbrander,
	dmitry.torokhov, pali, rydberg, nick, linux-input, linux-kernel,
	José Expósito

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-08 19:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02 11:08 [PATCH v2 0/2] Do not map BTN_RIGHT/MIDDLE on buttonpads José Expósito
2021-12-02 11:08 ` [PATCH v2 1/2] Input: add input_set_property() José Expósito
2022-01-04  6:22   ` Dmitry Torokhov
2022-01-08 19:51     ` José Expósito
2021-12-02 11:08 ` [PATCH v2 2/2] Input: set INPUT_PROP_BUTTONPAD using input_set_property() José Expósito
2021-12-07  5:03   ` Peter Hutterer
2022-01-04  6:24   ` Dmitry Torokhov
2022-01-04  9:18     ` Benjamin Tissoires
2022-01-06 13:09     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).