disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt.git] / target / linux / s3c24xx / patches / 0017-g_ether-highpower.patch.patch
1 From c03d30af20838833c54f9e9684f38b7048e369d3 Mon Sep 17 00:00:00 2001
2 From: mokopatches <mokopatches@openmoko.org>
3 Date: Wed, 16 Jul 2008 14:44:50 +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 8d61ea6..066a3e7 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.3
34