Hi 2021. május 24., hétfő 18:34 keltezéssel, Lee Jones írta: > On Sun, 29 Dec 2019, Daniel J. Ogorchock wrote: > > > The hid-nintendo driver supports the Nintendo Switch Pro Controllers and > > the Joy-Cons. The Pro Controllers can be used over USB or Bluetooth. > > The Joy-Cons each create their own, independent input devices, so it is > > up to userspace to combine them if desired. > > > > Signed-off-by: Daniel J. Ogorchock djogorchock@xxxxxxxxx > > --- > > MAINTAINERS | 6 + > > drivers/hid/Kconfig | 11 + > > drivers/hid/Makefile | 1 + > > drivers/hid/hid-ids.h | 3 + > > drivers/hid/hid-nintendo.c | 822 +++++++++++++++++++++++++++++++++++++ > > 5 files changed, 843 insertions(+) > > create mode 100644 drivers/hid/hid-nintendo.c > > Looks like a lot of effort was put into this. > > What is the current status? Are you still pursuing? The thirteenth version was submitted just four days ago: https://lore.kernel.org/linux-input/20210520224715.680919-1-djogorchock@xxxxxxxxx/ Regards, Barnabás Pőcze