From ba2e2fa7be06ce440e61837274aef416d1fc8672 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 8 Feb 2009 19:36:13 +0000 Subject: [pxa] refresh 2.6.21 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14454 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../037-gumstix-pxa270-usb-host.patch | 30 ++++++++-------------- 1 file changed, 10 insertions(+), 20 deletions(-) (limited to 'target/linux/pxa/patches-2.6.21/037-gumstix-pxa270-usb-host.patch') diff --git a/target/linux/pxa/patches-2.6.21/037-gumstix-pxa270-usb-host.patch b/target/linux/pxa/patches-2.6.21/037-gumstix-pxa270-usb-host.patch index 346277091..8b43765ce 100644 --- a/target/linux/pxa/patches-2.6.21/037-gumstix-pxa270-usb-host.patch +++ b/target/linux/pxa/patches-2.6.21/037-gumstix-pxa270-usb-host.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c -=================================================================== ---- linux-2.6.21.7.orig/arch/arm/mach-pxa/gumstix.c -+++ linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c +--- a/arch/arm/mach-pxa/gumstix.c ++++ b/arch/arm/mach-pxa/gumstix.c @@ -22,6 +22,7 @@ #include #include @@ -45,10 +43,8 @@ Index: linux-2.6.21.7/arch/arm/mach-pxa/gumstix.c pxa_set_udc_info(&gumstix_udc_info); #if defined(CONFIG_FB_PXA_ALPS_CDOLLAR) | defined(CONFIG_FB_PXA_SHARP_LQ043_PSP) | defined(CONFIG_FB_PXA_SAMSUNG_LTE430WQ_F0C) set_pxa_fb_info(&gumstix_fb_info); -Index: linux-2.6.21.7/drivers/usb/gadget/ether.c -=================================================================== ---- linux-2.6.21.7.orig/drivers/usb/gadget/ether.c -+++ linux-2.6.21.7/drivers/usb/gadget/ether.c +--- a/drivers/usb/gadget/ether.c ++++ b/drivers/usb/gadget/ether.c @@ -260,6 +260,8 @@ MODULE_PARM_DESC(host_addr, "Host Ethern #ifdef CONFIG_USB_GADGET_PXA27X @@ -216,10 +212,8 @@ Index: linux-2.6.21.7/drivers/usb/gadget/ether.c } } #endif -Index: linux-2.6.21.7/drivers/usb/gadget/file_storage.c -=================================================================== ---- linux-2.6.21.7.orig/drivers/usb/gadget/file_storage.c -+++ linux-2.6.21.7/drivers/usb/gadget/file_storage.c +--- a/drivers/usb/gadget/file_storage.c ++++ b/drivers/usb/gadget/file_storage.c @@ -280,6 +280,12 @@ MODULE_LICENSE("Dual BSD/GPL"); #define DRIVER_PRODUCT_ID 0xa4a5 // Linux-USB File-backed Storage Gadget @@ -274,10 +268,8 @@ Index: linux-2.6.21.7/drivers/usb/gadget/file_storage.c fsg->state = FSG_STATE_TERMINATED; // The thread is dead fsg_unbind(gadget); close_all_backing_files(fsg); -Index: linux-2.6.21.7/drivers/usb/gadget/serial.c -=================================================================== ---- linux-2.6.21.7.orig/drivers/usb/gadget/serial.c -+++ linux-2.6.21.7/drivers/usb/gadget/serial.c +--- a/drivers/usb/gadget/serial.c ++++ b/drivers/usb/gadget/serial.c @@ -126,6 +126,10 @@ static int debug = 1; #define GS_LOG2_NOTIFY_INTERVAL 5 /* 1 << 5 == 32 msec */ #define GS_NOTIFY_MAXPACKET 8 @@ -322,10 +314,8 @@ Index: linux-2.6.21.7/drivers/usb/gadget/serial.c if (!ep) { printk(KERN_ERR "gs_bind: cannot run ACM on %s\n", gadget->name); goto autoconf_fail; -Index: linux-2.6.21.7/drivers/usb/gadget/zero.c -=================================================================== ---- linux-2.6.21.7.orig/drivers/usb/gadget/zero.c -+++ linux-2.6.21.7/drivers/usb/gadget/zero.c +--- a/drivers/usb/gadget/zero.c ++++ b/drivers/usb/gadget/zero.c @@ -212,6 +212,11 @@ module_param (loopdefault, bool, S_IRUGO #define STRING_SOURCE_SINK 250 #define STRING_LOOPBACK 251 -- cgit v1.2.3