Re: [linux-usb-devel] enumeration problem in usb-uhci

2002-02-20 Thread Matthew Fredrickson
(and more > versed in UHCI internals) could contact VIA and get the necessary info. I would think so; I haven't seen any fixes in the linux stuff yet. Maybe I'll see about doing some poking around on the net for the issue. Matthew Fredrickson ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-14 Thread Matthew Fredrickson
On Thu, 14 Feb 2002, Georg Acher wrote: > On Thu, Feb 14, 2002 at 09:54:58AM -0600, Matthew Fredrickson wrote: > > > > I just did some testing with the kernel I upgraded to a little bit ago > > (2.4.17), and have some improved results. I now get basically the same >

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-14 Thread Matthew Fredrickson
anh OHCI controllers available. I've already tried it with an OHCI chipset. It works perfectly. I'll have to hunt around to see if I can find an intel UHCI chipset to try it on. We don't have any around the office that I know on. Matthew Fredrickson _

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-14 Thread Matthew Fredrickson
there's a gap in the audio, I get a printk that says: usb-uhci.c: iso_find_start: gap in seamless isochronous scheduling (This is on the VIA chipset UHCI controller) Does this help any? Thanks, Matthew Fredrickson ___ [EMAIL PROTECTED] To unsubscribe

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-14 Thread Matthew Fredrickson
ut in, so if this > > seems incomplete, or you have any questions, feel free to reply :-) > > JE Thanks for replying. I hadn't submitted a bug report or anything like that partly because I've been pretty busy, but mostly because I wasn't sure what could be done about

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-14 Thread Matthew Fredrickson
On Thu, 14 Feb 2002, Georg Acher wrote: > On Wed, Feb 13, 2002 at 05:33:13PM -0600, Matthew Fredrickson wrote: > > > More data: IIRC, on the vanilla uhci.c driver, ISOC sucks. Sucks really > > badly. Kind of funny though, 'cause I was helping somebody with writing a &

Re: [linux-usb-devel] ISO Robustness on UHCI

2002-02-13 Thread Matthew Fredrickson
my device. Probably some timing issue in the driver somewhere. Anyway, hope this helps. By the time I get done with emails like this, I always seem to forget something important I intended to put in, so if this seems incomplete, or you have any questions, feel free to reply :-) Matthew

[linux-usb-devel] [PATCH] (third time is the charm?) usb-ohci cleanups

2002-01-22 Thread Matthew Fredrickson
, mem_base, id); + res = hc_found_ohci (dev, dev->irq, mem_base, id); + if (res < 0) { + iounmap(mem_base); + release_mem_region(mem_resource, mem_len); + pci_disable_device(dev); + } + + return res; + + } /*---

Re: [linux-usb-devel] [PATCH] (again :-) usb-uhci cleanups

2002-01-22 Thread Matthew Fredrickson
} > >> > > > I suspect this part is an OOPS waiting to happen - better > not kfree(ohci) until after pci_free_consistent(...), I think. Ugh. I don't know what I was thinking when I did that part. What's the proper methodology for patch resubmission? Just fix an

[linux-usb-devel] [PATCH] (again :-) usb-uhci cleanups

2002-01-22 Thread Matthew Fredrickson
iounmap(mem_base); + release_mem_region(mem_resource, mem_len); + pci_disable_device(dev); + } + + return res; + + } /*-*/ @@ -2890,3 +2912,4 @@ MO

[linux-usb-devel] [PATCH] usb-ohci.c cleanup code

2002-01-18 Thread Matthew Fredrickson
This is a patch against the stock 2.4.17 usb-uhci.c file. It causes some allocated memory regions to be cleaned up, pci cleanup stuff, etc. In essence, if your usb-ohci driver fails somewhere in the probe, it cleans itself up enough so that you can do some more testing to the driver without havi

Re: [linux-usb-devel] Patch handling

2001-11-30 Thread Matthew Fredrickson
on somewhere? I personally think it's ok; It's kind of nice to see whether or not our particular patches went in. I just view and/or grab the patches straight off the list anyway, so I'm not terribly concerned about an posting them to a site some

Re: [linux-usb-devel] Bounty for 'working' driver for Creative VoIP

2001-09-24 Thread Matthew Fredrickson
the > Quicknet x-jack cards) Sorry, I was looking at it from a more personal perspective. If I wrote a driver for it, it would be for the Zapata Telephony Interface, and I can't talk g.723.1 to the ZTI. Matthew Fredrickson ___ [EMAIL PROTECTED]

Re: [linux-usb-devel] Bounty for 'working' driver for Creative VoIPBlaster

2001-09-24 Thread Matthew Fredrickson
nvenience this thing could be. The simple part would be the driver. The hard part would be talking to the device in a language it understands (G.723.1) Matthew Fredrickson ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.so