Update run scripts using usb_drv (fix #744)

Updates all run scripts, which use the usb_drv to enable the appropriated
USB host controllers.
This commit is contained in:
Stefan Kalkowski 2013-05-22 11:38:16 +02:00 committed by Norman Feske
parent e164671cd1
commit 89a8c2c211
18 changed files with 18 additions and 18 deletions

View File

@ -46,7 +46,7 @@ set config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -46,7 +46,7 @@ set config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -53,7 +53,7 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config {
<provides>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<nic mac="2e:60:90:0c:4e:02" />
</config>
</start>}

View File

@ -59,7 +59,7 @@ append_if [expr [have_spec omap4] || [have_spec exynos5]] config {
<provides>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<nic mac="2e:60:90:0c:4e:02" />
</config>
</start>}

View File

@ -91,7 +91,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<start name="usb_drv">
<resource name="RAM" quantum="12M"/>
<provides><service name="Input"/></provides>
<config> <hid/> </config>
<config ehci="yes" uhci="yes" xhci="yes"> <hid/> </config>
</start> }
append config {

View File

@ -93,7 +93,7 @@ append_if $use_usb_driver config {
<service name="Nic"/>
<service name="Input"/>
</provides>
<config>
<config uhci="yes" ehci="yes" xhci="yes">
<nic />
<hid />
</config>

View File

@ -85,7 +85,7 @@ set config {
<service name="Nic"/>
<service name="Input"/>
</provides>
<config>
<config uhci="yes" ehci="yes" xhci="yes">
<hid />
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -57,7 +57,7 @@ set config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -71,7 +71,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<binary name="usb_drv"/>
<resource name="RAM" quantum="12M"/>
<provides> <service name="Input"/> </provides>
<config> <hid/> </config>
<config uhci="yes" ehci="yes" xhci="yes"> <hid/> </config>
</start> }
append config {

View File

@ -54,7 +54,7 @@ set config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -78,7 +78,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<service name="Input"/>
<service name="Nic" />
</provides>
<config>
<config uhci="yes" ehci="yes" xhci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -63,7 +63,7 @@ set config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -60,7 +60,7 @@ append_if [have_spec omap4] config {
<service name="Input"/>
<service name="Nic"/>
</provides>
<config>
<config ehci="yes">
<hid/>
<nic mac="2e:60:90:0c:4e:01" />
</config>

View File

@ -68,7 +68,7 @@ append_if $use_usb_driver config {
<provides>
<service name="Nic"/>
</provides>
<config>
<config uhci="yes" ehci="yes" xhci="yes">
<nic mac="2e:60:90:0c:4e:01" />
</config>
</start>}

View File

@ -100,7 +100,7 @@ append_if [use_usb_input] config {
<start name="usb_drv">
<resource name="RAM" quantum="12M"/>
<provides><service name="Input"/></provides>
<config> <hid/> </config>
<config uhci="yes" ehci="yes" xhci="yes"> <hid/> </config>
</start> }
append config {

View File

@ -122,7 +122,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<start name="usb_drv">
<resource name="RAM" quantum="12M"/>
<provides><service name="Input"/></provides>
<config> <hid/> </config>
<config uhci="yes" ehci="yes" xhci="yes"> <hid/> </config>
</start>}
append config {

View File

@ -109,7 +109,7 @@ append_if $use_usb_driver config {
<service name="Nic"/>
<service name="Input"/>
</provides>
<config>
<config uhci="yes" ehci="yes" xhci="yes">
<nic />
</config>
</start>}

View File

@ -78,7 +78,7 @@ append_if [expr ![have_spec ps2] && [have_spec usb]] config {
<start name="usb_drv">
<resource name="RAM" quantum="12M"/>
<provides><service name="Input"/></provides>
<config> <hid/> </config>
<config uhci="yes" ehci="yes" xhci="yes"> <hid/> </config>
</start>}
append_if [have_spec ps2] config {