Kernel driver and support software to use a FlySky FS-iA6B 14-channel RC receiver as a general purpose game controller in Linux.
Go to file
Markus Koch 642409779c Initial commit 2018-11-01 22:47:21 +01:00
linuxconsole@4b9bec3dfc Initial commit 2018-11-01 22:47:21 +01:00
patches Initial commit 2018-11-01 22:47:21 +01:00
.gitignore Initial commit 2018-11-01 22:47:21 +01:00
.gitmodules Initial commit 2018-11-01 22:47:21 +01:00
LICENSE.txt Initial commit 2018-11-01 22:47:21 +01:00
Makefile Initial commit 2018-11-01 22:47:21 +01:00
README.MD Initial commit 2018-11-01 22:47:21 +01:00
fsia6b.c Initial commit 2018-11-01 22:47:21 +01:00
fsia6b.pro Initial commit 2018-11-01 22:47:21 +01:00

README.MD

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.

Build instructions

  • Use make to compile the kernel module
  • Make sure to clone all submodules: git submodule init && git submodule update
  • Apply the patches from the patches directory
  • Compile the linuxconsole utils cd linuxconsole; make

Usage instructions

  • Modprobe serio and fsia6b
  • Run 'linuxconsole/utils/inputattach --fsia6b /dev/ttyUSB1'

Known issues

  • Very hacky code. The controller type ID is hardcoded to 100; should be moved to serio header.