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
7 drivers/usb/gadget/ether.c | 4 ++--
8 1 files changed, 2 insertions(+), 2 deletions(-)
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,
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,