Re: webcamd and Pixart Imaging

2010-08-31 Thread Hans Petter Selasky
On Tuesday 31 August 2010 08:12:00 David Naylor wrote: > webcamd did report some errors: > gspca: frame overflow 28838 > 28672 You can try to find this error code in the ulinux/v4l-dvb/ folder or its subfolders. grep -r "frame overflow" v4l-dvb/ And see if you can figure out if it's simply a mat

Re: USB synchronous control transfers (for usb-to-serial)

2010-08-31 Thread Piet Skiet
On Mon, Aug 30, 2010 at 9:13 PM, Hans Petter Selasky wrote: > On Monday 30 August 2010 14:41:56 Piet Skiet wrote: >> On Mon, Aug 30, 2010 at 10:51 AM, Piet Skiet wrote: >> > Hi, >> > >> > Can anyone clarify how to go about doing a synchronous usb control >> > transfer, similar to Linux's usb_cont

Re: USB synchronous control transfers (for usb-to-serial)

2010-08-31 Thread Hans Petter Selasky
On Tuesday 31 August 2010 09:39:46 Piet Skiet wrote: > On Mon, Aug 30, 2010 at 9:13 PM, Hans Petter Selasky wrote: > > On Monday 30 August 2010 14:41:56 Piet Skiet wrote: > >> On Mon, Aug 30, 2010 at 10:51 AM, Piet Skiet wrote: > >> > Hi, > >> > > >> > Can anyone clarify how to go about doing a

Re: Porting an USB software from linux (libusb)

2010-08-31 Thread Alexander Leidinger
Quoting Jim Bryant (from Mon, 30 Aug 2010 19:22:49 -0500): easy fix. just drop the _np the functions are there under legacy naming. Not in my revision of FreeBSD-current. I commented it out like HPS suggested (the right way, with the correct macros to enable automatically when those f

Re: Porting an USB software from linux (libusb)

2010-08-31 Thread Alexander Leidinger
Quoting Hans Petter Selasky (from Mon, 30 Aug 2010 21:11:22 +0200): I've added these missing functions to LibUSB in USB P4 change 183086. Do you need someone to commit them to SVN, or is there something scheduled already? Consider adding a compile time check for the existence of these

Re: Porting an USB software from linux (libusb)

2010-08-31 Thread Jim Bryant
ah, i'm under -stable. Alexander Leidinger wrote: Quoting Jim Bryant (from Mon, 30 Aug 2010 19:22:49 -0500): easy fix. just drop the _np the functions are there under legacy naming. Not in my revision of FreeBSD-current. I commented it out like HPS suggested (the right way, with the cor

Re: webcamd and Pixart Imaging

2010-08-31 Thread David Naylor
On Tuesday 31 August 2010 09:29:29 Hans Petter Selasky wrote: > On Tuesday 31 August 2010 08:12:00 David Naylor wrote: > > webcamd did report some errors: > > gspca: frame overflow 28838 > 28672 > > You can try to find this error code in the ulinux/v4l-dvb/ folder or its > subfolders. grep -r "fra