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
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
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
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
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
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) },
{ }
};
--