SYNOPSIS

#include <aalib.h>

void aa_recommendlow

(

aa_linkedlist **l,

const char *name

);

PARAMETERS

aa_linkedlist **l

List to operate on (aa_displayrecommended, aa_kbdrecommended or aa_mouserecommended).

const char *name

Name of the driver (ought to match the "shortname" field of the driver definition structure).

DESCRIPTION

Add the given driver to the end of list of recommended drivers.

RELATED TO aa_recommendlow…