Klaus Reimer
|
b1883ee8b3
|
Correct link to libusb API doc
|
2013-05-07 21:16:14 +02:00 |
|
Klaus Reimer
|
ff2838147a
|
Add autogen.sh
|
2013-05-07 21:14:21 +02:00 |
|
Klaus Reimer
|
da7d8b4d6c
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-04 12:24:48 +02:00 |
|
Klaus Reimer
|
b710de927b
|
[maven-release-plugin] prepare release usb4java-1.0.0
|
2013-05-04 12:24:41 +02:00 |
|
Klaus Reimer
|
5814198efc
|
Disable gpg plugin.
|
2013-05-04 12:23:52 +02:00 |
|
Klaus Reimer
|
6098423ac7
|
[maven-release-plugin] rollback the release of usb4java-1.0.0
|
2013-05-04 12:22:31 +02:00 |
|
Klaus Reimer
|
e3c4079a34
|
[maven-release-plugin] prepare for next development iteration
|
2013-05-04 12:16:41 +02:00 |
|
Klaus Reimer
|
b7e3eda677
|
[maven-release-plugin] prepare release usb4java-1.0.0
|
2013-05-04 12:16:32 +02:00 |
|
Klaus Reimer
|
9f49fc086f
|
Switch from "usb" to "usb-api" dependency and remove test javadoc report
|
2013-05-04 11:45:21 +02:00 |
|
Klaus Reimer
|
2043e74ccc
|
Fix site.xml
|
2013-05-04 11:36:17 +02:00 |
|
Klaus Reimer
|
2a4ecdb159
|
Remove travis.yml because this project can only be tested with my own
Jenkins
|
2013-05-03 23:09:05 +02:00 |
|
Klaus Reimer
|
c98960f3eb
|
Create usb4java dist files and link them to download section of site
|
2013-05-03 22:57:26 +02:00 |
|
Klaus Reimer
|
a7f2ae2bf9
|
Add Maven info to download section
|
2013-05-03 21:39:02 +02:00 |
|
Klaus Reimer
|
ffece6a875
|
Switch back to my own nexus for now.
|
2013-05-03 20:16:53 +02:00 |
|
Klaus Reimer
|
400db6f2ae
|
Fix reading of active config descriptor value when device is in
unconfigured state
|
2013-05-03 20:04:05 +02:00 |
|
Klaus Reimer
|
daf9a61b28
|
Fix mac os x detection
|
2013-05-03 20:04:05 +02:00 |
|
Klaus Reimer
|
ef03127185
|
More unit tests, removed unused exceptionc class
|
2013-05-03 20:04:05 +02:00 |
|
Klaus Reimer
|
bd49c03c57
|
Fix test coverage of DescriptorUtils
|
2013-05-03 20:04:05 +02:00 |
|
Klaus Reimer
|
804fda34d2
|
Remove logging. Broken devices are now silently ignored
|
2013-05-03 20:04:05 +02:00 |
|
Klaus Reimer
|
2df88184c6
|
Implement scanInterval configuration and manual scan method
|
2013-05-03 20:04:04 +02:00 |
|
Klaus Reimer
|
af77e61fa2
|
Remove vendor/product filter configuration. This filtering made sense in
libusb 0.1 to speed up device scanning. But in libusb 1.0 it makes no
difference any longer.
|
2013-05-03 20:04:04 +02:00 |
|
Klaus Reimer
|
d809603d2f
|
Remove hierarchy scan configuration. This hack was only needed for
libusb 0.1
|
2013-05-03 20:04:04 +02:00 |
|
Klaus Reimer
|
d261d3537f
|
Fix 32 bit linux build. It wasn't statically linked to libusb
|
2013-05-01 17:05:57 +02:00 |
|
Klaus Reimer
|
b745492d72
|
Update FAQ for new usb4java version
|
2013-05-01 17:01:24 +02:00 |
|
Klaus Reimer
|
5214c693c8
|
Add ARM cross-compile build problem info
|
2013-05-01 16:53:17 +02:00 |
|
Klaus Reimer
|
51f1d0295d
|
Re-compiled arm binary on a raspberry. The cross-compiled lib wasn't working...
|
2013-05-01 14:47:27 +00:00 |
|
Klaus Reimer
|
ad0d87ec57
|
Merge branch 'master' of ssh://git@github.com/kayahr/usb4java.git
|
2013-05-01 15:44:13 +02:00 |
|
Klaus Reimer
|
9e98aa0f28
|
Correct instructions
|
2013-05-01 15:42:37 +02:00 |
|
Klaus Reimer
|
6e544a6012
|
New 32 bit windows library which actually works.
This was build natively on a 32 bit Windows XP machine. The
cross-compiled DLLs build on Linux don't work.
|
2013-05-01 15:41:45 +02:00 |
|
Klaus Reimer
|
afc898b49f
|
Better build instructions.
|
2013-05-01 14:56:29 +02:00 |
|
Klaus Reimer
|
83936f9904
|
Using autogen.sh
|
2013-05-01 14:23:31 +02:00 |
|
Klaus Reimer
|
77cd6e4d55
|
Ignore autogenerated stuff
|
2013-05-01 14:21:01 +02:00 |
|
Klaus Reimer
|
bad9f5c96d
|
Use autoreconf instead of custom Makefile
|
2013-05-01 14:15:51 +02:00 |
|
Klaus Reimer
|
e83fba72ca
|
Delete pre-generated autoconf stuff again. Not a good idea to put it in
the SCM...
|
2013-05-01 13:59:05 +02:00 |
|
Klaus Reimer
|
120cab4949
|
Add --add-stdcall-alias linker option to fix build on native windows
|
2013-05-01 13:54:26 +02:00 |
|
Klaus Reimer
|
66048cb795
|
Use wget when curl is not found
|
2013-05-01 13:52:17 +02:00 |
|
Klaus Reimer
|
74904be55f
|
Prepare pom and site for release on sonatype repo
|
2013-05-01 11:00:36 +02:00 |
|
Klaus Reimer
|
49ed631eff
|
Some site updates.
|
2013-04-30 23:17:23 +02:00 |
|
Klaus Reimer
|
6f40f0aab8
|
Add unit test for DeviceId
|
2013-04-30 22:40:32 +02:00 |
|
Klaus Reimer
|
ba6b483e93
|
Add unit test for DeviceNotFoundException
|
2013-04-30 22:34:13 +02:00 |
|
Klaus Reimer
|
4038053220
|
Add unit tests for new methods in DescriptorUtils
|
2013-04-30 22:28:20 +02:00 |
|
Klaus Reimer
|
a972abb9f1
|
Fix unit tests
|
2013-04-30 22:15:44 +02:00 |
|
Klaus Reimer
|
88eb7eac49
|
Pass strings instead of device handle to dump utils
|
2013-04-30 22:11:11 +02:00 |
|
Klaus Reimer
|
24b8889f89
|
Fix dump of usage type and synch type in endpoint descriptors.
|
2013-04-30 22:05:15 +02:00 |
|
Klaus Reimer
|
20d86df89c
|
More detailed bmAttributes dump in configuration descriptor
|
2013-04-30 22:02:34 +02:00 |
|
Klaus Reimer
|
754bd2f419
|
More detailed endpoint address dump
|
2013-04-30 21:54:53 +02:00 |
|
Klaus Reimer
|
e60facfec6
|
More detailed endpoint bmAttributes dump
|
2013-04-30 21:51:28 +02:00 |
|
Klaus Reimer
|
5075f37ff1
|
Merged descriptor output
|
2013-04-30 21:39:49 +02:00 |
|
Klaus Reimer
|
55b1fe1659
|
Fix wrong error messages and wrong return value
|
2013-04-30 21:17:30 +02:00 |
|
Klaus Reimer
|
718e9af5af
|
New native lib for arm
|
2013-04-30 21:03:09 +02:00 |
|