Commit graph

115 commits

Author SHA1 Message Date
Ingo Ruhnke
1742ac9073 Added --priority option to enable/disable realtime priority 2011-03-05 12:20:35 +01:00
Ingo Ruhnke
971a63a4f6 Added DpadRestrictorModifier to restrict movment to X, Y or fourway 2011-03-01 05:24:54 +01:00
Ingo Ruhnke
572cd70cc0 TODO and NEWS updates 2011-02-16 18:54:07 +01:00
Ingo Ruhnke
e22f72e97b Added StaticModifier to count number of button presses 2011-02-08 17:40:26 +01:00
Ingo Ruhnke
931af63a32 NEWS update 2011-01-30 20:51:04 +01:00
Ingo Ruhnke
fbf8b29b05 TODO & NEWS updates 2011-01-30 18:33:22 +01:00
Ingo Ruhnke
3f0350ee34 TODO & NEWS updates 2011-01-30 03:55:47 +01:00
Ingo Ruhnke
77abcc87c6 Some more docu updates 2011-01-29 22:44:52 +01:00
Ingo Ruhnke
0012d00ba7 Added --usb-debug 2011-01-29 17:07:44 +01:00
Ingo Ruhnke
6ded8063af Added ability to set LED per controller slot instead of just globally 2011-01-29 05:28:53 +01:00
Ingo Ruhnke
be1c7a3d27 Implemented --on-connect and --on-disconnect 2011-01-29 05:10:34 +01:00
Ingo Ruhnke
66576abb43 Added support for Playstation button names 2011-01-29 02:10:35 +01:00
Ingo Ruhnke
e24980f2ec Hooked up --dpad-as-button and --dpad-only 2011-01-29 01:49:13 +01:00
Ingo Ruhnke
f2557b3cae Fixed some issues with to_float() and out of bounds conditions 2011-01-28 20:23:14 +01:00
Ingo Ruhnke
979882d46d VERSION, NEWS and TODO update 2011-01-28 18:12:16 +01:00
Ingo Ruhnke
d3893d7c5c Switch off the LED when xboxdrv is shut down 2011-01-28 15:26:12 +01:00
Ingo Ruhnke
813e5ed302 TODO and NEWS updates 2011-01-28 05:27:16 +01:00
Ingo Ruhnke
b2709086fb TODO and NEWS update 2011-01-27 17:47:47 +01:00
Ingo Ruhnke
b120e5f14c changed device_id syntax from 1-BTN_A to now BTN_A@1 2011-01-27 05:39:18 +01:00
Ingo Ruhnke
7365d6c798 Added proper word wrap to --list-all output 2011-01-22 23:37:22 +01:00
Ingo Ruhnke
b49dce1dd3 Added RotateAxisModifier 2011-01-22 19:31:44 +01:00
Ingo Ruhnke
eca4762cbb Further work on Playstation3 controller support 2011-01-22 16:31:56 +01:00
Ingo Ruhnke
ca2962918a NEWS and TODO updates 2011-01-20 22:37:36 +01:00
Ingo Ruhnke
541ba1d8f3 Some further Modifier cleanup 2011-01-16 19:28:47 +01:00
Ingo Ruhnke
d9e1741f84 Some more libusb-1.0 related cleanup 2011-01-14 13:08:04 +01:00
Ingo Ruhnke
496296e265 News update 2011-01-13 22:48:55 +01:00
Ingo Ruhnke
1aefe93923 Upped the version number 2011-01-13 18:05:57 +01:00
Ingo Ruhnke
92342cde0d When fork()/exec() fails do a exit(EXIT_FAILURE) instead of letting the fork() continue 2011-01-10 18:31:13 +01:00
Ingo Ruhnke
6389c86df6 Fixed axis getting stuck on shift button release 2011-01-10 18:29:49 +01:00
Ingo Ruhnke
c709838724 Documentation updates 2011-01-09 17:25:32 +01:00
Ingo Ruhnke
d4d1a59ab1 Some documentation updates 2011-01-02 23:56:10 +01:00
Ingo Ruhnke
7006682250 Some more chatpad work 2011-01-02 19:12:32 +01:00
Ingo Ruhnke
e2b3872379 Final cleanup for the release 2010-12-31 22:01:47 +01:00
Ingo Ruhnke
2f204194b9 Unified LB/RB and black/white handling 2010-12-31 18:38:23 +01:00
Ingo Ruhnke
54c0b328d1 Added support for Xbox1 analog buttons, tested 2010-12-31 18:31:03 +01:00
Ingo Ruhnke
119cfc8e71 Got rid of special guitar handling, use --guitar to get the old mapping 2010-12-31 17:31:17 +01:00
Ingo Ruhnke
bc47058324 Updated documentation 2010-12-31 04:01:25 +01:00
Ingo Ruhnke
90ca2b5bb4 Implemented --evdev-no-grab 2010-12-30 23:23:32 +01:00
Ingo Ruhnke
0659035066 Updated NEWS 2010-12-30 21:49:52 +01:00
Ingo Ruhnke
e6b1328174 Added ResponseCurveAxisFilter, LogAxisFilter and LogButtonFilter 2010-12-29 15:53:58 +01:00
Ingo Ruhnke
25ddaece63 Improved argument parsing for filters 2010-12-28 19:07:59 +01:00
Ingo Ruhnke
8f9f0516e7 Added support mapping multiple events to the same key, toggled by the time the button is held 2010-12-25 21:52:07 +01:00
Ingo Ruhnke
170a258ff4 Increased version number, updated NEWS 2010-12-21 23:56:06 +01:00
Ingo Ruhnke
fc67efc652 NEWS updates 2010-12-18 14:10:39 +01:00
Ingo Ruhnke
356dc9bf81 Some further work on ini file reading 2010-12-17 00:31:41 +01:00
Ingo Ruhnke
819a44e4e1 Implemented ability to have multiple input mapping configurations 2010-12-15 02:05:03 +01:00
Ingo Ruhnke
f3f92ab28d TODO and NEWS updates 2010-12-13 09:43:17 +01:00
Ingo Ruhnke
bfc8e79527 Added REL_#, ABS_#, KEY_# syntax 2010-05-31 01:56:57 +02:00
Ingo Ruhnke
a429856889 Added -d, --detach-kernel-driver option 2010-05-30 14:49:32 +02:00
Ingo Ruhnke
bc1bbf240a Started adding support for generic evdev devices 2010-05-28 14:09:16 +02:00