From 87e1502cf0ab772b120c13b344f64af4b39ba02e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 30 Sep 2009 17:12:25 +0000 Subject: fix usb_port description (bogus one was introduced by blino in r254952 on 2009-03-27) --- libldetect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libldetect.h b/libldetect.h index 36526de..6a41fa5 100644 --- a/libldetect.h +++ b/libldetect.h @@ -19,7 +19,7 @@ struct pciusb_entry { unsigned short pci_function; /* pci function id 3 bits wide */ unsigned short pci_revision:8; /* pci revision 8 bits wide */ - unsigned short usb_port; /* pci function id 3 bits wide */ + unsigned short usb_port; /* USB port */ unsigned short is_pciexpress:1; /* is it PCI express */ char *module; -- cgit v1.2.1