xboxdrv/tools
2008-06-21 02:55:28 +02:00
..
.gitignore - added jstest and evtest for convenience 2008-04-15 04:49:54 +02:00
evtest.c Back to stone age C standard, -std=c99 caused problems for people 2008-05-13 04:13:48 +02:00
jstest.1 - added jstest and evtest for convenience 2008-04-15 04:49:54 +02:00
jstest.c Added event print out to --list option 2008-04-29 09:01:35 +02:00
README Documentation update, fixed guitar support, deadzone support, led indicate jsdev now 2008-05-02 18:19:59 +02:00
SConstruct Started a more flexible USB debugging tool 2008-06-19 18:17:55 +02:00
usbcat.cpp Added missing header 2008-05-06 12:40:44 +02:00
usbdebug.cpp Some work on the probing feature 2008-06-21 02:55:28 +02:00

[[ Tools ]]
===========

This directory contains jstest and evtest. You can sometimes find
these tools in your distribution, but especially evtest can sometimes
be hard to come by, so I have included them here for convenience.

usbcat is a little tool to dump content from a usb device, it is just
for debugging and reverse engineering of the USB protocol of a device.

You can compile them via:

 % scons


# EOF #