1
0
mirror of https://github.com/m42uko/linux-fsia6b.git synced 2022-05-12 18:36:03 +02:00
linux-fsia6b/README.MD
2018-11-01 22:47:21 +01:00

637 B

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.