2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Tell people to contact us for to-be-written drivers.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1982 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-08-30 20:58:02 +00:00
parent dfd8c9035c
commit da334c10bc

View File

@@ -3520,7 +3520,7 @@ sub generate_modprobes
foreach $chip (@chips_detected) {
next if not @{$chip->{detected}};
if ($chip->{driver} eq "to-be-written") {
$modprobes .= "#modprobe missing driver for $chip->{detected}[0]{chipname}\n";
$modprobes .= "# no driver for $chip->{detected}[0]{chipname} yet, ask us for one!\n";
} else {
$modprobes .= "modprobe $chip->{driver}\n";
}