2d22c6ad59
Pre-existing work from other sessions committed as durable state: - local/config/drivers.d/ (8 driver configs) - local/config/firmware-fallbacks.d/ (3 firmware configs) - local/patches/base/, kernel/, relibc/ (new patch carriers) - recipes/system/ symlinks (driver-params, acmd, ecmd, usbaudiod) pkgar build artifacts and cache intentionally excluded.
24 lines
639 B
TOML
24 lines
639 B
TOML
# USB class drivers
|
|
|
|
[[driver]]
|
|
name = "redbear-acmd"
|
|
description = "USB CDC ACM serial driver"
|
|
priority = 70
|
|
command = ["/usr/bin/redbear-acmd"]
|
|
|
|
[[driver]]
|
|
name = "redbear-ecmd"
|
|
description = "USB CDC ECM/NCM ethernet driver"
|
|
priority = 70
|
|
command = ["/usr/bin/redbear-ecmd"]
|
|
|
|
[[driver]]
|
|
name = "redbear-usbaudiod"
|
|
description = "USB Audio Class driver"
|
|
priority = 70
|
|
command = ["/usr/bin/redbear-usbaudiod"]
|
|
|
|
# USB class drivers are spawned by the USB host controller (xhcid/ehcid)
|
|
# when matching USB devices are detected, not by PCI bus scanning.
|
|
# Match entries below use USB interface class codes for host-controller-side matching.
|