summaryrefslogtreecommitdiffstats
path: root/libldetect.h
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-09-23 17:16:27 +0000
committerThierry Vignaud <tv@mandriva.org>2009-09-23 17:16:27 +0000
commitf363db54f84558b2ab647386917e5613e7f9e6ac (patch)
treefc4f60bf07772585a816d4448852eb2bc9b90ad4 /libldetect.h
parentd5610cdddc1133cbefd55ad5ec5d387b1adc3741 (diff)
downloadldetect-f363db54f84558b2ab647386917e5613e7f9e6ac.tar
ldetect-f363db54f84558b2ab647386917e5613e7f9e6ac.tar.gz
ldetect-f363db54f84558b2ab647386917e5613e7f9e6ac.tar.bz2
ldetect-f363db54f84558b2ab647386917e5613e7f9e6ac.tar.xz
ldetect-f363db54f84558b2ab647386917e5613e7f9e6ac.zip
(pci_probe) retrieve PCI revision (#42576)
Diffstat (limited to 'libldetect.h')
-rw-r--r--libldetect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libldetect.h b/libldetect.h
index b0beffb..5655bfc 100644
--- a/libldetect.h
+++ b/libldetect.h
@@ -17,6 +17,7 @@ struct pciusb_entry {
unsigned short pci_bus; /* pci bus id 8 bits wide */
unsigned short pci_device; /* pci device id 5 bits wide */
unsigned short pci_function; /* pci function id 3 bits wide */
+ unsigned short pci_revision:8; /* pci function id 3 bits wide */
unsigned short usb_port; /* pci function id 3 bits wide */