summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2008-12-13 01:54:56 +0000
committerMirko Vogt <mirko@openwrt.org>2008-12-13 01:54:56 +0000
commitc931b21161bf3d8a8cab193045b7deb52f914fb2 (patch)
tree6f4c70017b90c8dddb4845ce8a363d61268e016d /target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch
parent738e5ca558af0a32073576d9a361d0b5e6383e8e (diff)
downloadmaster-31e0f0ae-c931b21161bf3d8a8cab193045b7deb52f914fb2.tar.gz
master-31e0f0ae-c931b21161bf3d8a8cab193045b7deb52f914fb2.tar.bz2
master-31e0f0ae-c931b21161bf3d8a8cab193045b7deb52f914fb2.zip
change prefix for kernelpatchbase 2.6.26
SVN-Revision: 13619
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch
new file mode 100755
index 0000000000..f19607c762
--- /dev/null
+++ b/target/linux/s3c24xx/patches-2.6.26/1017-g_ether-highpower.patch.patch
@@ -0,0 +1,34 @@
+From c03d30af20838833c54f9e9684f38b7048e369d3 Mon Sep 17 00:00:00 2001
+From: mokopatches <mokopatches@openmoko.org>
+Date: Wed, 16 Jul 2008 14:44:50 +0100
+Subject: [PATCH] g_ether-highpower.patch
+
+---
+ drivers/usb/gadget/ether.c | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
+index 8d61ea6..066a3e7 100644
+--- a/drivers/usb/gadget/ether.c
++++ b/drivers/usb/gadget/ether.c
+@@ -464,7 +464,7 @@ eth_config = {
+ .bConfigurationValue = DEV_CONFIG_VALUE,
+ .iConfiguration = STRING_CDC,
+ .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
+- .bMaxPower = 50,
++ .bMaxPower = 250,
+ };
+
+ #ifdef CONFIG_USB_ETH_RNDIS
+@@ -478,7 +478,7 @@ rndis_config = {
+ .bConfigurationValue = DEV_RNDIS_CONFIG_VALUE,
+ .iConfiguration = STRING_RNDIS,
+ .bmAttributes = USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
+- .bMaxPower = 50,
++ .bMaxPower = 250,
+ };
+ #endif
+
+--
+1.5.6.3
+