linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Input: xpad - reduce amount of magic numbers
@ 2022-09-13 21:31 Pavel Rojtberg
  2022-09-13 21:31 ` [PATCH 1/2] Input: xpad - refactor using BIT() macro Pavel Rojtberg
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pavel Rojtberg @ 2022-09-13 21:31 UTC (permalink / raw)
  To: linux-input, dmitry.torokhov, gregkh; +Cc: Pavel Rojtberg

From: Pavel Rojtberg <rojtberg@gmail.com>

This patchset slightly refactors the code of the xpad driver.
These are only renames and no functional changes were made yet.

The first patch introduces the BIT() macro as promised in my last patchset.
The second patch introduces GIP_* defines to make the xboxone packets readable.

Pavel Rojtberg (2):
  Input: xpad - refactor using BIT() macro
  Input: xpad - decipher xpadone packages with GIP defines

 drivers/input/joystick/xpad.c | 211 ++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 125 insertions(+), 86 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-09-28  1:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-13 21:31 [PATCH 0/2] Input: xpad - reduce amount of magic numbers Pavel Rojtberg
2022-09-13 21:31 ` [PATCH 1/2] Input: xpad - refactor using BIT() macro Pavel Rojtberg
2022-09-28  1:04   ` Dmitry Torokhov
2022-09-13 21:31 ` [PATCH 2/2] Input: xpad - decipher xpadone packages with GIP defines Pavel Rojtberg
2022-09-28  1:04   ` Dmitry Torokhov
2022-09-27 17:26 ` [PATCH 0/2] Input: xpad - reduce amount of magic numbers Pavel Rojtberg

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).