uniederer
667906d5d4
- Bugfix: LibusbJava.cpp, Ln 1288 removed the manipulation of the return value
...
- Bugfix: Guaranteeing '\0'-Termination of the retrieved C-Strings for all libusb_get_string_descriptor* calls
- Change: The whole interface makes now use of exceptions to pass errors into the java environment instead encoding them into return values.
- Change: Allowing Descriptor strings to have a length of 0
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@292 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-04-12 14:40:09 +00:00
uniederer
0aae67e050
- Added the depricated annotation for the legacy-libusb class
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@291 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-04-11 05:27:12 +00:00
uniederer
332c16dac7
- Adding Roger Millischers work on the java side making libusb 1.0 run
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@284 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-04-04 13:58:33 +00:00
uniederer
ce4ef62456
- Corrected wrong package name in test directory
...
- Moved demo classes from the test tree to the application tree
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@279 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-03-16 14:56:59 +00:00
uniederer
5ef50110e7
- Changed the project name according to the new naming convention
...
- Changed package names according to the new naming convention
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@277 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2012-03-16 12:17:47 +00:00
spandi
519dac0002
busName added to be able to distinguish multiple instances of the same device on Linux
...
getRegisteredDevice fixed
documentation updates and other minor improvements
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@273 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2009-05-15 19:04:59 +00:00
spandi
712b5205fe
null pointer exception when calling setManufacturer with filename fixed
...
java doc updates
new test for many read/write operations
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@271 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-12-20 09:25:05 +00:00
spandi
7c6ebbe8fa
dispose JFrame on close instead of exit, System.exit removed
...
thanks to Dima for the patch
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@269 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-06-22 21:29:59 +00:00
spandi
c9e90b2b64
new parameter added to be able to open a specific device based on the filename if there are multiple devices with the same vendor/product id
...
procedure added to get Usb_Bus object from USB class
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@268 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-06-08 14:35:18 +00:00
spandi
3fc955f9fd
use the address of the device structure for device selection in usb_open instead of the device number
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@266 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-02-10 22:36:59 +00:00
spandi
23f1164d44
comment cleanup
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@265 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-02-06 21:31:36 +00:00
spandi
4c25d9fed0
Allow 0 size control messages
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@264 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2008-02-06 20:38:24 +00:00
spandi
b6d82b5754
support for 64 bit os (thanks to Jonas)
...
dummy root bus added to UsbView
tests updated
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@259 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-09-03 19:09:49 +00:00
spandi
a08d70e123
documentation updated
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@258 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-28 19:10:38 +00:00
spandi
c75f649ece
typo fix
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@257 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-17 16:24:16 +00:00
spandi
920bb89f8b
javadoc update
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@256 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-15 17:49:32 +00:00
spandi
36e03ecbb8
device handle check fixed (check for 0 and not <0 as this may be a valid address)
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@255 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-15 17:46:33 +00:00
spandi
2a13255fd0
support for system specific error numbers
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@253 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-11 15:02:40 +00:00
spandi
8dc3f8c515
device handle check fixed (check for 0 and not <0 as this may be a valid address)
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@252 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-11 12:54:13 +00:00
spandi
7fb6e148ed
test class added which replicates the code from testlibusb.c
...
new test class for MX500 mouse
allow test with only read operations and interrupt and/or bulk transfers
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@251 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-08-11 12:42:19 +00:00
spandi
8be58d4b78
- LibusbWin changed to LibusbJava in error messages
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@245 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-02-20 19:26:59 +00:00
spandi
11f8d93094
- print extra descriptors as hex array
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@244 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-02-19 19:22:46 +00:00
spandi
0f627b66c6
- support for extra descriptor added
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@243 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-02-14 21:57:42 +00:00
spandi
546472fd21
- file header updated with new project page and e-mail
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@238 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-02-05 17:10:46 +00:00
spandi
a5c1fd261a
- derive USBException from IOException instead of Exception
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@235 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-02-03 18:57:20 +00:00
schlaepfer
6f0c071943
- set LogLevel to OFF if wrong .configure file is loaded
...
- Debug output added
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@233 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2007-01-12 14:45:56 +00:00
schlaepfer
53fcb783b8
- support for control transfer
...
- USBException replaced by ArrayIndexOutOfBoundsException on array boundary check
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@232 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-19 08:19:30 +00:00
schlaepfer
2d8c8fd9cc
- AbstractDeviceInfo moved to ch.ntb.usb.testApp (no more references to test directory)
...
- initialization parameters for TestDevice added
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@229 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-12 12:49:32 +00:00
schlaepfer
416301ee83
- use pack instead of setSize to fit the windows to the correct size
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@228 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-07 08:06:41 +00:00
schlaepfer
07eab220ce
- release resources and clear device handle
...
- tests for invalid parameters
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@227 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-06 11:20:45 +00:00
schlaepfer
f41c33f20d
- missing copyright note added
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@226 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-04 08:05:08 +00:00
schlaepfer
db8d66c992
- TestApp ported from SWT to Swing
...
- Start TestApp from UsbView with selected interface
- some refactoring
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@225 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-12-04 08:01:32 +00:00
schlaepfer
4a284332a6
- JScrollPane added
...
- expand tree
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@221 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-29 11:44:49 +00:00
schlaepfer
af40b52734
- use getter methods to access Usb_xxx instance variables
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@220 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-29 11:44:06 +00:00
schlaepfer
9ec7c3c53c
- project name updated
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@219 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-28 10:11:36 +00:00
schlaepfer
74647ec42f
- document changes
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@212 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-28 07:40:24 +00:00
schlaepfer
17dcf1b09d
- LibusbWin renamed to LibusbJava
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@208 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-24 13:05:08 +00:00
schlaepfer
48d62f7232
- output a warning instead of an exception if the properties file .configure can not be found
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@207 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-24 13:04:03 +00:00
schlaepfer
6ab623c1fb
- licese information included
...
- readme added
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@202 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-22 09:11:17 +00:00
schlaepfer
c4337f3793
- associate descriptors with device
...
- update and get descriptors
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@198 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-20 08:52:00 +00:00
schlaepfer
77b6d90492
- loading of .configure file fixed for eclipse
...
- testdevice.properties updated for new package names
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@197 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-17 07:51:01 +00:00
schlaepfer
4d826dba80
- infoportal link updated
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@195 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-16 10:23:27 +00:00
schlaepfer
1f9758376a
- log level check fixed
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@193 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-15 09:23:12 +00:00
schlaepfer
22d0cfe5a9
- -1 as value for alt_interface will omit the call to set_alt_interface
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@190 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-11-13 14:24:33 +00:00
schlaepfer
94e032b926
- usb_set_debug method added
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@188 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-27 12:41:08 +00:00
schlaepfer
21926fdef8
- version updated
...
- .configure moved to src/bin directory
- UTF-8 decoder for filepath
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@185 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-26 12:39:53 +00:00
tkuratle
2a7c5c23d0
- isOpen added
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@183 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-26 08:03:50 +00:00
schlaepfer
c6fbe3e654
- use final attribute for logger
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@182 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-24 13:58:05 +00:00
schlaepfer
8f3325e137
- throw FileNotFoundException
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@181 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-24 13:57:03 +00:00
schlaepfer
fe38d72f65
- Loading of properties file corrected
...
git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@180 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
2006-10-23 14:47:25 +00:00