[http://members.aon.at/mfranz/bu0836a.html]

Works here:

   $ LD_PRELOAD=/usr/local/lib/js_serial_preload.so ./lsjs
   /dev/input/js0: "Leo Bodnar BU0836A Interface A12107"  (4 axes, 32 
buttons)
   /dev/input/js1: "Leo Bodnar BU0836A Interface A12100"  (3 axes, 32 
buttons)
   /dev/input/js2: "Thustmaster Joystick - HOTAS Warthog"  (4 axes, 19 
buttons)
   /dev/input/js3: "Thrustmaster Throttle - HOTAS Warthog"  (7 axes, 32 
buttons)

Is there a /dev/input/js* and a /dev/input/event* entry for each joystick,
as explained on the page under "Why are there different device symlinks 
under
/dev/input/by-id/?"? This connection is necessary for the method to work.

m.



PS: I had to apply this to make the bu0836 app compile.

diff --git a/bu0836.cxx b/bu0836.cxx
index 9d0d485..4d90979 100644
--- a/bu0836.cxx
+++ b/bu0836.cxx
@@ -22,6 +22,7 @@
  #include <iostream>
  #include <signal.h>
  #include <sstream>
+#include <unistd.h>

  #include "bu0836.hxx"
  #include "hid.hxx"

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to