Re: [linux-usb-devel] Re: ovfx2 status ?

2006-03-27 Thread Randy.Dunlap
On Mon, 27 Mar 2006 08:46:23 -0800 Mark McClelland wrote: > Randy.Dunlap wrote: > > Hi Mark, > > > > Has there been any ovfx2 progress lately? > > As a matter of fact, yes. I've been working on adding V4L2 support, and > should have a semi-functional implementation at > http://ovcam.org/ov511/

[linux-usb-devel] Re: ovfx2 status ?

2006-03-27 Thread Mark McClelland
Randy.Dunlap wrote: Hi Mark, Has there been any ovfx2 progress lately? As a matter of fact, yes. I've been working on adding V4L2 support, and should have a semi-functional implementation at http://ovcam.org/ov511/download.html later today. I also have some experimental patches for full-spe

Re: [linux-usb-devel] [2.6 patch] usb/input/keyspan_remote.c: don't use an uninitialized variable

2006-03-27 Thread Michael Downey
Adrian Bunk wrote: >gcc reported the following: > ><-- snip --> > >... > CC drivers/usb/input/keyspan_remote.o >drivers/usb/input/keyspan_remote.c: In function 'keyspan_irq_recv': >drivers/usb/input/keyspan_remote.c:186: warning: 'message.toggle' may be used >uninitialized in this functio

Re: [linux-usb-devel] USB problem with cdc-acm driver in 2.6.16

2006-03-27 Thread Greg KH
On Mon, Mar 27, 2006 at 08:03:50AM +0200, Oliver Neukum wrote: > Am Montag, 27. M?rz 2006 00:21 schrieb Greg KH: > > On Mon, Mar 27, 2006 at 07:15:17AM +1030, Tony Cook wrote: > > > In the anticipation you may find the information useful, I have > > > experienced the following OOPS since updating

[linux-usb-devel] Doubts of the xxxx_ep_queue callback function?

2006-03-27 Thread Peter.Chen
Hi,all Now,i have developed dm320 gadget driver. 1.I look through some udc's corresponding functions at kernel source.And i find there will implement IN/OUT through readfifo(writefifo) or DMA . Some days ago,Alan told me "file_storage.c will call usb_eq_queue(),which calls your dm320_gadget's ep-