[sane-devel] sanei_usb has libusb support now

Henning Meier-Geinitz henning@meier-geinitz.de
Sun, 14 Jul 2002 19:33:26 +0200


Hi,

On Sat, Jul 13, 2002 at 01:38:29AM +0200, Oliver Schwartz wrote:
> One minor annoyance: I thinkt that the type of the "buffer" argument in 
> sanei_usb_write_bulk should be changed from "SANE_Byte *" to 
> "const SANE_Byte *". 

I have changed that in CVS. The change generates a warning now,
because libusb uses write with a non const pointer. But the const ist
right in my opinion.

Bye,
  Henning