[javax-usb-devel] Re-claim() ing a device

2004-11-10 Thread Nathan T. Cook
I have some card-swipe reader code in experimental stages that was loosely based on the MouseDriver example. I have been running into a problem, though. It seems that if a device is claimed, released, and then re-claimed in the same process, the second claim fails with this error: Could not clai

Re: [javax-usb-devel] Re-claim() ing a device

2004-11-10 Thread Dan Streetman
Hmm, well it may be a bug. Can you try the newest code from CVS and see if it still happens? On Wed, 10 Nov 2004, Nathan T. Cook wrote: >I have some card-swipe reader code in experimental stages that was loosely >based on the MouseDriver example. I have been running into a problem, >though.