diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 15:42:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-30 15:42:01 +0000 |
commit | 682c73d738b46d8b747cdacc2e9a8fbfef975602 (patch) | |
tree | 68f9fd08d06198b0d853b58503339dd0aa752c42 | |
parent | b23328222b0c317ec7c84ba2c997fe6324752a04 (diff) | |
download | ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.gz ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.bz2 ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.tar.xz ldetect-682c73d738b46d8b747cdacc2e9a8fbfef975602.zip |
(pci_probe) explain
-rw-r--r-- | pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ extern struct pciusb_entries pci_probe(void) { } } + /* special case for realtek 8139 that has two drivers */ if (e->vendor == 0x10ec && e->device == 0x8139) { if (e->pci_revision < 0x20) e->module = strdup("8139too"); |