diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-24 14:01:09 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-24 14:01:09 +0000 |
commit | 852f809f5b42f54a216d841370063979bd8b943c (patch) | |
tree | f823434fcc68987cb9de31e08049f8b35c6539cb /convert/uniquify-modalias.pl | |
parent | 88f85a7d13ba4488c18400aa065ed1ba56a97dab (diff) | |
download | ldetect-lst-852f809f5b42f54a216d841370063979bd8b943c.tar ldetect-lst-852f809f5b42f54a216d841370063979bd8b943c.tar.gz ldetect-lst-852f809f5b42f54a216d841370063979bd8b943c.tar.bz2 ldetect-lst-852f809f5b42f54a216d841370063979bd8b943c.tar.xz ldetect-lst-852f809f5b42f54a216d841370063979bd8b943c.zip |
list some known bugs
Diffstat (limited to 'convert/uniquify-modalias.pl')
-rwxr-xr-x | convert/uniquify-modalias.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/convert/uniquify-modalias.pl b/convert/uniquify-modalias.pl index d2428309..7ddee30a 100755 --- a/convert/uniquify-modalias.pl +++ b/convert/uniquify-modalias.pl @@ -6,6 +6,10 @@ use MDK::Common; use list_modules; use modalias; +#- known bugs: +#- o does not match subvendors, they have to be handled on a case-by-case basis +#- o does not match PCI class (thus ahci won't match jmicron devices) + my @ignored_modules = ( "ata_generic", #- prefer "generic" non-libata module or full implementation "intelfb", "savagefb", "tdfxfb", qr/_agp$/, |