Re: [linux-usb-devel] lsusb stopped showing devices in 2.6.18-rc*

2006-07-28 Thread Alan Stern
On Fri, 28 Jul 2006, Alejandro Riveira Fernández wrote: > > > Nothing shows up when I turn on the printer only when i turn it off: > > > > > > Jul 28 02:38:07 localhost kernel: usb 2-1: USB disconnect, address 3 > > > Jul 28 02:38:07 localhost kernel: drivers/usb/class/usblp.c: usblp0: > > > rem

[linux-usb-devel] [PATCH 4/4] pl2303: cosmetic changes to quirk

2006-07-28 Thread Thiago Galesi
Cosmetic changes to quirk in pl2303_update_line_status Signed-off-by: Thiago Galesi <[EMAIL PROTECTED]> --- Applies to 2.6.17 Please CC me as I'm not in usb-devel list Index: linux-2.6.17/drivers/usb/serial/pl2303.c === --- linux-2

[linux-usb-devel] [PATCH 3/4] pl2303: reduce number of prototypes

2006-07-28 Thread Thiago Galesi
Reduce number of needed prototypes in Prolific pl2303 driver Signed-off-by: Thiago Galesi <[EMAIL PROTECTED]> --- Applies to 2.6.17 Please CC me as I'm not on the usb-devel list Index: linux-2.6.17/drivers/usb/serial/pl2303.c === -

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-28 Thread Alan Stern
On Tue, 25 Jul 2006, David Brownell wrote: > > Or are you referring to the second sentence in the comment? It doesn't > > mention asynchronous unlinks in particular; it just says that interrupts > > have to be enabled. > > Yes. One of the basic reasons to be async is so you can run with > irq

[linux-usb-devel] [PATCH] usbmon: don't call dmapeek for non-DMA-able controllers

2006-07-28 Thread Alan Stern
Greg and Pete: usbmon crashed when I tried using it with dummy-hcd, because it doesn't check whether the bus's controller actually does use DMA before trying to map the buffer. This patch (as755) fixes it. Alan Stern Signed-off-by: Alan Stern <[EMAIL PROTECTED]> --- Index: 2.6.18-rc2-mm1/dr

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-28 Thread David Brownell
On Wednesday 26 July 2006 8:29 am, Alan Stern wrote: > On Wed, 26 Jul 2006, David Brownell wrote: > > > > The patch uses spin_lock_irqsave() and spin_unlock_irqrestore() along with > > > a call to wait_event(). What happens if you end up calling wait_event() > > > with interrupts disabled? Woul

Re: [linux-usb-devel] [PATCH] usbcore get rid of the timer in usb_start_wait_urb()

2006-07-28 Thread Greg KH
On Tue, Jul 25, 2006 at 02:37:45PM +0200, Franck Bui-Huu wrote: > Greg, > > Anything wrong with this patch ? Nope, just been travelling for the past weeks. Am still busy this week at OSCON, so will not be able to get to patches until next week. Sorry about this, it's the conference season. The

Re: [linux-usb-devel] lsusb stopped showing devices in 2.6.18-rc*

2006-07-28 Thread Alan Stern
On Fri, 28 Jul 2006, Alejandro Riveira Fernández wrote: > > > Hi, > > > > > > I'm having problems with usb and lastest 2.6.18-rc kernels. lsusb does > > > not give any output although the usb harware seems to work properly. The > > > usb mouse and speedtouch modem do work but cups does not recogn

[linux-usb-devel] [PATCH 1/4] pl2303: remove 80-columns limit violations in pl2303 driver

2006-07-28 Thread Thiago Galesi
Fixes several lines that overrun 80 columns in Prolific pl2303 driver Signed-off-by: Thiago Galesi <[EMAIL PROTECTED]> --- Applies to 2.6.17 Please CC me as I'm not on the usb-devel list Index: linux-2.6.17/drivers/usb/serial/pl2303.c ==

Re: [linux-usb-devel] [PATCH] usb-storage: Add ZD1211 USB-WLAN support

2006-07-28 Thread Phil Dibowitz
Pete Zaitcev wrote: > On Tue, 18 Jul 2006 15:59:21 -0400, Glenn Maynard <[EMAIL PROTECTED]> wrote: >> On Tue, Jul 18, 2006 at 12:25:37PM -0700, Pete Zaitcev wrote: >>> On Tue, 18 Jul 2006 17:01:32 +0100, Daniel Drake <[EMAIL PROTECTED]> wrote: >>> When you plug the device in, usb-storage picks

[linux-usb-devel] [PATCH 2/4] pl2303: cosmetic changes to pl2303_buf_{clear, data_avail}

2006-07-28 Thread Thiago Galesi
Changes the functions pl2303_buf_clear and pl2303_buf_data_avail for the purpose of keeping them under the 80 column limit, making them more similar to similar functions and making then simpler. Signed-off-by: Thiago Galesi <[EMAIL PROTECTED]> --- Applies to 2.6.17 Please CC me as I'm not on the

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-28 Thread Alan Stern
On Wed, 26 Jul 2006, David Brownell wrote: > On Wednesday 26 July 2006 8:29 am, Alan Stern wrote: > > On Wed, 26 Jul 2006, David Brownell wrote: > > > > > > The patch uses spin_lock_irqsave() and spin_unlock_irqrestore() along > > > > with > > > > a call to wait_event(). What happens if you end

[linux-usb-devel] Mass storage device Patch for Nokia 3250 cell phone

2006-07-28 Thread Mario Rettig
Hello, I found your answer to a question concerning an error with the Nokia N80: http://marc.theaimsgroup.com/?l=linux-usb-users&m=115012321603060&w=2 I' ve modified the unusual_devs.h file as follows for the Nokia 3250 which produces the same error /* Reported by Mario Rettig <[EMAIL PROTECTE

Re: [linux-usb-devel] Patch for rtl8150 to fix unplug problems

2006-07-28 Thread Peter Chubb
> "David" == David Brownell <[EMAIL PROTECTED]> writes: >> I get the feeling that your patch does much more testing for >> -ENODEV than necessary, and likewise for calls to >> netif_device_detach(). David> Paranoia? :) Indeed. >> Do you really have to call that routine from anywhere but th

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-28 Thread David Brownell
On Tuesday 25 July 2006 2:41 pm, Alan Stern wrote: > On Tue, 25 Jul 2006, David Brownell wrote: > > > > /* Asynchronous unlinks of root-hub control URBs are legal, but they > > > * don't do anything. Status URB unlinks must be made in process context > > > * with interrupts enabled. > > > */ >

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-07-28 Thread Benjamin Cherian
Hi Pete, Thanks for the reply. > By the way, you didn't tell me if you tried to use alarm(2) across > submitted URBs. This is the technique ADSL modem drivers use. They > also have to have input and output streams running simultaneously. I'm making a library to operate my device, and I don't want

[linux-usb-devel] kool, lets go

2006-07-28 Thread Emerson
Listen sconscommits, Seriously how many times did u hear this. If ur angry with the extra pounds your carrying around, read up on it at http://www.rkac.timingreliable.org/xe/ but they were agenda a up to now step upward room brute fire-engine had a holier stomach state. It -

Re: [linux-usb-devel] lsusb stopped showing devices in 2.6.18-rc*

2006-07-28 Thread Alejandro Riveira Fernández
El vie, 28-07-2006 a las 10:22 -0400, Alan Stern escribió: > On Fri, 28 Jul 2006, Alejandro Riveira Fernández wrote: > [...] > > > Nothing shows up when I turn on the printer only when i turn it off: > > > > Jul 28 02:38:07 localhost kernel: usb 2-1: USB disconnect, address 3 > > Jul 28 02:38:07

Re: [linux-usb-devel] irq nobody cared in EHCI - Linux-2.6.14

2006-07-28 Thread Naveen Mamindlapalli
Thanks for your reply. In our case host controller generates the IAA IRQ after the entire asynchronous schedule list traversed and the observe the head of the queue twice before setting the STS_IAA bit as per section 4.8.2 ( Alternative method for removing queue heads ) in EHCI spec.And then IRQ i

[linux-usb-devel] i didnt forgot

2006-07-28 Thread Nicole
It has been a long time since we've talked. Just thought i'd see how things are. Hope everything is going well with you and the family. If your interested, i have really changed a lot, especially with my weight. http://www.obxx.timenowpub.org/xe/ helped me with that, they have really helped wi

Re: [linux-usb-devel] Fwd: Re: irq nobody cared in EHCI - Linux-2.6.14

2006-07-28 Thread Naveen Mamindlapalli
Thankyou very much for your reply. --- David Brownell <[EMAIL PROTECTED]> wrote: > On Monday 24 July 2006 2:04 am, Naveen Mamindlapalli > wrote: > > Thanks for your reply. > > > > I am doing FPGA testing of EHCI host controller > which > > is under development. > > > > Even In standard Intel

[linux-usb-devel] Please send a copy of this message to linux-usb-devel@lists.sourceforge.net

2006-07-28 Thread ger
Morning, attached a part from dmesg concerning usb-messages: "bttv: using 8 buffers with 2080k (520 pages) each for capture usb 2-2: configuration #1 chosen from 1 choice usb-storage: This device (0482,0105,0100 S 06 P 50) has unneeded SubClass and Protocol entries in unusual_devs.h Please se

Re: [linux-usb-devel] Dealias -110 in ohci-hcd

2006-07-28 Thread Alan Stern
On Tue, 25 Jul 2006, Pete Zaitcev wrote: > I find the aliasing of -110 for upper-level timeouts and the loss of > token unfortunate and pointless. I would prefer to be able to distinguish > these situation when reading user-submitted dmesg outputs. > > I looked at the way we handle those errors,

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-07-28 Thread Willy Tarreau
Hi Pete, On Mon, Jul 24, 2006 at 11:07:32PM -0700, Pete Zaitcev wrote: > On Thu, 20 Jul 2006 10:43:59 -0700, Benjamin Cherian <[EMAIL PROTECTED]> > wrote: > > > > Although I am starting to think about creating a custom locking > > > scheme in devio.c after all. It seems like less work. > > > Wh

[linux-usb-devel] PATCH] doc: fixes devio.c location in proc_usb_info.txt.

2006-07-28 Thread Luiz Fernando N. Capitulino
Signed-off-by: Luiz Fernando N. Capitulino <[EMAIL PROTECTED]> --- Documentation/usb/proc_usb_info.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 06e1018920bd5168e83c850602afc7d766b08885 diff --git a/Documentation/usb/proc_usb_info.txt b/Documentation/usb/proc_usb_info.txt in

[linux-usb-devel] [PATCH] doc: usb-help.txt update.

2006-07-28 Thread Luiz Fernando N. Capitulino
http://www.suse.cz/development/linux-usb/ doesn't exist anymore. Signed-off-by: Luiz Fernando N. Capitulino <[EMAIL PROTECTED]> --- Documentation/usb/usb-help.txt |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) 892de0cf5257ec80985b571a9bea1b130e54aa01 diff --git a/Documentation/

Re: [linux-usb-devel] lsusb stopped showing devices in 2.6.18-rc*

2006-07-28 Thread Alejandro Riveira Fernández
El vie, 21-07-2006 a las 13:43 -0400, Alan Stern escribió: I apologize for responding this late but i ddn't have time for this the las week. Sorry > On Fri, 21 Jul 2006, Alejandro Riveira Fernández wrote: > > > Hi, > > > > I'm having problems with usb and lastest 2.6.18-rc kernels. lsusb does >

Re: [linux-usb-devel] BUG: Inconsistent lock state

2006-07-28 Thread Matthias Urlichs
Hi, David Brownell: > On Tuesday 25 July 2006 7:54 am, Alan Stern wrote: > > On Tue, 25 Jul 2006, Matthias Urlichs wrote: > > > > > This is the perennial "we have an OHCI interface on a PCMCIA card. We > > > pull the card. The kernel crashes / hangs / whatever" problem. > > > > > > [ INFO: incon

Re: [linux-usb-devel] Bug with USB proc_bulk in 2.4 kernel

2006-07-28 Thread Pete Zaitcev
On Thu, 27 Jul 2006 15:21:37 -0700, Benjamin Cherian <[EMAIL PROTECTED]> wrote: > On Monday 24 July 2006 23:07, Pete Zaitcev wrote: > > Anyway, please test the attached patch. Does it do what you want? > > Sorry to say that it doesnt. When calling usb_get_string_simple in libusb, > the program se

Re: [linux-usb-devel] 2.6.17 hangs during boot on ASUS M2NPV-VM motherboard

2006-07-28 Thread Andy Chittenden
> > On Fri, 14 Jul 2006 14:50:16 -0400 (EDT) > > Alan Stern <[EMAIL PROTECTED]> wrote: > > > > > On Fri, 14 Jul 2006, Andrew Morton wrote: > > > > > > > On Fri, 14 Jul 2006 16:54:25 +0100 > > > > "Andy Chittenden" <[EMAIL PROTECTED]> wrote: > > > > > > > > > So I guess there's something awry wit