RE: [linux-usb-devel] USB Clarifications please .....

2006-02-06 Thread Mukund JB.
David, > Wrong. It just means they're not OTG devices. If the OTG host > isn't powering VBUS at all times -- why would it? -- then you'd > rely on the fact that it's powered at least briefly after the > ID pin gets grounded by the Mini-A connector. So the end-user > scenario would be to connec

RE: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread Aleksey Gorelov
Hi Dave, >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf Of David Brownell >Sent: Monday, January 23, 2006 11:01 AM >To: linux-usb-devel@lists.sourceforge.net >Cc: Andrew Morton; Carlo E. Prelz; linux-kernel@vger.kernel.org >Subject: Re: [linux-usb-devel]

[linux-usb-devel] [MailServer Notification]Security Notification

2006-02-06 Thread Administrator
WORM_GREW.A has been detected,and Replace has been taken on 2/6/2006 2:12:09 PM. ** Legal Disclaimer "This email may contain confidential and privileged material for the sole use of the intended recipient. Any unauthorized review, use or distri

[linux-usb-devel] Petra

2006-02-06 Thread DANI
www.fun-time.co.il סופ"ש רגוע במדבר   מסע גיפים

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread Alan Stern
On Mon, 6 Feb 2006, Carlo E. Prelz wrote: > > Then if disabling that code which enables the SMI doesn't work, > > you have only one real option other than telling your BIOS not > > to support USB keyboards/mice/disks: replace your BIOS. > > Sapphire has no newer bios than the one I am using. But

[linux-usb-devel] [patch 2.6.16-rc2] sl811_cs needs platform_device conversion too

2006-02-06 Thread David Brownell
Driver can't work without it; please merge asap. - Dave The switchover to "platform_driver" from "device_driver" missed one rather essential usage, which broke the sl811_cs driver ... this resolves the omission. Signed-off-by: David Brownell <[EMAIL PROTECTED]> Index: lubbock/drivers/usb/host/sl

[linux-usb-devel] Fw: [BUG] USB HID fails to init USB keyboard

2006-02-06 Thread Pete Zaitcev
On Mon, 6 Feb 2006 10:57:07 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > You're missing the point of the third suggestion. In addition to adding a > NOGET quirk entry, the patch removes a call to usb_clear_halt which could > be causing your problems. That's right, I forgot about that as

[linux-usb-devel] 业务联系!

2006-02-06 Thread 谢先生
您好! 我是广东(深圳)建兴股份发展有限公司.因公司进项多, 销项少,有多年对税务业务方面的了解.切可做到贵公司的安 全.以诚对待贵公司.不仿一试. 不详请来电合谈: 叶先生 联系电话:075526249741 手机:013923794283 --

Re: [linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-06 Thread David Brownell
On Monday 06 February 2006 8:24 am, Badari Pulavarty wrote: > To give you little context here.. > > Zach Brown proposed vectored AIO interfaces and support. He added > aio_readv/aio_writev file-operations to support this. Christoph Hellwig > pointed out that, we are adding yet another file-op and

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread Carlo E. Prelz
Subject: Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1 Date: Mon 06 Feb 06 09:31:14AM -0800 Quoting David Brownell ([EMAIL PROTECTED]): > Then if disabling that code which enables the SMI doesn't work, > you have only one rea

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread David Brownell
> > If it printed that, then how is it possible that it hung _before_ printing > > that message??? > > I already wrote that I had commented out the line that caused the > hangup: > > //pci_write_config_byte(pdev, offset + 3, 1); > > After commenting out this line, the machin

[linux-usb-devel] Re: [PATCH] USB: Add ZC0301 Video4Linux2 driver

2006-02-06 Thread Luc Saillard
On Mon, Feb 06, 2006 at 04:29:35PM +, Luca Risolia wrote: > + > +static int pas202bcb_init(struct zc0301_device* cam) > +{ > + int err = 0; > + > + err += zc0301_write_reg(cam, 0x0002, 0x00); > + err += zc0301_write_reg(cam, 0x0003, 0x02); > + err += zc0301_write_reg(cam, 0x000

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread Carlo E. Prelz
Subject: Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1 Date: Mon 06 Feb 06 08:24:04AM -0800 Quoting David Brownell ([EMAIL PROTECTED]): > If it printed that, then how is it possible that it hung _before_ printing > that messa

Re: [linux-usb-devel] usb bandwidth allocation issue using v4l2 pvr device

2006-02-06 Thread David Brownell
On Thursday 02 February 2006 9:23 pm, Jamaal Speights wrote: > Hello, > > I'm having a problem using two usb PVRs that work under the Video for Linux > Two device driver system. The device i'm using is a KWorld USB PVR which > uses the em28xx drives. When I input the two devices udev creates >

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread David Brownell
On Monday 06 February 2006 12:02 am, Carlo E. Prelz wrote: > > > Interesting ... feels like a BIOS problem. If you want to experiment, > > there's a right bracket -- "}" -- immediately before that. Try moving > > it right after that write, so that write_config_byte is covered by the > > precedin

Re: [linux-usb-devel] USB Clarifications please .....

2006-02-06 Thread David Brownell
On Monday 06 February 2006 3:21 am, Mukund JB. wrote: > So, The USB 1.1 Devices which are unaware of SRP & HNP cannot > communicate with OTG HOSTs. Is this right or wrong? Wrong. It just means they're not OTG devices. If the OTG host isn't powering VBUS at all times -- why would it? -- then you

Re: [linux-usb-devel] usb gadget vector support for aio_read/aio_write

2006-02-06 Thread Badari Pulavarty
On Fri, 2006-02-03 at 17:40 -0800, David Brownell wrote: > > Thinking about it, (like regular vectored IO) it makes sense to return > > success if we already queued up part of IO, in case of and error. > > Isn't it ? This way, one can go and wait for those IOs to finish. > > Doesn't make a lot of

Re: [linux-usb-devel] Fw: [BUG] USB HID fails to init USB keyboard

2006-02-06 Thread Gabriel A. Devenyi
Alan Stern wrote: Ah yes, I see the names are the same. How come the bug is listed under [EMAIL PROTECTED] instead of [EMAIL PROTECTED] And why did you send a message to LKML in addition to filing the bug report? My bugzilla account is setup for my primary mail address, but LKML was rejectin

Re: [linux-usb-devel] Fw: [BUG] USB HID fails to init USB keyboard

2006-02-06 Thread Alan Stern
On Mon, 6 Feb 2006, Gabriel A. Devenyi wrote: > Alan Stern wrote: > > Look at ; this appears to > > be the same bug. > > > > Also look at , especially > > comment #19. Does it help? > > > > If no

Re: [linux-usb-devel] Fw: [BUG] USB HID fails to init USB keyboard

2006-02-06 Thread Gabriel A. Devenyi
Alan Stern wrote: Look at ; this appears to be the same bug. Also look at , especially comment #19. Does it help? If not, try this: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=11382247

Re: [linux-usb-devel] Fw: [BUG] USB HID fails to init USB keyboard

2006-02-06 Thread Alan Stern
On Sun, 5 Feb 2006, Andrew Morton wrote: > Begin forwarded message: > > Date: Sun, 5 Feb 2006 21:19:42 -0500 > From: "Gabriel A. Devenyi" <[EMAIL PROTECTED]> > To: linux-kernel@vger.kernel.org > Subject: [BUG] USB HID fails to init USB keyboard > > > Just bought a new keyboard, the "ION Technol

[linux-usb-devel] [PATCH] Fixed camera descriptor parsing for USB Video Class devices

2006-02-06 Thread Laurent Pinchart
Hi everybody, here's a patch to fix camera descriptors parsing for UVC devices. The camera descriptors currently reports "junk at descriptor end". Laurent Pinchart ? camera_controls.patch Index: lsusb.c === RCS file: /cvsroot/linux-

Re: [pvrusb2] [linux-usb-devel] Re: USB EHCI VIA disconnect problem

2006-02-06 Thread Mike Isely
On Sat, 4 Feb 2006, Helmut Toplitzer wrote: You said above that there's no evidence that a device reset would help. You need to find a way to get that evidence, either positive or negative. Ok. Tried one other thing. Read about gcc-incompatibilities/fixes in the the sourcecode (kernel Makefil

RE: [linux-usb-devel] USB Clarifications please .....

2006-02-06 Thread Mukund JB.
Dear David, I am going through the USB 1.0 OTG Suppliant specifications. I have noticed that the Specifications speak about the using the Both the OTG host and OTG Device being compliant to OTG Specifications. So, what it means to me is that both the device should be USB 2.0 Spec complaint. So, T

Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1

2006-02-06 Thread Carlo E. Prelz
Subject: Re: [linux-usb-devel] Re: ATI RS480-based motherboard: stuck while booting with kernel >= 2.6.15 rc1 Date: dom 05 feb 06 11:45:22 -0800 Quoting David Brownell ([EMAIL PROTECTED]): > Interesting ... feels like a BIOS problem. If you want to experiment, > there's a right