From: Milan Svoboda <[EMAIL PROTECTED]>

This patch adds ixp425 B0 into known and supported boards.

Patch is against Linux v2.6.18-rc4.

Signed-off-by: Kevin Hilman <[EMAIL PROTECTED]>
Signed-off-by: Milan Svoboda <[EMAIL PROTECTED]>
---

diff -uprN -X tmp/Documentation/dontdiff tmp/drivers/usb/gadget/pxa2xx_udc.c 
tmp1/drivers/usb/gadget/pxa2xx_udc.c
--- tmp/drivers/usb/gadget/pxa2xx_udc.c 2006-08-16 11:41:27.000000000 +0000
+++ tmp1/drivers/usb/gadget/pxa2xx_udc.c        2006-08-16 11:45:30.000000000 
+0000
@@ -2431,6 +2431,7 @@ static struct pxa2xx_udc memory = {
 #define PXA210_B1              0x00000123
 #define PXA210_B0              0x00000122
 #define IXP425_A0              0x000001c1
+#define IXP425_B0              0x000001f1
 #define IXP465_AD              0x00000200
 
 /*
@@ -2468,6 +2469,7 @@ static int __init pxa2xx_udc_probe(struc
                break;
 #elif  defined(CONFIG_ARCH_IXP4XX)
        case IXP425_A0:
+       case IXP425_B0:
        case IXP465_AD:
                dev->has_cfr = 1;
                out_dma = 0;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to