Commit graph

1020 commits

Author SHA1 Message Date
Ingo Ruhnke
f67458182c Added an example for cyclekey 2011-07-07 18:19:43 +02:00
Ingo Ruhnke
bf0ecd49a2 Moved CycleKeySequence into separate class instead of having it bundled with CycleKeyButtonEvent, removed CycleKeyRefButtonEvent, stuck issues when multiple buttons are pressed is still present 2011-07-07 18:09:58 +02:00
Ingo Ruhnke
adf08a7fff Moved CycleKeySequence into separate class instead of having it bundled with CycleKeyButtonEvent, removed CycleKeyRefButtonEvent, stuck issues when multiple buttons are pressed is still present 2011-07-07 18:09:28 +02:00
Ingo Ruhnke
302a518aea Implemented CycleKeyButtonEvent, allows to send different event on each button press 2011-07-07 03:54:30 +02:00
Ingo Ruhnke
e9714abc4d Added GenericUSBController, can be used with any USB device, but so far only does debug output, no input events 2011-07-03 00:48:49 +02:00
Ingo Ruhnke
e3bafc6da2 Fixed axis-shift getting ignored when another button is pressed 2011-07-01 23:59:52 +02:00
Ingo Ruhnke
fa5d5799d2 merge 2011-06-25 04:18:42 +02:00
Ingo Ruhnke
c9a28e619e Fixed missing comma 2011-06-08 02:16:36 +02:00
Ingo Ruhnke
998dc5d10a Added device id for "Tron Xbox 360 controller" 0x1bad:0xf903 2011-06-08 01:16:12 +02:00
Ingo Ruhnke
344d87b0ba Added mimic-xpad-wireless for config files 2011-06-08 00:29:05 +02:00
Ingo Ruhnke
b55bf37bf5 Fixed keys not getting pressed in --ui-axismap 2011-06-03 04:09:58 +02:00
Ingo Ruhnke
39a6025efd Removed old libusb code from XboxController 2011-05-27 21:26:32 +02:00
Ingo Ruhnke
bddc3ca7d7 TODO updates 2011-05-26 18:09:07 +02:00
Ingo Ruhnke
d991fe5f83 Only send LED and rumble messages on state changes to avoid flooding the USB bus 2011-05-26 18:08:56 +02:00
Ingo Ruhnke
429d808d4e Added try_detach to USBInterface 2011-05-26 15:03:34 +02:00
Ingo Ruhnke
7a00c3fef6 Updated NEWS 2011-05-26 01:11:09 +02:00
Ingo Ruhnke
3bc44ee5dc Removed debugging output 2011-05-26 00:56:20 +02:00
Ingo Ruhnke
3f892c1091 TODO updates 2011-05-26 00:53:17 +02:00
Ingo Ruhnke
0804ad2165 Reenabled rumble-test, but there is currently a huge delay, to do controller messages getting queed up 2011-05-24 14:14:32 +02:00
Ingo Ruhnke
e00bc4584f Added chatpad support for Xbox360 with bcd 1.14 2011-05-24 04:47:41 +02:00
Ingo Ruhnke
d42f78d060 Improved temporary debug output 2011-05-24 04:47:17 +02:00
Ingo Ruhnke
44675a1d4b Set LED status to 0 on shutdown 2011-05-24 00:32:36 +02:00
Ingo Ruhnke
19f66afb75 Further fixes to slot assignment in xboxdrv daemon 2011-05-23 19:43:49 +02:00
Ingo Ruhnke
be39c5db49 Fixed issues with Controller activation, moved activation code into Controller 2011-05-23 14:38:12 +02:00
Ingo Ruhnke
3ed8af3b8b Properly destroy GSource in ~USBGSource() 2011-05-23 14:37:41 +02:00
Ingo Ruhnke
5347cfd6b8 Hooked up --no-dbus 2011-05-20 21:10:17 +02:00
Ingo Ruhnke
b5bbf48d80 Added controller disconnect handling 2011-05-20 19:55:16 +02:00
Ingo Ruhnke
f1417511e5 TODO updates 2011-05-20 15:31:53 +02:00
Ingo Ruhnke
e7f6d5179b Minor cleanup 2011-05-20 15:31:39 +02:00
Ingo Ruhnke
30c3084398 Made Xbox360Controller and Xbox360WirelessController endian clean 2011-05-20 15:21:00 +02:00
Ingo Ruhnke
dd569f0fa4 Added endian clean unpack routines 2011-05-19 19:52:10 +02:00
Ingo Ruhnke
428cf31cb5 Some cleanup in chatpad.?pp 2011-05-07 19:04:05 +02:00
Ingo Ruhnke
1a05c597b0 Switched Chatpad to async, still needs some polish 2011-05-05 13:43:18 +02:00
Ingo Ruhnke
a123f6c7b3 Async code for reading/writing to/from the headset (untested) 2011-04-13 20:54:48 +02:00
Ingo Ruhnke
61e6bf189a NEWS, TODO, .gitignore updates 2011-04-13 19:44:04 +02:00
Ingo Ruhnke
2c39e7e9d5 Moved path helper to separate file 2011-04-13 19:40:15 +02:00
Ingo Ruhnke
fd806996dc Added support Macro filenames relative to their parent config files 2011-04-12 18:54:12 +02:00
Ingo Ruhnke
a6d577c8a4 Moved some parsing code from UinputOptions to CommandLineOptions 2011-04-12 18:18:36 +02:00
Ingo Ruhnke
bef8044664 Started implementing async for Headset 2011-04-12 12:17:11 +02:00
Ingo Ruhnke
378efc2d38 Rewrote Macro line parsing code 2011-04-12 12:16:46 +02:00
Ingo Ruhnke
69e24b891c Split AxisEvent into separate files 2011-04-12 12:16:21 +02:00
Ingo Ruhnke
590574e832 Added ABS support to macros 2011-04-11 18:35:19 +02:00
Ingo Ruhnke
0fe69b98a9 Split ButtonEvent classes into separate files 2011-04-11 17:16:06 +02:00
Ingo Ruhnke
1de36a5664 Reset wireless controller into neutral position on disconnect 2011-04-10 21:15:02 +02:00
Ingo Ruhnke
29e5dcc240 Removed boost::mutex stuff, fixed some #includes 2011-04-09 16:02:24 +02:00
Ingo Ruhnke
5522df6dcf Reset timer properly so correct msec_deltas are generated 2011-04-09 15:50:48 +02:00
Ingo Ruhnke
6b70f0bcc6 Use GIOChannel instead of busy-read() calls 2011-04-09 15:50:24 +02:00
Ingo Ruhnke
3f81c20e62 Compile warning fix 2011-04-09 15:50:00 +02:00
Ingo Ruhnke
94255ee50b Added watch function for child process 2011-04-05 11:17:15 +02:00
Ingo Ruhnke
4aa43526ed Added example config for TieFighter 2011-04-04 00:54:46 +02:00