linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] VRC-2 Car Controller
@ 2022-08-30 19:50 Marcus Folkesson
  2022-08-30 19:50 ` [PATCH 1/1] HID: Add driver for " Marcus Folkesson
  0 siblings, 1 reply; 4+ messages in thread
From: Marcus Folkesson @ 2022-08-30 19:50 UTC (permalink / raw)
  To: benjamin.tissoires, jikos, marcus.folkesson; +Cc: linux-input, linux-kernel

Hi,

The device creates two USB endpoints where on of those represent the X/Y
axis as 16 buttons which is not.. quite right.
So get rid of that endpoint.

Also fix the report descriptor for the other endpoint.

Output from hid-recorder:
#  X:     32 | Y:   1001 | # 
E: 000105.808008 7 20 00 e9 03 00 00 00

Link to previous discussion:
https://lore.kernel.org/all/CAO-hwJL-3vAzywjeUsopsRSJX6j-maC5R75ekxZg-W_oKDqYYw@mail.gmail.com/

Marcus Folkesson (1):
  HID: Add driver for VRC-2 Car Controller

 MAINTAINERS            |   6 +++
 drivers/hid/Kconfig    |   9 ++++
 drivers/hid/Makefile   |   1 +
 drivers/hid/hid-vrc2.c | 100 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 116 insertions(+)
 create mode 100644 drivers/hid/hid-vrc2.c

-- 
2.37.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 19:50 [PATCH 0/1] VRC-2 Car Controller Marcus Folkesson
2022-08-30 19:50 ` [PATCH 1/1] HID: Add driver for " Marcus Folkesson
2022-08-31  9:45   ` Benjamin Tissoires
2022-08-31 10:56     ` Marcus Folkesson

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