[linux-usb-devel] [PATCH] Add KPC650 support to airprime driver and optimize buffer size

2006-04-04 Thread Matt Porter
uffer_size may not be the best way, but I didn't see any other convenient way to do it. I'm open to suggestions here. Works fine for me on both the KPC650 and AirPrime 5220 cards. Signed-off-by: Matt Porter <[EMAIL PROTECTED]> diff --git a/drivers/usb/serial/airprime.c b/drivers/u

Re: [linux-usb-devel] Non-pci ehci

2005-09-21 Thread Matt Porter
On Wed, Sep 21, 2005 at 07:20:38PM -0700, Vivek wrote: > Matt > > Thanks for pointing me to the template. Is this template available for usb > driver for linux 2.6.12 kernel ? BTW, I am using linux 2.6.12 kernel. The The patch was just made/posted against the latest version of Linus' git tree so

Re: [linux-usb-devel] Non-pci ehci

2005-09-21 Thread Matt Porter
On Wed, Sep 21, 2005 at 12:56:22PM -0700, Vivek wrote: > Hi > > I am porting linux2.6 usb driver to our custom platform consisting of a > mips processor. The mips processor has a in-core usb 2.0 host controller > which supports ehci and ohci. The operational registers for ehci and ohci > are at c

[linux-usb-devel] [PATCH] Split PCI support out of ehci-hcd.c

2005-09-16 Thread Matt Porter
This splits BIOS and PCI specific support out of ehci-hcd.c into ehci-pci.c. It follows the model already used in the OHCI driver so support for non-PCI EHCI controllers can be easily added. Signed-off-by: Matt Porter <[EMAIL PROTECTED]> diff --git a/drivers/usb/host/ehci-hcd.c b/drive

Re: [linux-usb-devel] DMA alignment requirements

2003-03-10 Thread Matt Porter
on will make those of us working on non cache coherent processors very happy. :) Regards, -- Matt Porter [EMAIL PROTECTED] This is Linux Country. On a quiet night, you can hear Windows reboot. --- This sf.net ema

[linux-usb-devel] [PATCH] acm support for Motorola wireless phones

2002-06-18 Thread Matt Porter
s/usb/acm.cFri Oct 5 12:06:08 2001 +++ linux/drivers/usb/acm.c Fri Jun 7 00:15:05 2002 @@ -650,6 +650,7 @@ static struct usb_device_id acm_ids[] = { { USB_DEVICE_INFO(USB_CLASS_COMM, 0, 0) }, + { USB_DEVICE_INFO(USB_CLASS_COMM, 2, 0) }, { } }; --