mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
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:
parent
e164671cd1
commit
89a8c2c211
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>}
|
||||
|
@ -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>}
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>}
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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>}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user