changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1021-g_ether-highpower.patch.patch
1 From 00f10ad5e63625961028479e4814953ff443dfff Mon Sep 17 00:00:00 2001
2 From: mokopatches <mokopatches@openmoko.org>
3 Date: Fri, 4 Apr 2008 11:32:51 +0100
4 Subject: [PATCH] g_ether-highpower.patch
5
6 ---
7  drivers/usb/gadget/ether.c |    4 ++--
8  1 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/drivers/usb/gadget/ether.c b/drivers/usb/gadget/ether.c
11 index 9e732bf..a7f38b6 100644
12 --- a/drivers/usb/gadget/ether.c
13 +++ b/drivers/usb/gadget/ether.c
14 @@ -464,7 +464,7 @@ eth_config = {
15         .bConfigurationValue =  DEV_CONFIG_VALUE,
16         .iConfiguration =       STRING_CDC,
17         .bmAttributes =         USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
18 -       .bMaxPower =            50,
19 +       .bMaxPower =            250,
20  };
21  
22  #ifdef CONFIG_USB_ETH_RNDIS
23 @@ -478,7 +478,7 @@ rndis_config = {
24         .bConfigurationValue =  DEV_RNDIS_CONFIG_VALUE,
25         .iConfiguration =       STRING_RNDIS,
26         .bmAttributes =         USB_CONFIG_ATT_ONE | USB_CONFIG_ATT_SELFPOWER,
27 -       .bMaxPower =            50,
28 +       .bMaxPower =            250,
29  };
30  #endif
31  
32 -- 
33 1.5.6.5
34