[linux-usb-devel] PATCH: (as316c) Fix submission-error bug in the USB scatter-gather library

2004-08-16 Thread Alan Stern
Greg: This patch has been hanging around for a while and seems to have been forgotten. It fixes a bug in the USB scatter-gather library that crops up when submission of an URB fails, and it fixes a bug in the cleanup routine when some of the URBs being cleaned up have already completed. I thi

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Norbert Preining
Hi Alan! On Mon, 16 Aug 2004, Alan Stern wrote: > > I have NO idea about usb programming, but there is a similar line a bit > > above for > > hid->urbin->transfer_flags > > and I wanted to ask wether there should be a URB_ASYNC_UNLINK there, > > too? > > I don't know. Someone who is more fam

[linux-usb-devel] Re: [PATCH] UDC gadget driver for lh7a40x (LPD SDK)

2004-08-16 Thread bhenriks
Quoting David Brownell <[EMAIL PROTECTED]>: > > - drivers/usb/gadget/lh7a40x_udc ...comments below, this >could go through the ARM Linux patch system though I >guess the drivers/usb/host/ohci-lh7a404 support didn't. > Ups, sorry! I got confused here because Russel and Marc referred to y

Re: [linux-usb-devel] regarding "[PATCH] USB: Patch to signal underflow in usb-storage driver" in linux 2.6.8

2004-08-16 Thread Andrew Pilley
okay, got a chance to catch the hang with debug mode on. First, I'll paste the output of alt-sysrq-t for the usb-storage thread here: kernel: usb-storage D 0040 0 1453 1 1472 1452 (L-TLB) kernel: c4316e00 0046 0040 3880 00010569 cf9d5040 c0c61

Re: [PATCH][linux-usb-devel] Early USB handoff

2004-08-16 Thread Aleksey Gorelov
>> Here is slightly improved early USB legacy handoff patch for 2.4.27 > >The usual caveat is how we all wait for this to go into 2.6. Attached is a patch for 2.6.8.1 >> Handoff is under no-usb-legacy option. >> +int disable_legacy_usb __initdata = 0; > >I think it's an unfortunate naming. Wh

[linux-usb-devel] HELP HELP HELP : usb

2004-08-16 Thread bastgiraud
Hi, I would like to read and write informations (just some bytes) with USB. (For information my device is a pic which works in low speed in interruptb transfer but it's not important because the above program send me information from device properly.) That works properly under windows... And now

Re: [PATCH][linux-usb-devel] Early USB handoff

2004-08-16 Thread Pete Zaitcev
On Mon, 16 Aug 2004 13:06:17 -0700 "Aleksey Gorelov" <[EMAIL PROTECTED]> wrote: > Here is slightly improved early USB legacy handoff patch for 2.4.27 The usual caveat is how we all wait for this to go into 2.6. > I've tested it on a number of machines (mostly laptops) for UHCI & > OHCI, but

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Vojtech Pavlik
On Mon, Aug 16, 2004 at 11:22:13AM -0400, Alan Stern wrote: > On Mon, 16 Aug 2004, Norbert Preining wrote: > > > Hi ALan! > > > > On Fre, 13 Aug 2004, Alan Stern wrote: > > > In the meantime, you can try out this patch and see if it helps at all. > > > > Yup, fixed the problem. Thanks. > > >

Re: [linux-usb-devel] usb oops on smp

2004-08-16 Thread spied
syr> now i see warnings in kern.log if exist dialup ppp-connection on syr> acm-modem. i don't know is it usb-related or not. and after next messages: Aug 16 23:39:47 topalm2 kernel: Debug: sleeping function called from invalid context at mm/slab.c:1989 Aug 16 23:39:47 topalm2 kernel: in_atomic()

[PATCH][linux-usb-devel] Early USB handoff

2004-08-16 Thread Aleksey Gorelov
Hello everybody, Here is slightly improved early USB legacy handoff patch for 2.4.27 (original patch is here: http://www.mail-archive.com/linux-usb-devel%40lists.sourceforge.net/msg2 6803.html). Patch includes support for EHCI handoff, and not only hands off legacy support, but also helps avo

Re: [linux-usb-devel] Forgotten patches as345 and as346

2004-08-16 Thread Alan Stern
On Mon, 16 Aug 2004, David Brownell wrote: > It seems Greg is really going to be off-line this week, so I think those > patches will be staying non-merged for a while. That's okay; I just want to make sure they get back in the queue. Alan Stern

Re: [linux-usb-devel] Forgotten patches as345 and as346

2004-08-16 Thread David Brownell
It seems Greg is really going to be off-line this week, so I think those patches will be staying non-merged for a while. - Dave --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk

[linux-usb-devel] PureMessage has processed a suspicious mail

2004-08-16 Thread PureMessage
A mail addressed to you has been identified as suspicious by PureMessage. Event: Infection Action: Message deleted Message ID: <[EMAIL PROTECTED]> Message subject:[linux-usb-devel] Mail delivery failed: returning message to sender

[linux-usb-devel] Forgotten patches as345 and as346

2004-08-16 Thread Alan Stern
Greg: These patches were submitted in http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108983287419537&w=2 and http://marc.theaimsgroup.com/?l=linux-usb-devel&m=108983321932262&w=2 They seem to have gotten lost in the press of other business. Since they are completely independent from any of

Re: [linux-usb-devel] usb oops on smp

2004-08-16 Thread spied
>> AS> Your kernel log did not show the part where the USB subsystem stopped >> AS> working. It only showed the part where you did rmmod. i'm upgraded to 2.6.8.1 and send more informartion if problem be repeated now i see warnings in kern.log if exist dialup ppp-connection on acm-modem. i don't

Re: [linux-usb-devel] [PATCH 2.6.8-rc2] usb hub docs and locktree()

2004-08-16 Thread Alan Stern
[Email can sometimes be a very frustrating medium. It's fair to say that you and I are both very intelligent people, and yet we've been talking past each other in this thread to an almost comical extent. I bet we could have settled the whole thing very simply in less than an hour or two of face-t

Re: [linux-usb-devel] regarding "[PATCH] USB: Patch to signal underflow in usb-storage driver" in linux 2.6.8

2004-08-16 Thread Alan Stern
On Mon, 16 Aug 2004, Andrew Pilley wrote: > Hrm. I haven't been able to reproduce the problem I had before yet, but > what I do see regularly are occasional pauses when large amounts of data > is being read, upwards of about 40 seconds or so, while, presumably, the > usb device is reset after trig

Re: [linux-usb-devel] How to implement an OTG USB stack?

2004-08-16 Thread David Brownell
On Monday 16 August 2004 3:36 am, Roc Wu wrote: > Hi folks: > > I am an SOC design company embedded Linux engineer. Our chip inclues > an IP core for USB OTG, so my job is to implement an OTG USB stack in > Linux. But I found the USB Stack of Linux is so stable and complex > that I don't know how

Re: [linux-usb-devel] Procedure for UDC development under arm-linux?

2004-08-16 Thread David Brownell
On Monday 16 August 2004 1:35 am, Tom Rathbone wrote: > Hi All, > > I'm just beginning work on a udc driver for the Atmel AT91RM9200 which > I hope to contribute to the kernel upon completion. Currently we are > using kernel 2.4.26-vrs1. Am I ok working against this kernel or > should I be worki

Re: [linux-usb-devel] Re: USB troubles in rc2

2004-08-16 Thread Alan Stern
On Mon, 16 Aug 2004, Norbert Preining wrote: > Hi ALan! > > On Fre, 13 Aug 2004, Alan Stern wrote: > > In the meantime, you can try out this patch and see if it helps at all. > > Yup, fixed the problem. Thanks. > > One more question: > > > @@ -1654,7 +1654,8 @@ > > usb_fi

Re: [linux-usb-devel] Concord Duo 2000 (USB DC)

2004-08-16 Thread Alan Stern
On Sun, 15 Aug 2004, Pierre Daigle wrote: > usb-storage: This device (0595,4343,0100 S 00 P 00) has an unneeded Protocol > entry in unusual_devs.h Please send a copy of this message to > <[EMAIL PROTECTED]> Thank you for sending this in. This issue has been addressed in a later version of the

Re: [linux-usb-devel] regarding "[PATCH] USB: Patch to signal underflow in usb-storage driver" in linux 2.6.8

2004-08-16 Thread Andrew Pilley
On Mon, 2004-08-16 at 01:49, Alan Stern wrote: > > A debugging log from the usb-storage driver would be helpful. You have to > turn on the usb-storage verbose debugging option in the kernel > configuration and rebuild the driver. You also should arrange things so > that the kernel debug-level

[linux-usb-devel] Lose up to 19% weight. A new weightloss is here.

2004-08-16 Thread Glen Wiggins
Hello, I have a special offer for you... WANT TO LOSE WEIGHT? The most powerful weightloss is now available without prescription. All natural Adipren720 100% Money Back Guarantée! - Lose up to 19% Total Body Weight. - Up to 300% more Weight Loss while dieting. - Loss of 20-35% abdominal Fat. - R

[linux-usb-devel] How to implement an OTG USB stack?

2004-08-16 Thread Roc Wu
Hi folks: I am an SOC design company embedded Linux engineer. Our chip inclues an IP core for USB OTG, so my job is to implement an OTG USB stack in Linux. But I found the USB Stack of Linux is so stable and complex that I don't know how to start my job. Could you please give me some help about i

[linux-usb-devel] VIRUS (W32/Netsky-P) IN YOUR MAIL

2004-08-16 Thread amavisd-new
VIRUS ALERT Our virus checker found virus: W32/Netsky-P in your email to the following recipient: -> [EMAIL PROTECTED] Delivery of the email was stopped! Please check your system for viruses, or ask your system administrator to do so. For your reference, here are headers from your email: --

[linux-usb-devel] Re: Re: Question

2004-08-16 Thread obnhywhuzpipcvwfhhh
From: [EMAIL PROTECTED] Subject: No such user! Please check the email address of the person that you are sending a message to. Postmaster --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for o

Re: [linux-usb-devel] USB trouble since 2.6.8-rc1...

2004-08-16 Thread Wes Janzen
Alan Stern wrote: On Sun, 15 Aug 2004, Wes Janzen wrote: Nothing like a quick reply, I've unfortunately had very little time to even sit down at my computer to figure this out. I have tried 2.6.8-rc2-mm2 which has the same problem. I unplugged both hubs before booting and then plugged ever

[linux-usb-devel] Procedure for UDC development under arm-linux?

2004-08-16 Thread Tom Rathbone
Hi All, I'm just beginning work on a udc driver for the Atmel AT91RM9200 which I hope to contribute to the kernel upon completion. Currently we are using kernel 2.4.26-vrs1. Am I ok working against this kernel or should I be working against a 2.6 kernel? Is it ok to work against the arm-linux b