Add default usb-gadget mode for the omap3-pandora and fix typo in
recipes/usb-gadget-mode/files/usb-gadget that breaks package.
Signed-off-by: John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
--- /dev/null
+USB_MODE="composite"
+MODULE_OPTIONS=""
+
networking) setup_usb g_ether "$MODULE_OPTIONS" ;;
zero) setup_usb g_zero "$MODULE_OPTIONS" ;;
midi) setup_usb g_midi "$MODULE_OPTIONS" ;;
- printer setup_usb g_printer "$MODULE_OPTIONS" ;;
+ printer) setup_usb g_printer "$MODULE_OPTIONS" ;;
gadgetfs) setup_usb gadgetfs "$MODULE_OPTIONS" ;;
composite) setup_usb g_cdc "$MODULE_OPTIONS" ;;
storage) setup_usb g_file_storage "$MODULE_OPTIONS" ;;
SECTION = "console/network"
LICENSE = "GPL"
PV = "0.0.2"
-PR = "r2"
+PR = "r3"
SRC_URI = "\
file://usb-gadget.conf \