linux-fsia6b/README.MD

15 lines
729 B
Plaintext
Raw Permalink Normal View History

2018-11-01 22:39:54 +01:00
# FS-iA6B iBus RC receiver
Kernel driver and support software to use a FlySky FS-iA6B 14-channel RC receiver as a general purpose game controller in Linux.
2020-01-12 14:23:11 +01:00
## Now Part of the Mainline Kernel
As of Linux kernel 5.4 and linux-console (inputattach) 1.4.9, this driver has been mainlined.
This driver can now be found in the Linux kernel source tree in `drivers/input/joystick/fsia6b.c`.
This repository will no longer be maintained and will only serve as an archive. All future updates will be made in the Linux kernel tree exclusively.
2018-11-01 22:39:54 +01:00
## Usage instructions
2020-01-12 14:23:11 +01:00
* Connect the hardware as described [here](https://notsyncing.net/?p=blog&b=2018.linux-fsia6b)
2018-11-01 22:39:54 +01:00
* Modprobe `serio` and `fsia6b`
2020-01-12 14:23:11 +01:00
* Run `inputattach --fsia6b /dev/ttyUSBx`