Re: patch for hw-detect.sh

2004-07-27 Thread Harald Dunkel
Thiemo Seufer wrote: Harald Dunkel wrote: [snip] @@ -251,13 +253,27 @@ # XXX: This isn't the best way to do this; we should autodetect. # The order of these modules are important. get_manual_hw_info() { + case $KERNEL_VERSION in + 2.4.*) + KERNEL_IS_24=yup

Re: patch for hw-detect.sh

2004-07-26 Thread Thiemo Seufer
Harald Dunkel wrote: [snip] @@ -251,13 +253,27 @@ # XXX: This isn't the best way to do this; we should autodetect. # The order of these modules are important. get_manual_hw_info() { + case $KERNEL_VERSION in + 2.4.*) + KERNEL_IS_24=yup +