From 852f809f5b42f54a216d841370063979bd8b943c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 24 Sep 2007 14:01:09 +0000 Subject: list some known bugs --- convert/uniquify-modalias.pl | 4 ++++ 1 file changed, 4 insertions(+) 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$/, -- cgit v1.2.1