Re: [PATCH] input: pxrc: new driver for PhoenixRC Flight Controller Adapter

2017-12-31 Thread Philippe Ombredanne
Markus, On Sun, Dec 31, 2017 at 9:09 PM, Marcus Folkesson wrote: > This driver let you plug in your RC controller to the adapter and > use it as input device in various RC simulators. > > Signed-off-by: Marcus Folkesson > --- /dev/null > +++ b/drivers/input/joystick/pxrc.c > @@ -0,0 +1,254 @@

[PATCH] input: pxrc: new driver for PhoenixRC Flight Controller Adapter

2017-12-31 Thread Marcus Folkesson
This driver let you plug in your RC controller to the adapter and use it as input device in various RC simulators. Signed-off-by: Marcus Folkesson --- Happy New Year! Documentation/input/devices/pxrc.rst | 57 drivers/input/joystick/Kconfig | 9 ++ drivers/input/joystick/Make