All of lore.kernel.org
 help / color / mirror / Atom feed
From: Erica Taylor <rickytaylor26@gmail.com>
To: linux-input@vger.kernel.org
Cc: Erica Taylor <rickytaylor26@gmail.com>,
	Jiri Kosina <jikos@kernel.org>,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Lee Jones <lee.jones@linaro.org>,
	Benjamin Valentin <benpicco@googlemail.com>,
	Matt Reynolds <mattreynolds@chromium.org>,
	Andrzej Pietrasiewicz <andrzej.p@collabora.com>,
	Sanjay Govind <sanjay.govind9@gmail.com>,
	linux-kernel@vger.kernel.org, Simon Wood <simon@mungewell.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: [PATCH 0/2] G923 Racing Wheel support
Date: Thu, 27 May 2021 14:41:02 +0100	[thread overview]
Message-ID: <20210527134104.217865-1-rickytaylor26@gmail.com> (raw)

These two patches add the G923 to the two drivers which support it:
xpad & hid-logitech-hidpp.

The device boots up in Xbox-mode (which has some support out
of the box if added to the xpad device list). However, Logitech
use the HID++ protocol for 'PC mode'.

I've added code to xpad to perform the switch-over
and device information to the hid-logitech-hidpp driver.

With the hid-logitech-hidpp driver the wheel seems to have pretty
good support. As far as I can tell, all inputs & force feedback
work.

Erica Taylor (2):
  HID: logitech-hidpp: add G923
  Input: xpad - add Logitech G923 Xbox variant

 drivers/hid/hid-ids.h            |  1 +
 drivers/hid/hid-logitech-hidpp.c |  3 +++
 drivers/input/joystick/xpad.c    | 30 ++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

-- 
2.31.1


             reply	other threads:[~2021-05-27 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-27 13:41 Erica Taylor [this message]
2021-05-27 13:41 ` [PATCH 1/2] HID: logitech-hidpp: add G923 Erica Taylor
2021-05-27 13:41 ` [PATCH 2/2] Input: xpad - add Logitech G923 Xbox variant Erica Taylor
2021-05-27 14:21   ` Erica Taylor
2021-05-27 14:54   ` kernel test robot
2021-05-27 14:54     ` kernel test robot
2021-05-27 18:22   ` kernel test robot
2021-05-27 18:22     ` kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210527134104.217865-1-rickytaylor26@gmail.com \
    --to=rickytaylor26@gmail.com \
    --cc=andrzej.p@collabora.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=benpicco@googlemail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jikos@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattreynolds@chromium.org \
    --cc=sanjay.govind9@gmail.com \
    --cc=simon@mungewell.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.