mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-03 01:40:12 -05:00
Karsten Wiese <annabellesgarden@yahoo.de>:
- this lets it work on kernel 2.6.1.
This commit is contained in:
parent
faf6dd864a
commit
671bda8147
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
|
||||||
LOADER=@bindir@/usx2yloader
|
LOADER=@bindir@/usx2yloader
|
||||||
CONTROLLER=
|
CONTROLLER=NOTUSED
|
||||||
|
|
||||||
if [ -x $LOADER ]; then
|
if [ -x $LOADER ]; then
|
||||||
if [ -x /usr/bin/logger ]; then
|
if [ -x /usr/bin/logger ]; then
|
||||||
|
|
@ -27,7 +27,7 @@ case $PRODUCT in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n $CONTROLLER ]; then
|
if [ $CONTROLLER != NOTUSED ]; then
|
||||||
if [ -x $CONTROLLER ]; then
|
if [ -x $CONTROLLER ]; then
|
||||||
if [ -x /usr/bin/logger ]; then
|
if [ -x /usr/bin/logger ]; then
|
||||||
/usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE"
|
/usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue