Commit graph

110 commits

Author SHA1 Message Date
Ingo Ruhnke
6b1fcfae1e TODO, README, NEWS updates 2010-05-01 20:18:44 +02:00
Ingo Ruhnke
845c95670d Quick hack to send sync events 2010-05-01 01:24:38 +02:00
Ingo Ruhnke
ece89cadc7 Removed confusing error when one of the possible uinput devices is not found 2010-04-30 16:31:50 +02:00
Ingo Ruhnke
ff47ece186 Added --axis-sensitivity 2010-04-16 00:08:17 +02:00
Ingo Ruhnke
63a7bd357f TODO, NEWS, README updates 2010-02-17 17:16:08 +01:00
Ingo Ruhnke
6e442fa881 TODO and README updates 2009-11-19 01:26:38 +01:00
Ingo Ruhnke
5ac5360515 Release preparations 2009-07-30 14:28:58 +02:00
Ingo Ruhnke
cf481429a2 Do Proper cleanup in usb_read_thread.cpp 2009-07-29 18:55:08 +02:00
Ingo Ruhnke
8cca647951 Added explanation for uinput trouble to README 2009-07-29 18:37:30 +02:00
Ingo Ruhnke
bbefd03dd5 Some experimental work on using threads for reading from USB 2009-07-29 15:43:25 +02:00
Ingo Ruhnke
bcda1f82ae Release preparations 2009-07-29 14:30:31 +02:00
Ingo Ruhnke
a24692223f TODO updates 2009-07-02 17:21:10 +02:00
Ingo Ruhnke
a8a1532e0a Added wordwrap for single column text, added more flexible indent_str instead of just a space count 2009-06-23 04:18:21 +02:00
Ingo Ruhnke
9f5710ff80 Added automatic word-wrap to --help output 2009-06-23 03:42:40 +02:00
Ingo Ruhnke
b95bc93aca TODO updates 2009-06-20 23:22:47 +02:00
Ingo Ruhnke
bf26c2912c Some cleanup 2009-06-19 17:10:48 +02:00
Ingo Ruhnke
e85ad43b95 Removed data-loss issue from TODO, as it was caused by missing packed struct attribute and not real dataloss 2009-06-19 05:08:33 +02:00
Ingo Ruhnke
4eacd21926 Added diagonals issue to the TODO 2009-06-18 22:58:04 +02:00
Ingo Ruhnke
cf8945ff49 TODO updates 2009-06-18 22:50:22 +02:00
Ingo Ruhnke
8d80fa7c49 Version number update and some docu on deadzone-trigger 2009-05-27 08:58:24 +02:00
Ingo Ruhnke
eed909ce06 Fixed little c&p error, TODO updates 2009-05-07 10:11:13 +02:00
Ingo Ruhnke
161bf54688 Version update, release ready 2009-02-21 12:51:55 +01:00
Ingo Ruhnke
0b2388605f Updated TODO 2009-02-21 12:39:12 +01:00
Ingo Ruhnke
92408e0d00 Updated TODO 2009-02-21 12:07:24 +01:00
Ingo Ruhnke
d89722ff38 Added --quiet option to xboxdrv, added --verbose option to xboxdrv-daemon.py 2009-02-20 15:56:16 +01:00
Ingo Ruhnke
ff11cf3500 Check for controllers already connected, added option to set xboxdrv location 2009-02-19 20:09:51 +01:00
Ingo Ruhnke
1076a9a469 Added command line parsing and attach/detach scripts 2009-02-19 19:54:15 +01:00
Ingo Ruhnke
442ceda634 Use a real std::string object instead of a temporary reference 2009-02-18 08:14:13 +01:00
Ingo Ruhnke
3c645ad72e Added --calibration option 2009-02-17 22:51:47 +01:00
Ingo Ruhnke
487ff84db8 Moved force feedback output into verbose 2009-01-25 12:18:09 +01:00
Ingo Ruhnke
49ebf93e50 Better scaling from 8bit to 16bit values 2009-01-25 11:00:50 +01:00
Ingo Ruhnke
191574e65a Reverse Y axis on firestorm gamepad 2009-01-24 19:58:44 +01:00
Ingo Ruhnke
71b0192eba Properly use max_effects 2009-01-24 18:48:17 +01:00
Ingo Ruhnke
8bc7461d1a Fixed 'warning: overflow in implicit constant conversion' warning' in src/xbox360_wireless_controller.cpp 2009-01-24 15:59:04 +01:00
Ingo Ruhnke
a5d519ec27 NEWS update for release 2009-01-24 15:48:02 +01:00
Ingo Ruhnke
595171acf5 Implemented --rumble-gain 2009-01-24 15:12:35 +01:00
Ingo Ruhnke
abdf7f8a80 Added support for FF_GAIN 2009-01-24 11:20:53 +01:00
Ingo Ruhnke
9256649810 Some work on force feedback 2009-01-23 20:00:02 +01:00
Ingo Ruhnke
6e2672e49a Change delta from float/sec to int/msec 2009-01-23 09:43:06 +01:00
Ingo Ruhnke
85a72e7e19 Docu update 2009-01-18 18:43:00 +01:00
Ingo Ruhnke
77729257e3 Allow deadzone in percentage 2009-01-18 09:43:44 +01:00
Ingo Ruhnke
ade5823276 Improved force feedback print output, release updates 2009-01-17 06:31:14 +01:00
Ingo Ruhnke
b96bc54421 Added disconnect and renamed usbconnect to usbtool 2009-01-16 10:55:24 +01:00
Ingo Ruhnke
db83b2a322 Moved ffcode into src/linux_uinput.cpp 2009-01-16 10:17:40 +01:00
Ingo Ruhnke
e25b5d5f42 Event listing button names now match those used for key bindings 2009-01-16 09:49:50 +01:00
Ingo Ruhnke
203a2862da Added tool to reattach disconnected USB devices 2009-01-16 08:50:44 +01:00
Ingo Ruhnke
34047bc0a8 Set proper vendor/product for uinput device, fixed rumble test for firestorm pad 2009-01-16 06:33:55 +01:00
Ingo Ruhnke
01a59ef68c Splitted GamepadType and XboxMsgType 2009-01-16 05:57:29 +01:00
Ingo Ruhnke
0b28737416 Added --name option 2009-01-16 04:33:10 +01:00
Ingo Ruhnke
465ff4f33d Firestorm Dual Power support 2009-01-15 18:33:06 +01:00