Klaus Reimer
|
3a29a5ab69
|
New macos binary.
|
2011-02-06 16:14:20 +01:00 |
|
Klaus Reimer
|
e1460b7728
|
Renamed manual to quickstart.
Added more quickstart information.
Added FAQ page.
Added warning to index page.
|
2011-02-06 16:08:45 +01:00 |
|
Klaus Reimer
|
dad4b7c3ac
|
Made toString final
|
2011-02-06 15:50:30 +01:00 |
|
Klaus Reimer
|
03f329812b
|
Improved toString()
|
2011-02-06 15:32:46 +01:00 |
|
Klaus Reimer
|
cf711435ec
|
Added some documentation to the site.
|
2011-02-06 00:46:52 +01:00 |
|
Klaus Reimer
|
82e64dcfa9
|
New pre-compiled binaries for windows and linux.
De-coupled version number from libusb.
Fixed cleaning of C files.
UPgraded configure.ac to newer format.
|
2011-02-05 22:53:12 +01:00 |
|
Klaus Reimer
|
35320a0a93
|
Fixed checkstyle issues
|
2011-02-05 22:42:18 +01:00 |
|
Klaus Reimer
|
032f1b7d13
|
Restructured project. JSR-80 implementation is now the main focus.
|
2011-02-05 22:09:58 +01:00 |
|
Klaus Reimer
|
c8f0524317
|
Code reformat.
|
2011-02-05 19:51:59 +01:00 |
|
Klaus Reimer
|
0737789460
|
Fixed checkstyle issues.
|
2011-02-05 18:19:12 +01:00 |
|
Klaus Reimer
|
76fbd9f5ab
|
Implemented more simple IRP queue which is now also used for processing request IRPs.
|
2011-02-05 18:15:53 +01:00 |
|
Klaus Reimer
|
ea6b8cc5b4
|
Implemented pipe events.
|
2011-02-05 16:36:23 +01:00 |
|
Klaus Reimer
|
33a215b319
|
Fixed some findbugs issues.
|
2011-02-05 16:18:07 +01:00 |
|
Klaus Reimer
|
812d153828
|
Fixed some checkstyle issues.
|
2011-02-05 16:09:26 +01:00 |
|
Klaus Reimer
|
9864bb3235
|
Improved error handling.
Changed visibility of all classes except UsbServicesImpl to package private.
|
2011-02-05 15:46:51 +01:00 |
|
Klaus Reimer
|
7b4194c285
|
Corrected placement of exception throw.
|
2011-02-05 15:17:21 +01:00 |
|
Klaus Reimer
|
a4ec2a9d68
|
Moved force claim into device class.
|
2011-02-05 15:08:03 +01:00 |
|
Klaus Reimer
|
d80266929c
|
Removed some debugging output.
Implemented non-portable libusb functions.
Implemented force-claiming of interfaces (Only works when libusb supports detaching drivers)
|
2011-02-05 15:02:00 +01:00 |
|
Klaus Reimer
|
f49b05c57a
|
Fixed wait/notify.
Fixed wrong format sting in LibUsbException
|
2011-02-05 11:38:56 +01:00 |
|
Klaus Reimer
|
8563bd97d5
|
Finished pipe implementation.
|
2011-02-04 23:32:36 +01:00 |
|
Klaus Reimer
|
cf4dd66d31
|
Implemented interfaces and alternate settings.
|
2011-02-03 00:01:44 +01:00 |
|
Klaus Reimer
|
d4a11ef16f
|
Added missing class.
|
2011-02-02 18:14:04 +01:00 |
|
Klaus Reimer
|
ddeaedb273
|
Fixed checkstyle problems.
|
2011-02-02 18:13:52 +01:00 |
|
Klaus Reimer
|
43e2ea8398
|
Removed test file.
|
2011-01-31 21:04:35 +01:00 |
|
Klaus Reimer
|
65819ae7c1
|
JSR 80: Implemented device scanning.
Added hashcode/equals methods.
|
2011-01-31 20:10:19 +01:00 |
|
Klaus Reimer
|
42f44f474e
|
Implemented more JSR 80 stuff.
|
2011-01-30 22:25:24 +01:00 |
|
Klaus Reimer
|
3e890e258a
|
Added some first JSR 80 implementations.
|
2011-01-30 16:09:01 +01:00 |
|
Klaus Reimer
|
5672cdf991
|
Added global USB sub system lock support.
Moved dump stuff from toString to dump() methods and added some more simple toString methods.
|
2011-01-30 16:08:42 +01:00 |
|
Klaus Reimer
|
fe62dbb874
|
New JNI wrappers with usb_strerror.
|
2011-01-30 14:57:23 +01:00 |
|
Klaus Reimer
|
b07502a5a4
|
Added missing usb_strerror function.
|
2011-01-30 14:56:27 +01:00 |
|
Klaus Reimer
|
7311f38ef5
|
Removed old Dump program.
|
2011-01-30 11:21:32 +01:00 |
|
Klaus Reimer
|
bc675e4e74
|
Fixed string descriptor output length.
|
2011-01-30 11:20:57 +01:00 |
|
Klaus Reimer
|
c176d10c77
|
Fixed dump indentation.
|
2011-01-29 22:01:36 +01:00 |
|
Klaus Reimer
|
3ca70baf17
|
Improved dump output.
FIxed endless loop in tree dump.
|
2011-01-29 21:58:48 +01:00 |
|
Klaus Reimer
|
c073024c3a
|
Fixed some javadocs.
Added toString() methods to dump all USB information.
Added a Dump command line program.
|
2011-01-29 21:33:29 +01:00 |
|
Klaus Reimer
|
855ea18c43
|
Finished download page.
Improved index page.
Removed build page.
|
2011-01-29 14:45:41 +01:00 |
|
Klaus Reimer
|
7f00b67e3c
|
Added assemblies.
|
2011-01-29 12:15:02 +01:00 |
|
Klaus Reimer
|
e2c8a7d5a4
|
Added build script and libraries for macosx
|
2011-01-29 11:27:41 +01:00 |
|
Klaus Reimer
|
cf1019addb
|
New stripped versions of libraries.
|
2011-01-29 09:51:06 +01:00 |
|
Klaus Reimer
|
45aea8d9bc
|
Removed buid.xml and added shell scripts instead.
|
2011-01-29 09:50:42 +01:00 |
|
Klaus Reimer
|
17f486b625
|
Improved native build system. Pre-build shared libraries are now in SCM for easier distribution.
|
2011-01-29 09:14:52 +01:00 |
|
Klaus Reimer
|
444a95670c
|
Improved build system.
|
2011-01-28 17:47:44 +01:00 |
|
Klaus Reimer
|
5b2f8f9164
|
Finished maven integration of native library packaging.
|
2011-01-28 00:47:10 +01:00 |
|
Klaus Reimer
|
a4951e2161
|
First fruitless attempt to trigger ant from maven.
|
2011-01-27 21:21:25 +01:00 |
|
Klaus Reimer
|
89ac73845a
|
Added build.xml for automated builds.
Using CPPFLAGS for -I and -L now.
|
2011-01-27 19:08:53 +01:00 |
|
Klaus Reimer
|
d0bf561e05
|
Improved build system.
|
2011-01-27 17:17:31 +01:00 |
|
Klaus Reimer
|
132a8cf70a
|
Removed some empty lines.
|
2011-01-24 22:54:22 +01:00 |
|
Klaus Reimer
|
601c28131a
|
Added first documentation for building the JNI wrapper library.
|
2011-01-24 22:53:33 +01:00 |
|
Klaus Reimer
|
a54b1e43d9
|
Added EOL at EOF.
|
2011-01-24 22:53:14 +01:00 |
|
Klaus Reimer
|
e9a301f755
|
Added some stdint.h includes for better portability.
Removed hardcoded fPIC from Makefile.am
|
2011-01-24 22:11:17 +01:00 |
|