2023-01-03 16:08:26

by Walt Holman

[permalink] [raw]
Subject: [PATCH] HID: hid-logitech-hidpp: Add support for Logitech G923 wheel Xbox Edition

Hello,

This patch adds support for the Logitech G923 Xbox edition steering wheel. This uses the hid-logitech-hidpp kernel module and from my testing, force feedback and all buttons work. This requires the usb_modeswitch application to setup the device in PC mode with a magic string that is the same as the Logitech 920 wheel. Originally I had massaged a patch I found for this wheel, however, much of it was unnecessary and I culled it back to just adding the ID's. Let me know if you need anything else or have any questions. Thanks,

Signed-off-by: Walt Holman [email protected]


Attachments:
logitech-g923-hidpp-clean.patch (1.25 kB)

2023-01-11 11:08:15

by Bastien Nocera

[permalink] [raw]
Subject: Re: [PATCH] HID: hid-logitech-hidpp: Add support for Logitech G923 wheel Xbox Edition

Hey Walt,

On Tue, 2023-01-03 at 09:29 -0600, Walt Holman wrote:
> Hello,
>
> This patch adds support for the Logitech G923 Xbox edition steering
> wheel. This uses the hid-logitech-hidpp kernel module and from my
> testing, force feedback and all buttons work. This requires the
> usb_modeswitch application to setup the device in PC mode with a
> magic string that is the same as the Logitech 920 wheel. Originally I
> had massaged a patch I found for this wheel, however, much of it was
> unnecessary and I culled it back to just adding the ID's. Let me know
> if you need anything else or have any questions. Thanks,
>
> Signed-off-by: Walt Holman [email protected] 
>

You'll want to follow:
https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html
to submit this patch. It definitely shouldn't be an attachment :)

Cheers

2023-01-11 19:51:12

by Walt Holman

[permalink] [raw]
Subject: Re: [PATCH] HID: hid-logitech-hidpp: Add support for Logitech G923 wheel Xbox Edition

----- On Jan 11, 2023, at 4:28 AM, Bastien Nocera [email protected] wrote:

> Hey Walt,
>
> On Tue, 2023-01-03 at 09:29 -0600, Walt Holman wrote:
>> Hello,
>>
>> This patch adds support for the Logitech G923 Xbox edition steering
>> wheel. This uses the hid-logitech-hidpp kernel module and from my
>> testing, force feedback and all buttons work. This requires the
>> usb_modeswitch application to setup the device in PC mode with a
>> magic string that is the same as the Logitech 920 wheel. Originally I
>> had massaged a patch I found for this wheel, however, much of it was
>> unnecessary and I culled it back to just adding the ID's. Let me know
>> if you need anything else or have any questions. Thanks,
>>
>> Signed-off-by: Walt Holman [email protected]
>>
>
> You'll want to follow:
> https://www.kernel.org/doc/html/v4.17/process/submitting-patches.html
> to submit this patch. It definitely shouldn't be an attachment :)
>
> Cheers

I apologize. I'll re-submit it in a new mail. Thanks,

-Walt