[linux-usb-devel] [PATCH] EHCI: update all iso uframe stati before completing

2007-03-28 Thread Karsten Wiese
an itd was unlinked while the hcd was still working on the usb-frame. Signed-off-by: Karsten Wiese <[EMAIL PROTECTED]> --- drivers/usb/host/ehci-sched.c | 218 +++-- drivers/usb/host/ehci.h |1 + 2 files changed, 144 insertions(+), 75 del

Re: [linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-26 Thread karsten wiese
--- Antti Andreimann <[EMAIL PROTECTED]> wrote: > On R, 2005-03-25 at 13:30 -0800, David Brownell wrote: > > If that's an ISO-IN then I'd still not expect it to > work. > > Though Karsten has some "not clean" patches that may > help you. > > It probably is an ISO-IN transaction, and opening sound

[linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-23 Thread Karsten Wiese
Am Dienstag 22 MÃrz 2005 20:38 schrieb David Brownell: > On Tuesday 22 March 2005 2:05 am, Karsten Wiese wrote: > > > On Sunday 20 March 2005 4:06 am, Karsten Wiese wrote: > > > > Without Hunk 1 ehci sitd's "Buffer Pointer (Page 1)" initialisation is > &g

[linux-usb-devel] Re: [PATCH] ehci: buzz free split iso out

2005-03-22 Thread Karsten Wiese
Hi Dave, Am Dienstag 22 März 2005 09:49 schrieb David Brownell: > Hi Karsten, > > I had a chance to look a bit more closely at all your split ISO patches, and > they look good with the following exception: > > On Sunday 20 March 2005 4:06 am, Karsten Wiese wrote: > > Wi

[linux-usb-devel] [PATCH] ehci: buzz free split iso out

2005-03-20 Thread Karsten Wiese
*2*2 as the soundcard is a little slower) signed-of-by: Karsten Wiese <[EMAIL PROTECTED]> --- linux-2.6.11.2was/drivers/usb/host_ehci/ehci.h 2005-03-09 09:12:44.0 +0100 +++ linux-2.6.11.2/drivers/usb/host/ehci.h 2005-03-19 15:41:12.0 +0100 @@ -430,7 +430,7 @@ __le32 trans

Re: [linux-usb-devel] What's wrong with iso-IN split transactions?

2005-03-18 Thread Karsten Wiese
sh spot in tt_no_collision(). Hunk 2 prevents a false -EPROTO when IN-SITDs are checked in sitd_complete(). Signed of by: Karsten Wiese <[EMAIL PROTECTED]> --- linux-2.6.11.2/drivers/usb/host_ehci/ehci-sched.c 2005-03-09 09:11:18.0 +0100 +++ linux-2.6.11.2/drivers/usb/host/ehci-sched.c

Re: [linux-usb-devel] [patch 2.6.11] ALSA and usb_dev->ep[] (4/15)

2004-12-02 Thread Karsten Wiese
rstag 02 Dezember 2004 13:19 From: Karsten Wiese <[EMAIL PROTECTED]> To: Takashi Iwai <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Hi on the usb-devel list there is a similar patch by David Brownell: http://marc.theaimsgroup.com/?i=<200411281314.50175.david-b%20()%20pacbell%20!%20net> Dav

Re: [linux-usb-devel] [PATCH]uhci-hcd; lets gcc 3.2.3 reduce codesize by > 50 bytes

2004-10-16 Thread Karsten Wiese
Am Freitag 15 Oktober 2004 14:41 schrieb Paulo Marques: > karsten wiese wrote: > > UHCI_NUMFRAMES will never change, it is a standard. > > Ok, then > > > I'll recheck with gcc 3.4 of fc3. I guess it'll stay the > > same. Anyhow this is interrupt level, tim

Re: [linux-usb-devel] [PATCH]uhci-hcd; lets gcc 3.2.3 reduce codesize by > 50 bytes

2004-10-15 Thread karsten wiese
--- Paulo Marques <[EMAIL PROTECTED]> schrieb: > karsten wiese wrote: > > Ok, thats not much, but it dosn't harm either. > > Erm, at least as long as UHCI_NUMFRAMES is a power of > 2 > > ;-) > > > - framenum %= UHCI_NUMFRAMES; > > + framenu

[linux-usb-devel] [PATCH]uhci-hcd; lets gcc 3.2.3 reduce codesize by > 50 bytes

2004-10-14 Thread karsten wiese
Ok, thats not much, but it dosn't harm either. Erm, at least as long as UHCI_NUMFRAMES is a power of 2 ;-) Karsten ___ Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http

[linux-usb-devel] uhci.c Fix for an UHCI error -EILSEQ on a VIA Controller during BULK IN transfer

2003-08-22 Thread Karsten Wiese
hi Maintainers, I'm developing a driver for the tascam us428 audio/midi controller. it works on intel USB BX440 Host controller, but has problems with one VIA USB Controller (others unknown). kernel is 2.4.21. module is uhci. (usb-uhci behaves similarly.) the error shows up like this: uhci.c: u