[oe-commits] Koen Kooi : usb-gadget-mode: switch beagle to g_ether to make MS Windows work

git version control git at git.openembedded.org
Fri May 14 16:35:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a7756ec75b735de3900627f7786a74f9d91d3971
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a7756ec75b735de3900627f7786a74f9d91d3971

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri May 14 14:52:57 2010 +0200

usb-gadget-mode: switch beagle to g_ether to make MS Windows work

---

 .../files/beagleboard/usb-gadget.conf              |    2 +-
 recipes/usb-gadget-mode/usb-gadget-mode.bb         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/usb-gadget-mode/files/beagleboard/usb-gadget.conf b/recipes/usb-gadget-mode/files/beagleboard/usb-gadget.conf
index 35ff0d4..717687d 100644
--- a/recipes/usb-gadget-mode/files/beagleboard/usb-gadget.conf
+++ b/recipes/usb-gadget-mode/files/beagleboard/usb-gadget.conf
@@ -1,3 +1,3 @@
-USB_MODE="composite"
+USB_MODE="networking"
 MODULE_OPTIONS=""
 
diff --git a/recipes/usb-gadget-mode/usb-gadget-mode.bb b/recipes/usb-gadget-mode/usb-gadget-mode.bb
index c8de395..f669364 100644
--- a/recipes/usb-gadget-mode/usb-gadget-mode.bb
+++ b/recipes/usb-gadget-mode/usb-gadget-mode.bb
@@ -9,7 +9,7 @@ DESCRIPTION = "Manage the default USB gadget mode"
 SECTION = "console/network"
 LICENSE = "GPL"
 PV = "0.0.2"
-PR = "r6"
+PR = "r7"
 
 SRC_URI = "\
   file://usb-gadget.conf \





More information about the Openembedded-commits mailing list