On Saturday 26 December 2009, Jurij Smakov wrote:
> The logic in check_missing() function appends the missing firmware
> file name to the $files list and the module to $modules list. However,
> if such mapping fails (as in this case), nothing is appended to $files
> or $modules, and the file is simply ignored as a result:

Hmm, but it should at least be logging the failure to determine the module:
        if [ -z "$module" ]; then
                log "failed to determine module from $devpath"
                continue
        fi

As it's probably not supposed to fail there, I think it's reasonable that 
this gets ignored later on. If there really is no way to handle this case 
(which I doubt), then that would have to be revised.



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to