All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] HID: Add support for open wheel and no attachment to T300
       [not found] <20220120074048.14764-1-michaelh.95@t-online.de>
@ 2022-02-16 16:09 ` Jiri Kosina
  0 siblings, 0 replies; only message in thread
From: Jiri Kosina @ 2022-02-16 16:09 UTC (permalink / raw)
  To: Michael Hübner; +Cc: benjamin.tissoires, linux-input, linux-kernel

On Thu, 20 Jan 2022, Michael Hübner wrote:

> Different add ons to the wheel base report different models. Having
> no wheel mounted to the base and using the open wheel attachment is
> added here.
> 
> Signed-off-by: Michael Hübner <michaelh.95@t-online.de>
> ---
>  drivers/hid/hid-thrustmaster.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/hid/hid-thrustmaster.c b/drivers/hid/hid-thrustmaster.c
> index 03b935ff02d5..a4e20f9e598b 100644
> --- a/drivers/hid/hid-thrustmaster.c
> +++ b/drivers/hid/hid-thrustmaster.c
> @@ -64,7 +64,9 @@ struct tm_wheel_info {
>   */
>  static const struct tm_wheel_info tm_wheels_infos[] = {
>  	{0x0306, 0x0006, "Thrustmaster T150RS"},
> +	{0x0200, 0x0005, "Thrustmaster T300RS (Missing Attachment)"},
>  	{0x0206, 0x0005, "Thrustmaster T300RS"},
> +	{0x0209, 0x0005, "Thrustmaster T300RS (Open Wheel Attachment)"},
>  	{0x0204, 0x0005, "Thrustmaster T300 Ferrari Alcantara Edition"},
>  	{0x0002, 0x0002, "Thrustmaster T500RS"}
>  	//{0x0407, 0x0001, "Thrustmaster TMX"}

Applied, thanks Michael.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-16 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220120074048.14764-1-michaelh.95@t-online.de>
2022-02-16 16:09 ` [PATCH] HID: Add support for open wheel and no attachment to T300 Jiri Kosina

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.