conf: Make system.pa use udev-detect and not hal-detect.

Also fix a left over reference to HAL in default.pa
This commit is contained in:
Colin Guthrie 2011-03-03 09:37:16 +00:00
parent 33d1de487a
commit 8c012a676d
2 changed files with 4 additions and 4 deletions

View file

@ -20,11 +20,11 @@
# mode.
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect@PA_SOEXT@
load-module module-hal-detect
.ifexists module-udev-detect@PA_SOEXT@
load-module module-udev-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack HAL support)
### lack udev support)
load-module module-detect
.endif