Well, first a thank you, got my Canon fb636u scanner working on Max OS
X 10.2.2 :)
There appears to be a bug in the libusb support, patch follows.
The in and out endpoints are being set to a value which has been &'ed,
this is invalid.
I also had to make some build changes as the build all static
Hi,
On Thu, Nov 28, 2002 at 12:38:38AM +0900, Peter O'Gorman wrote:
> Well, first a thank you, got my Canon fb636u scanner working on Max OS
> X 10.2.2 :)
Very good! I think you are the first one reporting a working USB
scanner on MacOS X!
> There appears to be a bug in the libusb support, patc