Re: [javax-usb-devel] Javax-USB

2018-05-11 Thread Trygve Laugstøl
on., 09.05.2018 kl. 18.06 +0200, skrev Peter Stoiber: > Hello, > > I sucessfully build the Library and wrote some Lines to search for > connected devices in Java, but the program cant find anything. The > low level api works with the prebuiled jar files and I can find the > connected devices. The

Re: [javax-usb-devel] When will support for kernel above 2.6.31-18 happen?

2012-08-02 Thread Trygve Laugstøl
On Wed, Aug 01, 2012 at 09:42:05PM +, Anson, Gary wrote: > We have customers that are using newer kernels and javax.usb 1.0.2 does not > support the udev model. > Thanks! The implementation that I made ([1]) a while back depends on libusb-1.0 and should work on all newer kernels. It is not a

Re: [javax-usb-devel] Testing javax.usb implementation

2011-02-08 Thread Trygve Laugstøl
On 2/5/11 2:12 PM, Klaus Reimer wrote: > Hello, > > I'm currently writing my own implementation of javax.usb based on libusb > with support for Linux, Windows and Mac OS X. Device enumeration and > simple control requests are working fine already. Now I'm working on > bulk data transfer but what I'

Re: [javax-usb-devel] Linux Kernel 2.6.31-20 and higher

2010-09-23 Thread Trygve Laugstøl
On 9/23/10 8:59 AM, Miguel Ángel Pazos wrote: > Hi, > > After some research about how to use javaxusb in Ubuntu 10.04, i've seen > that from kernel version 2.6.31-20 onwards, /proc/bus/usb/ will not be > available. Is there any way to make jsr80/javax.usb work on this new > kernels? > > Thank you v

[javax-usb-devel] TCK documentation

2010-07-31 Thread Trygve Laugstøl
Hi Dan and gang I was wondering if there is any extra documentation on what tests the TCK suite actually is performing? I'm having a hard time following the logic in the more advanced TCK tests. I'm looking for the list of configurations/interfaces/endpoints and their expected behavior in part

Re: [javax-usb-devel] javax.usb + libusb update

2010-07-29 Thread Trygve Laugstøl
On 7/30/10 1:37 AM, Trygve Laugstøl wrote: > Hello > > I have recently accomplished a milestone in running the TCK for my > libusb javax.usb implementation. I have implemented a working firmware > for the FX2 card I have and I'm now able to get > CONFIG1_TOPOLOGY_B6_IMAGE

[javax-usb-devel] javax.usb + libusb update

2010-07-29 Thread Trygve Laugstøl
Hello I have recently accomplished a milestone in running the TCK for my libusb javax.usb implementation. I have implemented a working firmware for the FX2 card I have and I'm now able to get CONFIG1_TOPOLOGY_B6_IMAGE to pass. Some notes: I had to more less re-implement TopologyTestConfig1 as

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-07-07 Thread Trygve Laugstøl
I needed it right now. Which JDK and platform are you running this on? Did you run this with a 32 bit or 64bit platform/JVM? I've been working on cleaning up the build to make it easier to run the -- Trygve > > > On Tue, 2010-06-29 at 23:25 +0200, Trygve Laugstøl wrote: >

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-07-07 Thread Trygve Laugstøl
t moving to github and update/move the home page there to their wiki. I don't think the current home page attracts lots of new users as it is :) -- Trygve > 2010/6/29 Trygve Laugstøl: >> On 6/29/10 7:53 PM, Trygve Laugstøl wrote: >>> On 6/29/10 5:40 PM, Mike Crowe wrote: &

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-06-29 Thread Trygve Laugstøl
On 6/29/10 7:53 PM, Trygve Laugstøl wrote: > On 6/29/10 5:40 PM, Mike Crowe wrote: >> On Sun, 2010-06-27 at 11:13 +0200, Trygve Laugstøl wrote: >>> On 6/15/10 12:16 AM, Mike Crowe wrote: >>>> Hello >>>> I did some rough coding to get javax-usb to wor

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-06-29 Thread Trygve Laugstøl
On 6/29/10 5:40 PM, Mike Crowe wrote: > On Sun, 2010-06-27 at 11:13 +0200, Trygve Laugstøl wrote: >> On 6/15/10 12:16 AM, Mike Crowe wrote: >>> Hello >>> I did some rough coding to get javax-usb to work with libusb-0.1 about >>> two years ago. There has been

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-06-27 Thread Trygve Laugstøl
On 6/15/10 9:03 PM, Mike Crowe wrote: > Brian > Thanks for the update. I believe I still have commit privileges for the > libusb stuff. It's not clear that I can make a branch when committing > these changes. > > On another note. I am more comfortable with SVN than I am with CVS. > Any chance of

Re: [javax-usb-devel] Renewing effort on javax-libusb

2010-06-27 Thread Trygve Laugstøl
On 6/15/10 12:16 AM, Mike Crowe wrote: > Hello > I did some rough coding to get javax-usb to work with libusb-0.1 about > two years ago. There has been some recent great work being done to port > libusb-1.0 to windows XP and newer. Is anyone working at this on moving > javax-libusb from 0.1 to 1.