Re: webcamd and Pixart Imaging

2010-08-30 Thread Hans Petter Selasky
Hi, Could you dump device descriptor and current configuration descriptor using usbconfig. I need the vendor ID and product ID at least to be able to debug this issue. --HPS On Sunday 29 August 2010 21:47:05 David Naylor wrote: Hi, I'm trying to get a USB webcam to work (Pixart Imaging,

Re: writing usb drivers under 8.x

2010-08-30 Thread Hans Petter Selasky
On Monday 30 August 2010 04:18:56 Jim Bryant wrote: well, i can't speak for KR 1978, as i can't currently find my copy, but, for a quick brush up, you might want to read pages 80 and 81 from KR 2nd Ed. 1988. your idea that the preprocessor will evaluate #define thirtytwok (115) For bit

Re: webcamd and Pixart Imaging

2010-08-30 Thread David Naylor
On Monday 30 August 2010 08:33:30 Hans Petter Selasky wrote: Hi, Could you dump device descriptor and current configuration descriptor using usbconfig. I need the vendor ID and product ID at least to be able to debug this issue. # usbconfig -d ugen0.2 dump_device_desc ugen0.2: CIF Single

Re: writing usb drivers under 8.x

2010-08-30 Thread perryh
Jim Bryant kc5vdj.free...@gmail.com wrote: well, i can't speak for KR 1978, as i can't currently find my copy, but, for a quick brush up, you might want to read pages 80 and 81 from KR 2nd Ed. 1988. your idea that the preprocessor will evaluate #define thirtytwok (115) into 0x8000 at

Current problem reports assigned to freebsd-usb@FreeBSD.org

2010-08-30 Thread FreeBSD bugmaster
Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker

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

2010-08-30 Thread Piet Skiet
On Mon, Aug 30, 2010 at 10:51 AM, Piet Skiet tuks...@gmail.com wrote: Hi, Can anyone clarify how to go about doing a synchronous usb control transfer, similar to Linux'sĀ usb_control_msg? I want to implement the TIOCMGET ioctl on a usb-to-serial converter. The Linux driver uses synchronous

Porting an USB software from linux (libusb)

2010-08-30 Thread Alexander Leidinger
Hi, I try to port a linux userland USB program and I get the following error message when trying to link to libusb (current as of r210105): ---snip--- cc -lusb -lm -o fowsr fowsr.o fowsr.o(.text+0x1546): In function `CUSB_Open': : undefined reference to `usb_get_driver_np'

Re: webcamd and Pixart Imaging

2010-08-30 Thread Hans Petter Selasky
On Monday 30 August 2010 08:56:36 David Naylor wrote: On Monday 30 August 2010 08:33:30 Hans Petter Selasky wrote: Hi, Could you dump device descriptor and current configuration descriptor using usbconfig. I need the vendor ID and product ID at least to be able to debug this issue.

Re: webcamd and Pixart Imaging

2010-08-30 Thread David Naylor
On Monday 30 August 2010 21:18:28 Hans Petter Selasky wrote: On Monday 30 August 2010 08:56:36 David Naylor wrote: On Monday 30 August 2010 08:33:30 Hans Petter Selasky wrote: Hi, Could you dump device descriptor and current configuration descriptor using usbconfig. I need the

Re: webcamd and Pixart Imaging

2010-08-30 Thread Hans Petter Selasky
On Monday 30 August 2010 22:10:51 David Naylor wrote: On Monday 30 August 2010 21:18:28 Hans Petter Selasky wrote: On Monday 30 August 2010 08:56:36 David Naylor wrote: On Monday 30 August 2010 08:33:30 Hans Petter Selasky wrote: Hi, Could you dump device descriptor and current

Re: Porting an USB software from linux (libusb)

2010-08-30 Thread Jim Bryant
easy fix. just drop the _np the functions are there under legacy naming. Alexander Leidinger wrote: Hi, I try to port a linux userland USB program and I get the following error message when trying to link to libusb (current as of r210105): ---snip--- cc -lusb -lm -o fowsr fowsr.o