diff options
author | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2008-12-12 11:58:53 +0000 |
commit | 614683faf8029100802db06a825648d0b6490285 (patch) | |
tree | 7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch | |
parent | 4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff) | |
download | mtk-20170518-614683faf8029100802db06a825648d0b6490285.zip mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.gz mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.bz2 |
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch new file mode 100644 index 0000000..61019b7 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.24/1021-g_ether-highpower.patch.patch @@ -0,0 +1,34 @@ +From 00f10ad5e63625961028479e4814953ff443dfff Mon Sep 17 00:00:00 2001 +From: mokopatches <mokopatches@openmoko.org> +Date: Fri, 4 Apr 2008 11:32:51 +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 9e732bf..a7f38b6 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.5 + |